sensordb2 e64a8defe5 3.17 | 1 year ago | |
---|---|---|
.. | ||
lib | 1 year ago | |
node_modules | 1 year ago | |
test | 1 year ago | |
.travis.yml | 1 year ago | |
CHANGELOG.md | 1 year ago | |
LICENSE.md | 1 year ago | |
README.md | 1 year ago | |
build.js | 1 year ago | |
index.js | 1 year ago | |
package.json | 1 year ago | |
walk.js | 1 year ago |
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:
10n
10_000
import()
import.meta
propertyexport * as ns from
syntaxAnd the following options have different defaults from acorn, to match Node modules:
ecmaVersion: 2019
allowHashBang: true
allowReturnOutsideFunction: true
var walk = require('acorn-node/walk')
The Acorn syntax tree walker. Comes preconfigured for the syntax plugins if necessary. See the acorn documentation for details.
The files in the repo root and the ./test folder are licensed as Apache-2.0.
The files in lib/ are generated from other packages: