Babel plugin which switches Babel to use the Hermes parser.
A JavaScript parser built from the Hermes engine
Allow parsing of TypeScript syntax
Allow parsing of jsx
Allow parsing of the module attributes in the import statement
Flow types for the Flow-ESTree spec produced by the hermes parser
Allow parsing of optional properties
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 logical assignment operators
Allow parsing of object rest/spread
Allow parsing of class properties
Allow parsing of the module assertion attributes in the import statement
Allow parsing of import.meta
Allow parsing of the nullish-coalescing operator
Allow parsing of optional catch bindings
Allow parsing of top-level await in modules
Allow parsing of async generator functions
Allow parsing of BigInt literals
Allow parsing of class static blocks
Allow parsing of '#foo in obj' brand checks
A Babel preset that enables parsing of proposals supported by the current Node.js version.
Transform SVG into JSX
Regular Expressions parser in JavaScript