Remove ES6 class's nouse properties/members
Allow parsing of class properties
Compile ES2015 computed properties to ES5
Compile ES2015 shorthand properties to ES5
This plugin transforms static class properties as well as properties declared with the property initializer syntax
Allow parsing of optional properties
General utilities for plugins to use
Removes React properties
Allow parsing of jsx
Allow parsing of TypeScript syntax
Compile class public and private fields, private methods and decorators to ES6
This plugin transforms ES2015 modules to CommonJS
Allow parsing of the module attributes in the import statement
Compile ESNext Regular Expressions to ES5
Core istanbul API for JS code coverage
Babel plugin to ensure function declarations at the block level are block scoped
This plugin transforms ES2015 modules to UMD
Compile ES2015 block scoping (const and let) to ES5
Allow parsing of the logical assignment operators
Add a __source prop to all JSX Elements
Compile ES2015 for...of to ES5
Compile ES2015 classes to ES5
Apply ES2015 function.name semantics to all functions
Compile regular expressions using named groups to ES5.