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
Traceur is an ES6 --> Today's JavaScript compiler created by Google. It has the approved and some proposed (not final) features of ES6 harmony. It offers the same benefit as typescript in terms of modularity while being much closer (if not exactly) the same syntax that will be implemented for the next version of Javascript.
The text was updated successfully, but these errors were encountered:
Traceur includes very nice features, but it lacks one that is quite important for us, and that is static type checking. I hope that in time TypeScript will include most of the features that are available in traceur today.
https://github.com/google/traceur-compiler
Traceur is an ES6 --> Today's JavaScript compiler created by Google. It has the approved and some proposed (not final) features of ES6 harmony. It offers the same benefit as typescript in terms of modularity while being much closer (if not exactly) the same syntax that will be implemented for the next version of Javascript.
The text was updated successfully, but these errors were encountered: