How to use ECMAScript 6 syntax with Visual Studio 2013

后端 未结 3 1040
小鲜肉
小鲜肉 2020-12-06 04:13

I am interested in using ECMAScript 6 features in my web application which I am developing using Visual Studio 2013. Currently the syntax does not seems to be working, How c

3条回答
  •  一生所求
    2020-12-06 04:22

    Seems like the best we can do is to vote for es6 support. It's strange for me but Web Essentials also doesn't povide ES6 support yet.

    As for me I've disabled syntax errors for js files in my VS. Not ideal but at least less eye distracting.

提交回复
热议问题