An open API service indexing awesome lists of open source software.

https://github.com/fengb/es6


https://github.com/fengb/es6

Last synced: about 2 months ago
JSON representation

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