Transform optional chaining operators to workaround https://crbug.com/v8/11558
Transform static class fields assignments that are affected by https://crbug.com/v8/12421
Allow parsing of optional properties
Transform optional chaining operators into a series of nil checks
Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677
Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517
Wrap class field initializers with IIFE to workaround https://webkit.org/b/236843
Compile object rest and spread to ES5
Compile ES2015 spread to ES5
Allow parsing of object rest/spread
Workaround a Safari bug where rest destructuring with an array literal on the rhs can yield incorrect results
Compile ES2015 default and rest parameters to ES5
A Babel preset that targets modern browsers by fixing engine bugs.
Allow parsing of optional catch bindings
Compile optional catch bindings
Transform optional chaining on the left-hand side of assignment expressions
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.
Allow parsing of optional chaining on the left-hand side of assignment expressions
Add JSX attribute
Codemod to migrate from Lodash get and logical and expressions to optional chaining
Allow parsing of object rest/spread
Utility function for traversing properties on objects and arrays.
Compile ES2015 spread to ES5
Babel transform for Flow Enums.
No description provided.
No description provided.