TypeScript transformer to make transpiled output of optional chaining and nullish coalescing less verbose
Remove nullish coalescing operator
Allow parsing of the nullish-coalescing operator
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.
Crazy fast http radix based router
Node.js compression middleware
Compact version of Jimp
This plugin transforms ES2015 modules to CommonJS
Fastest deep equal comparison for React. Great for React.memo & shouldComponentUpdate. Also really fast general-purpose deep comparison.
Compile ES2015 for...of to ES5
Compile ES2015 block scoping (const and let) to ES5
Compare strings containing a mix of letters and numbers in the way a human being would in sort order.
The best of both `JSON.stringify(obj)` and `JSON.stringify(obj, null, indent)`.
Apply ES2015 function.name semantics to all functions
Compile ES2015 spread to ES5
Compile exponentiation operator to ES5
Compile ES2015 arrow functions to ES5
Transform optional chaining operators into a series of nil checks
Add a __source prop to all JSX Elements
Compile ES2015 unicode string and number literals to ES5
A Babel plugin which emulates the `a?` existence check from CoffeeScript using the `??` syntax
Compile objects with duplicate keys to valid strict ES5
Compile ES2015 template literals to ES5
Transform class static blocks