Editor for transforming JSON via a template
Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Compile ES2015 destructuring to ES5
Module for transforming JSON via a template
Compile ES2015 object super to ES5
Compile ES2015 default and rest parameters to ES5
Compile ES2015 block scoping (const and let) to ES5
Compile ES2015 sticky regex to an ES5 RegExp constructor
Apply ES2015 function.name semantics to all functions
Babel plugin to ensure function declarations at the block level are block scoped
Remove debugger statements
ProseMirror document transformations
Jest plugin to use babel for transformation.
Add a __source prop to all JSX Elements
Add a __self prop to all JSX Elements
Babel plugin for Vue 2.0 JSX
Transform DOM elements into react-native-svg components
Replace JavaScript expressions with other expressions
Turn boolean literals into !0 for true and !1 for false.
Transform SVG into component
Replace references to `undefined` with `void 0`
Remove unnecessary React propTypes from the production build
Convert === and !== to == and != if their types are inferred to be the same.
A browserify transform that allows optional dependencies in try..catch blocks