| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-11-27 | 1.6 kB | |
| v7.0.0 source code.tar.gz | 2025-11-27 | 945.1 kB | |
| v7.0.0 source code.zip | 2025-11-27 | 1.1 MB | |
| Totals: 3 Items | 2.0 MB | 0 | |
Bug Fixes
- allow
new.targetincommonjsmodule root (#524) (5053d99) - fix start location of
HTMLClosecomment (#522) (5ea7b96) - parser: generate unique location info for shorthand pattern (#515) (42bb9bc)
- remove misspelled
ForInitialiserin ESTree (#520) (2349d2c)
Features
BREAKING CHANGES
- drop support of Node.js below v20 (#518)
- remove
uniqueKeyInpatternoption, nodes are always unique in shorthand pattern (#519) - add
sourceType, deprecatemoduleoption (#521) - add
sourceType: 'commonjs', deprecateglobalReturnoption (#523) - forbid passing option
sourceTypeinparseScriptandparseModuleAPIs (#465)