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 f3ba2c5 commit d46cbe0Copy full SHA for d46cbe0
README.md
@@ -29,6 +29,7 @@ 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
+ - Bigint syntax (via [acorn-bigint](https://github.com/acornjs/acorn-bigint]))
33
- Dynamic `import()` (via [acorn-dynamic-import](https://github.com/kesne/acorn-dynamic-import))
34
- The `import.meta` property (via [acorn-import-meta](https://github.com/acornjs/acorn-import-meta))
35
0 commit comments