Babel plugin that enables extensible destructuring as per https://github.com/vacuumlabs/es-proposals
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
Compile ES2015 destructuring to ES5
General utilities for plugins to use
Super-fast alternative to Babel for when you can target modern JS runtimes
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.
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
This plugin transforms ES2015 modules to UMD
Allow parsing of the logical assignment operators
Add a __source prop to all JSX Elements
Allows you to build compile-time libraries
Compile ES2015 classes to ES5
Core istanbul API for JS code coverage
Allow parsing of class properties
ESLint rules for Expo apps
Compile regular expressions using named groups to ES5.