Replaces `arr.includes(val)' with `arr.indexOf(val) >= 0`.
Workaround a Safari bug where rest destructuring with an array literal on the rhs can yield incorrect results
Turns off all rules that are unnecessary or might conflict with Prettier.
Jest plugin to use babel for transformation.
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
General utilities for plugins to use
Transform TypeScript `const` enums
Allow parsing of jsx
Allow parsing of TypeScript syntax
Compile class public and private fields, private methods and decorators to ES6
This plugin transforms ES2015 modules to CommonJS
Allow parsing of the module attributes in the import statement
Provides Vue 3 JSX & TSX support with HMR.
Core istanbul API for JS code coverage
Allows you to build compile-time libraries
Compile ESNext Regular Expressions to ES5
Allow parsing of optional properties
Compile ES2015 computed properties to ES5
Compile ES2015 classes to ES5
Add a __source prop to all JSX Elements
This plugin transforms private class methods
This plugin transforms ES2015 modules to AMD
This plugin transforms ES2015 modules to SystemJS
Babel plugin to ensure function declarations at the block level are block scoped