Allow parsing of destructuring private fields
Allow parsing of '#foo in obj' brand checks
Compile ES2015 destructuring to ES5
Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517
Workaround a Safari bug where rest destructuring with an array literal on the rhs can yield incorrect results
Allow parsing of TypeScript syntax
Allow parsing of jsx
This plugin transforms private class methods
Allow parsing of the module attributes in the import statement
This plugin transforms checks for a private property in an object
Allow parsing of optional properties
Allow parsing of the logical assignment operators
Allow parsing of the nullish-coalescing operator
Allow parsing of import.meta
Allow parsing of object rest/spread
Allow parsing of class 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 module assertion attributes in the import statement
Allow parsing of optional catch bindings
Allow parsing of BigInt literals
Allow parsing of top-level await in modules
Allow parsing of async generator functions
Allow parsing of class static blocks