Skip to content

Releases: browserify/acorn-node

v1.5.1

15 Jun 09:56
abdf082
Compare
Choose a tag to compare
  • Fix tests on Node <= 0.12.

v1.5.0

15 Jun 09:45
c2a4ff0
Compare
Choose a tag to compare
  • Add tests for async iteration, optional catch binding, import.meta,
    dynamic import, bigint (currently unsupported).
  • Add import.meta support. (sourceType: 'module' only)
  • Add dynamic import support. (sourceType: 'module' only)
  • Fix optional catch binding support in the walker.

v1.4.0

13 Jun 09:44
4875303
Compare
Choose a tag to compare
  • Upgrade acorn to 5.6, which supports optional catch bindings and other
    new syntax features.
  • Set ecmaVersion to 2019 to opt in to optional catch bindings etc.