We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8618a5d commit 593324fCopy full SHA for 593324f
README.md
@@ -29,11 +29,12 @@ var acorn = require('acorn-node')
29
30
The API is the same as [acorn](https://github.com/acornjs/acorn), but the following syntax features are enabled by default:
31
32
- - None right now.
+ - Dynamic `import()` (via [acorn-dynamic-import](https://github.com/kesne/acorn-dynamic-import))
33
+ - The `import.meta` property (via [acorn-import-meta](https://github.com/acornjs/acorn-import-meta))
34
35
And the following options have different defaults from acorn, to match Node modules:
36
- - `ecmaVersion: 9`
37
+ - `ecmaVersion: 2019`
38
- `allowHashBang: true`
39
- `allowReturnOutsideFunction: true`
40
0 commit comments