What is acorn-node?
"the acorn javascript parser, preloaded with plugins for syntax parity with recent node versions"
acorn-node is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 44.9 KB on disk.
Installation Guide
# Install via NPM
npm install acorn-node
# Install via Yarn
yarn add acorn-node