Allow parsing of the module attributes in the import statement
Helper function to optimise call expression
Turn async functions into ES2015 generators
Transform optional chaining operators into a series of nil checks
Compile class public and private fields, private methods and decorators to ES6
Compile ES2015 sticky regex to an ES5 RegExp constructor
Compile exponentiation operator to ES5
Allow parsing of optional catch bindings
Allow parsing of top-level await in modules
This plugin transforms ES2015 modules to AMD
This plugin transforms ES2015 modules to CommonJS
This plugin transforms ES2015 modules to SystemJS
Compile ES2015 Unicode regex to ES5
Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator
Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Regular Expressions parser in JavaScript
Allow parsing of the logical assignment operators
Allow parsing of the module assertion attributes in the import statement
Babel plugin to ensure function declarations at the block level are block scoped
This plugin transforms private class methods
Helper function to replace certain member expressions with function calls
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 spread to ES5
Compile regular expressions using named groups to ES5.