ecmascript 6 - Is it possible to use Typescript and ES6 in extension development in Visual Studio Code? -


when set target es6, seems alright - until point use feature requires --harmony flag, default parameters.

it seems way fix pass e.g. --harmony-default-parameters node process... don't think there node process. attempted pass --js-flags="--harmony-default-parameters" electron process, putting following in launch.json:

"runtimeargs": ["--js-flags=\"--harmony --harmony-default-parameters\""], 

...but didn't work, either.

is possible?


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -