Skip to content

v1.8.0

Compare
Choose a tag to compare
@goto-bus-stop goto-bus-stop released this 13 Aug 16:12
f0c0cec
  • Upgrade acorn to v7.

    For backwards compatibility, acorn-node still uses the Import node type for dynamic imports, NOT ImportExpression like acorn v7 and estree.

  • Add numeric separator support:

    var a = 10_000_000_000_000_000_000_000_000n;