babel plugin for react-dev-locator to generate source code position info into jsx properties
Add a __source prop to all JSX Elements
Add a __self prop to all JSX Elements
Turn JSX into React function calls
Add displayName to React.createClass calls
Turn JSX into React function calls in development
Mark top-level React method calls as pure for tree shaking
Treat React JSX elements as value types and hoist them to the highest scope
Transform DOM elements into react-native-svg components
Babel plugin to generate native module and view manager code for React Native.
Allow parsing of jsx
Allow parsing of TypeScript syntax
Remove unnecessary React propTypes from the production build
A Babel plugin that annotates frontend components with additional data to enrich the experience in Sentry
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
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.