es6-tools
An aggregation of tooling for using ES6 today
https://github.com/addyosmani/es6-tools
Last synced: 2 days ago
JSON representation
-
Jade plugins
-
Brunch Plugins
-
-
Module Loaders
-
Brunch Plugins
- JSPM - ES6, AMD, CJS module loading/package management
- Module Loader polyfill
- js-loaders - Mozilla's spec-compliant loader prototype
- beck.js - toolkit for ES6 Module Loader pipelines, shim for legacy environments
- JSPM - ES6, AMD, CJS module loading/package management
- JSPM - ES6, AMD, CJS module loading/package management
-
-
Code generation
-
Brunch Plugins
- grunt-init-es6 - scaffold node modules with unit tests, authored in ES6
- plugin
- generator-node-esnext - Yeoman generator for Traceur apps
- generator-es6-babel - Yeoman generator for Babel apps
- generator-gulp-babelify - Yeoman generator for [Babel](https://babeljs.io/), [Browserify](http://browserify.org/) and [Gulp](http://gulpjs.com/)
- Loom generators with ES6 ember modules
-
-
Polyfills
-
Brunch Plugins
- ES6 shim
- ES5 based shims in pure CJS style - Array, Object, Number, Math and String functions/methods, plus Map, Set, Symbol and WeakMap objects
- es6-shim - almost all new ES6 methods — from Map, Set, String, Array, Object, Object.is and more.
- core-js - Modular and compact polyfills for ES6 including Symbols, Map, Set, Iterators, Promises, setImmediate, Array generics, etc. The standard library used by [Babel](https://github.com/babel/babel).
- WeakMap shim
- `String.prototype.startsWith`
- `String.prototype.endsWith`
- `String.prototype.at`
- `String.prototype.repeat`
- `String.prototype.includes`
- `String.prototype.codePointAt`
- `String.fromCodePoint`
- `Array.prototype.find`
- `Array.prototype.findIndex`
- `Array.from`
- `Array.of`
- `Object.assign`
- `Number.isFinite`
- `Math.sign`
- `RegExp.prototype.match`
- `RegExp.prototype.search`
- ES6 Map Shim - destructive shim that follows the latest specification as closely as possible.
- `Function.create`
- ES6 Symbol polyfill
- ES6 Map, Set, WeakMap
- harmony-reflect - ES6 [reflection module](http://wiki.ecmascript.org/doku.php?id=harmony:reflect_api) (contains the [Proxy API](http://soft.vub.ac.be/~tvcutsem/proxies/))
-
-
Editors
-
Brunch Plugins
- WebStorm - 6-in-webstorm-transpiling/)
- Read Blog Post
- Sublime Text and TextMate
- package
-
-
Parsers
-
Brunch Plugins
- Esprima - JavaScript parser supporting ES6, parses to [ESTree AST format](https://github.com/estree/estree)
- Acorn - A small, fast, JavaScript-based JavaScript parser with ES6 support, parses to [SpiderMonkey AST](https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/Parser_API) format.
- esparse - ES6 parser written in ES6.
-
-
Other
-
Brunch Plugins
- es6-module-packager
- ES6 on node - How to use ES6 features in node.js.
- babel-node - Run node cli with ES6 transpiling using Babel.
- Rollup - Rollup is a next-generation JavaScript module bundler. Author your app or library using ES2015 modules, then efficiently bundle them up into a single file for use in browsers and Node.js
- ES6 on node - How to use ES6 features in node.js.
- ES.next showcase - real-world usage examples of ES6 features
- looper - static analysis tools for ES6
- es6-import-validate - es6-import-validate](https://github.com/sproutsocial/grunt-es6-import-validate) - validate matching named/default import statements in ES6 modules.
- let-er - transpiles [let-block block-scoping](http://wiki.ecmascript.org/doku.php?id=proposals:block_expressions#let_statement) (not accepted into ES6) into either ES3 or ES6
- Recast - Esprima-based JavaScript syntax tree transformer, conservative pretty-printer, and automatic source map generator. Used by several of the transpilers listed above, including [regenerator](https://github.com/facebook/regenerator) and [es6-arrow-function](https://github.com/esnext/es6-arrow-function).
- Paws on ES6 - Minimalist examples of ES6 functionalities.
- es6-translate - Uses the ES6 loader hooks to load (node flavored) commonjs packages in ES6.
- Isparta
- ES6 Lab setup - A simple setup for transpiling ES6 to ES5 using `Babel` or `traceur` with `gulp` and `jasmine` support.
-
-
Transpilers
- Babel - Turn ES6+ code into vanilla ES5 with no runtime
- Traceur compiler - ES6 features > ES5. Includes classes, generators, promises, destructuring patterns, default parameters & more.
- es6ify - Traceur compiler wrapped as a [Browserify](http://browserify.org/) v2 transform
- babelify - Babel transpiler wrapped as a [Browserify](http://browserify.org/) transform
- es6-transpiler - ES6 > ES5. Includes classes, destructuring, default parameters, spread
- es6-module-transpiler - ES6 modules to AMD or CJS
- regenerator - transform ES6 yield/generator functions to ES5
- jstransform - A simple utility for pluggable JS syntax transforms. Comes with a small set of ES6 -> ES5 transforms
- defs - ES6 block-scoped const and let variables to ES3 vars
- es6_module_transpiler-rails - ES6 Modules in the Rails Asset Pipeline
- Some Sweet.js macros
- transpile - Converts ES6 to AMD, CJS, and StealJS.
- regexpu - aware ES6 regular expressions to ES5
- Lebab - Transformations for ES5 code to ES6 (approximates)
-
Build-time transpilation
-
Gulp Plugins
- gulp-babel
- gulp-traceur
- gulp-regenerator
- gulp-es6-module-transpiler
- gulp-regexpu
- gulp-typescript
- gulp-es6-transpiler - ES6 → ES5
- gulp-jstransform - ES6 → ES5 using FB's [jstransform](https://github.com/facebook/jstransform)
-
Grunt Tasks
- grunt-es6-transpiler - ES6 → ES5
- grunt-babel - Turn ES6+ code into vanilla ES5 with no runtime
- grunt-traceur - traceur-build](https://github.com/tarruda/grunt-traceur-build)
- grunt-es6-module-transpiler
- grunt-regenerator - ES6 generator functions to ES5
- grunt-microlib - tools for libs using ES6 module transpiler (sample [Gruntfile](https://github.com/jakearchibald/es6-promise/blob/c3336087fffc52e66cf5398e5b56b23a291080fc/Gruntfile.js))
- grunt-defs - ES6 block scoped const and let variables, to ES3
- grunt-ts - ES6+ > ES5/ES3 transpilation
-
Broccoli Plugins
-
Brunch Plugins
-
-
Webpack plugins
-
Brunch Plugins
-
-
Duo plugins
-
Brunch Plugins
-
-
Connect plugins
-
Brunch Plugins
-
-
Gobble plugins
-
Brunch Plugins
-
-
Jest plugins
-
Brunch Plugins
-
-
Karma plugins
-
Sprockets plugins
-
Brunch Plugins
-
-
Browser plugins
-
Brunch Plugins
- Scratch JS - A Chrome/Opera DevTools extension to run ES6 on a page with either Babel or Traceur
- generator-typescript - Yeoman generator for TypeScript apps
-
-
Mocha plugins
-
Brunch Plugins
- Mocha Traceur - A simple plugin for Mocha to pass JS files through the Traceur compiler
-
-
Boilerplates
-
Brunch Plugins
- es6-boilerplate - Tooling to allow the community to use es6 now via traceur in conjunction with amd and browser global modules, with source maps, concatenation, minification, compression, and unit testing in real browsers.
- es6-jspm-gulp-boilerplate - Tooling to allow the community to use es6 now via babel in conjunction jspm, with source maps, concatenation, minification, compression, and unit testing in real browsers using es6.
-
Programming Languages
Categories
Polyfills
26
Build-time transpilation
25
Other
14
Transpilers
14
Code generation
6
Module Loaders
6
Editors
4
Webpack plugins
3
Karma plugins
3
Parsers
3
Connect plugins
2
Duo plugins
2
Boilerplates
2
Browser plugins
2
Sprockets plugins
2
Gobble plugins
2
Jade plugins
2
Mocha plugins
1
Jest plugins
1
Sub Categories
Keywords
javascript
10
deprecated
10
nodejs
7
babel
6
es2015
6
es6
5
npm-package
4
unmaintained
4
gulp-plugin
4
regenerator
3
shim
3
grunt-plugin
2
loader
2
es7
2
broccoli
2
broccoli-plugin
2
gulp
2
ecmascript
2
typescript
2
compiler
2
webpack
2
weakmap
1
symbol
1
proposals
1
proposal
1
promise
1
ponyfill
1
polyfill
1
js
1
esnext
1
es2019
1
ecmascript-proposals
1
ecmascript6
1
flavortown
1
ast
1
lebab
1
styled-components
1
react
1
jsx
1
graphql
1
es5
1
atom
1
reflection
1
proxies
1
metaprogramming
1
moved
1
grunt-task
1
grunt
1
gruntjs
1
jstransform
1