Skip to content

Commit d46cbe0

Browse files
committed
Mention bigint in README.md
1 parent f3ba2c5 commit d46cbe0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ var acorn = require('acorn-node')
2929

3030
The API is the same as [acorn](https://github.com/acornjs/acorn), but the following syntax features are enabled by default:
3131

32+
- Bigint syntax (via [acorn-bigint](https://github.com/acornjs/acorn-bigint]))
3233
- Dynamic `import()` (via [acorn-dynamic-import](https://github.com/kesne/acorn-dynamic-import))
3334
- The `import.meta` property (via [acorn-import-meta](https://github.com/acornjs/acorn-import-meta))
3435

0 commit comments

Comments
 (0)