Skip to content

Commit cb76f43

Browse files
committed
Update readme
1 parent db1445b commit cb76f43

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@ 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]))
32+
- Bigint syntax (via [acorn-bigint](https://github.com/acornjs/acorn-bigint]), MIT)
3333
- 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))
34+
- The `import.meta` property (via [acorn-import-meta](https://github.com/acornjs/acorn-import-meta), MIT)
35+
- Public and private class instance fields (via [acorn-class-fields](https://github.com/acornjs/acorn-class-fields), MIT)
36+
- Public and private class static fields (via [acorn-static-class-features](https://github.com/acornjs/acorn-static-class-features), MIT)
3537

3638
And the following options have different defaults from acorn, to match Node modules:
3739

0 commit comments

Comments
 (0)