File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,11 @@ var acorn = require('acorn-node')
29
29
30
30
The API is the same as [ acorn] ( https://github.com/acornjs/acorn ) , but the following syntax features are enabled by default:
31
31
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 )
33
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 ) )
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)
35
37
36
38
And the following options have different defaults from acorn, to match Node modules:
37
39
You can’t perform that action at this time.
0 commit comments