Acorn preloaded with plugins for syntax parity with recent Node versions.
It also includes versions of the plugins compiled with Bublé, so they can be run on old Node versions (0.6 and up).
npm install acorn-node
var acorn = require('acorn-node')
The API is the same as acorn, but the following syntax features are enabled by default:
- Object rest spread (via acorn5-object-spread)