Open yunjayh opened 2 years ago
Let's upgrade ECMA Script version from ES6 to ES2017 or above.
ES6
ES2017
Now, ONE-vscode is using ES6 for typescript configuration
ONE-vscode
https://github.com/Samsung/ONE-vscode/blob/be6eb0dfdee037889433181b836d3228ed343f11/tsconfig.json#L1-L8
Since async and await has been introduced in ES2017, upgrading to ES2017 or above will be the choices.
Any opinions will be welcomed. 😄
If current codes have no issues, I agree to upgrade the version :)
It's great if you try updating it on the draft. I hope there is no problem. :)
What
Let's upgrade ECMA Script version from
ES6
toES2017
or above.Why
Now,
ONE-vscode
is usingES6
for typescript configurationhttps://github.com/Samsung/ONE-vscode/blob/be6eb0dfdee037889433181b836d3228ed343f11/tsconfig.json#L1-L8
Since async and await has been introduced in
ES2017
, upgrading toES2017
or above will be the choices.Any opinions will be welcomed. 😄