https://github.com/fengb/es6
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fengb/es6
- Owner: fengb
- Created: 2015-06-04T05:23:19.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-04T20:18:58.000Z (almost 11 years ago)
- Last Synced: 2025-03-22T01:29:36.894Z (about 1 year ago)
- Language: JavaScript
- Size: 254 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ES6
* [Coffeescript vs ES6](https://github.com/fengb/es6/commit/7bcd526c4880e07e79db9a535e96240b04ca57b1)
* [Generators](https://github.com/fengb/es6/tree/master/generator)
## Resources
* https://github.com/lukehoban/es6features - nice summary of new features
* http://babeljs.io - best transpiler for ES6 → ES5, works in browsers and nodejs
* https://github.com/paulmillr/es6-shim - shim for new ES6 objects / methods. Also a good resource that lists the new APIs
* https://github.com/google/traceur-compiler - the not-as-good-as-babel transpiler