es6-tools
github.com/addyosmani/es6-tools ↗An aggregation of tooling for using ES6 today
Use this list with your AI agent
Add the Context Awesome MCP server to Claude, Cursor, or any MCP client, then ask:
"Show me brunch plugins resources from es6-tools"
Installation instructions →What's inside
Parsers
- Acorn
A small, fast, JavaScript-based JavaScript parser with ES6 support, parses to
- esparse
ES6 parser written in ES6.
- Esprima
JavaScript parser supporting ES6, parses to
- Traceur compiler
Webpack plugins
Transpilers
- Babel
Turn ES6+ code into vanilla ES5 with no runtime
- babelify
Babel transpiler wrapped as a
- defs
ES6 block-scoped const and let variables to ES3 vars
- es6ify
Traceur compiler wrapped as a
- es6-module-transpiler
ES6 modules to AMD or CJS
- es6_module_transpiler-rails
ES6 Modules in the Rails Asset Pipeline
Build-time transpilation
- babel-brunchBrunch Plugins
- broccoli-babel-transpilerBroccoli Plugins
- broccoli-es6-arrowBroccoli Plugins
- broccoli-es6-module-transpilerBroccoli Plugins
- broccoli-regeneratorBroccoli Plugins
- broccoli-traceurBroccoli Plugins
Connect plugins
Jest plugins
Module Loaders
- Babel Module Loader
- beck.js
toolkit for ES6 Module Loader pipelines, shim for legacy environments
- js-loaders
Mozilla's spec-compliant loader prototype
- JSPM
ES6, AMD, CJS module loading/package management
- Module Loader polyfill
Other
- babel-node
Run node cli with ES6 transpiling using Babel.
- es6-import-validate
validate matching named/default import statements in ES6 modules.
- ES6 Lab setup
A simple setup for transpiling ES6 to ES5 using
- es6-module-packager
- ES6 on node
How to use ES6 features in node.js.
- es6-translate
Uses the ES6 loader hooks to load (node flavored) commonjs packages in ES6.
Showing a sample of 107 resources. View the full list on GitHub →