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')
2929
3030The 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
3638And the following options have different defaults from acorn, to match Node modules:
3739
You can’t perform that action at this time.
0 commit comments