-
Notifications
You must be signed in to change notification settings - Fork 29.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could vs code supports ES6 in <script></script>? #455
Comments
Related to #337 |
Done by having the default be ES6 |
@jrieken I don't understand your last comment on this issue? This is done by having the default be ES6? Where? Default what? You mean in tsconfig.json?
|
@lordgreg It seems theres no needed jsconfig.json for ES6 syntax, but ES6 in 'script' tag nothing changed |
jsconfig never includes html files, but the default settings, even in absence of a config files are now set to ES6 |
So this is getting fixed in new update? |
With Dec15 the default for all JS will be ES6, however we have not tackled html-files and jsconfig |
So shouldn't this or #559 be opened if it is not working in HTML files? |
I use Vue and webpack to build my webapp, which allows me to write a web component like this:
but, the problem is even I created a jsconfig.json file which sets the target to ES6. It just didn't work.
The text was updated successfully, but these errors were encountered: