A mirror of Facebook's dev-expression Babel plugin
Ensure that reserved words are quoted in property accesses
Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517
Remove JSX empty expression
Compile inline regular expression modifiers
Helper function to optimise call expression
Helper which skips types and parentheses
Helper function to replace certain member expressions with function calls
Transform SVG into JSX
Allow parsing of jsx
Allow parsing of TypeScript syntax
This plugin transforms ES2015 modules to CommonJS
Allow parsing of the module attributes in the import statement
Compile ES2015 classes to ES5
Compile ES2015 computed properties to ES5
Add a __source prop to all JSX Elements
Compile ES2015 block scoping (const and let) to ES5
Compile ES2015 default and rest parameters to ES5
Allow parsing of class properties
Compile ES2015 destructuring to ES5
This plugin transforms private class methods
Explode async and generator functions into a state machine.
Compile ES2015 sticky regex to an ES5 RegExp constructor
Allow parsing of optional properties