You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have see that there are several issues related to ES6 features like #240 and #7 .
In my case, the lack of support for generators is not allowing me to use typescript. I'm working in node applications using koa.
In my opinion typescript should generate ES6 code and if ES5 compatible code is needed, transpile it using traceur. It will be easier for the typescript compiler.
The text was updated successfully, but these errors were encountered:
axelhzf
changed the title
Use traceur
Suggestion: Use traceur
Aug 7, 2014
I have see that there are several issues related to ES6 features like #240 and #7 .
In my case, the lack of support for generators is not allowing me to use typescript. I'm working in node applications using koa.
In my opinion typescript should generate ES6 code and if ES5 compatible code is needed, transpile it using traceur. It will be easier for the typescript compiler.
The text was updated successfully, but these errors were encountered: