Babel plugin for transforming this `const [value, setValue] = useState(null)` to this `const {0: value, 1: setValue} = useState(null);`.
Compile ES2015 destructuring to ES5
Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517
Workaround a Safari bug where rest destructuring with an array literal on the rhs can yield incorrect results
Gatsby uses the phenomenal project [Babel](https://babeljs.io/) to enable support for writing modern JavaScript — while still supporting older browsers. This package contains the default Babel setup for all Gatsby projects.
Compile ES2015 destructuring to ES5
Babel plugin for Vue 3 JSX
Babel plugin to add hook names for Preact devtools
ESLint plugin for react-hook-form
Babel plugin to replicate Webpack require.context
Babel plugin to replicate Webpack require.context
Babel plugin for React Native for Web
General utilities for plugins to use
Transform destructuring private proposal
Allow parsing of jsx
Allow parsing of TypeScript syntax
This plugin transforms ES2015 modules to CommonJS
Compile class public and private fields, private methods and decorators to ES6
Allow parsing of the module attributes in the import statement
Compile ESNext Regular Expressions to ES5
Core istanbul API for JS code coverage
Allows you to build compile-time libraries
This plugin transforms ES2015 modules to UMD
Add a __source prop to all JSX Elements