Compile ES2015 spread to ES5
Allow parsing of the module attributes in the import statement
Compile class public and private fields, private methods and decorators to ES6
Compile objects with duplicate keys to valid strict ES5
Compile ESNext Regular Expressions to ES5
Core istanbul API for JS code coverage
Compile ES2015 block scoping (const and let) to ES5
Allows you to build compile-time libraries
Allow parsing of optional properties
Provides Vue 3 JSX & TSX support with HMR.
Allow parsing of class properties
Allow parsing of the logical assignment operators
Babel plugin to extract translatable messages from source code into Lingui catalogs
Allow parsing of import.meta
Babel transform to AMD that skips existing AMD modules
Allow parsing of object rest/spread
Allow parsing of optional catch bindings
Allow parsing of top-level await in modules
Babel plugin for preserving exports order across transforms
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
Allow parsing of the module assertion attributes in the import statement
Allow parsing of BigInt literals
Allow parsing of the nullish-coalescing operator