NPM

NPM

Node Package Manager

44,505 tracked projects
Public Registry
Public registry metadata is sourced from known upstream package ecosystems.
www.npmjs.com

Find Project in NPM

ProjectDescription
Allow parsing of BigInt literals
Allow parsing of class properties
Allow parsing of class static blocks
Allow parsing of decimal
Allow parsing of decorators
Allow parsing of destructuring private fields
Allow parsing of do expressions
Allow parsing of import()
Allow parsing of export default from
Allow parsing of export extensions
Allow parsing of export namespace from
Allow parsing of the flow syntax
Allow parsing of function bind
Allow parsing of the function.sent meta property
Allow parsing of the module assertion attributes in the import statement
Allow parsing of the module attributes in the import statement
Allow parsing of import.meta
Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Allow parsing of jsx
Allow parsing of the logical assignment operators
Allow parsing of the module attributes in the import statement
Allow parsing of JS Module Blocks
Allow parsing of the nullish-coalescing operator
Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator
Allow parsing of object rest/spread
Allow parsing of optional catch bindings
Allow parsing of optional properties
Allow parsing of partial application syntax
Allow parsing of the pipeline operator
Allow parsing of '#foo in obj' brand checks
Allow parsing of records and tuples.
Allow parsing of Throw Expressions
Allow parsing of top-level await in modules
Allow parsing of TypeScript syntax
Compile ES2015 arrow functions to ES5
Turn async generator functions into ES2015 generators
Turn async functions into ES2015 generators
Babel plugin to ensure function declarations at the block level are block scoped
Compile ES2015 block scoping (const and let) to ES5
This plugin transforms static class properties as well as properties declared with the property initializer syntax
Compile ES2015 classes to ES5
Compile ES2015 computed properties to ES5
Compile ES2015 destructuring to ES5
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Compile objects with duplicate keys to valid strict ES5
Compile regular expressions using duplicate named groups to index-based groups.
Transform import() expressions
Compile eval calls with string literals
Compile `using` and `await using` declarations to ES2015