Dev Docs is a simple markdown based documentation management tool.
Generate errors that contain a code frame that point to source locations.
A JavaScript parser
Collection of helper functions used by Babel transforms.
Babel compiler core.
Turns an AST into code.
The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes
Babel Types is a Lodash-esque utility library for AST nodes
Allow parsing of jsx
Generate an AST from a string template.
Allow parsing of TypeScript syntax
Allow parsing of the module attributes in the import statement
This plugin transforms ES2015 modules to CommonJS
Allow parsing of async generator functions
Compile ES2015 classes to ES5
Compile ES2015 block scoping (const and let) to ES5
Apply ES2015 function.name semantics to all functions
Compile ES2015 spread to ES5
Compile ES2015 shorthand properties to ES5
Allow parsing of class properties
Compile ES2015 destructuring to ES5
Explode async and generator functions into a state machine.
Compile ES2015 arrow functions to ES5
Compile ES2015 for...of to ES5