es6-tools
es6-tools copied to clipboard
An aggregation of tooling for using ES6 today
I've put together a small library that combines SystemJS with a few plugins to allow super-simple runtime transpilation of TypeScript/ES6, along with async/await and module loading. It pretty much gets...
it also comes with Bootstrap and theme with Material Design :)
Hello, What about lint tools for ES6? Standalone, grunt/gulp plugins and in-editor plugins (e.g. Sublime Text)... I would add them myself and send a pull request, but I have not...
Should we distinguish between accepted and pending ES6 features? Things like `String.prototype.at` and `Function.create` are not in the latest ES6 draft (yet). Some are just proposals, that will never make...