We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
06a0d74
There was an error while loading. Please reload this page.
Full Changelog: v1.4.2...v1.4.3
550c648
Fix require() call that should've been acorn-node, not acorn
require()
acorn-node
acorn
be3a666
Remove ecmaVersion override, instead use acorn-node's default.
ecmaVersion
6e1d4fd
Uses acorn-node, supporting async functions, import() syntax, object rest spread, etc.
import()
94e5809
Updates to acorn 5.6, with support for many new JS syntax features.