Samsung / ONE-vscode

Visual Studio Code Extension of ONE compiler toolchain
Apache License 2.0
48 stars 50 forks source link

Upgrade ECMA Script version #379

Open yunjayh opened 2 years ago

yunjayh commented 2 years ago

What

Let's upgrade ECMA Script version from ES6 to ES2017 or above.

Why

Now, ONE-vscode is using ES6 for typescript configuration

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. 😄

llFreetimell commented 2 years ago

If current codes have no issues, I agree to upgrade the version :)

YongseopKim commented 2 years ago

It's great if you try updating it on the draft. I hope there is no problem. :)