Babel plugin to replace Object.assign with the extends helper
Replace Object.assign with an inline helper
Allow parsing of object rest/spread
Allow parsing of '#foo in obj' brand checks
Compile object rest and spread to ES5
This plugin transforms checks for a private property in an object
Compile ES2015 object super to ES5
Allows you to provide custom implementation of Object.assign in babel builds
Ensure that reserved words are quoted in object property keys
Compile class and object decorators to ES5
Replace Object.assign with an inline helper
ES2015 `Object.assign()` ponyfill
A Babel plugin that annotates frontend components with additional data to enrich the experience in Sentry
Allow parsing of optional chaining on the left-hand side of assignment expressions
Transform optional chaining on the left-hand side of assignment expressions
Turns off all rules that are unnecessary or might conflict with Prettier.
General utilities for plugins to use
Jest plugin to use babel for transformation.
Regular Expressions parser in JavaScript
Assign the enumerable es6 Symbol properties from one or more objects to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method.
Allow parsing of jsx
Simple implementation of Object.assign
Allow parsing of TypeScript syntax
Babel plugin for turning __proto__ into a shallow property clone