v1.8.0
-
Upgrade acorn to v7.
For backwards compatibility,
acorn-node
still uses theImport
node type for dynamic imports, NOTImportExpression
like acorn v7 and estree. -
Add numeric separator support:
var a = 10_000_000_000_000_000_000_000_000n;