Skip to content

Commit c7cb70c

Browse files
committed
deps: update acorn to 6.2.0
Includes support for bigint syntax so we can remove the acorn-bigint plugin. PR-URL: #28649 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Yongsheng Zhang <[email protected]>
1 parent 5c1d595 commit c7cb70c

File tree

18 files changed

+5138
-5357
lines changed

18 files changed

+5138
-5357
lines changed

deps/acorn-plugins/acorn-bigint/CHANGELOG.md

-21
This file was deleted.

deps/acorn-plugins/acorn-bigint/LICENSE

-19
This file was deleted.

deps/acorn-plugins/acorn-bigint/README.md

-21
This file was deleted.

deps/acorn-plugins/acorn-bigint/index.js

-59
This file was deleted.

deps/acorn-plugins/acorn-bigint/package.json

-65
This file was deleted.

deps/acorn/acorn-walk/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 6.2.0 (2017-07-04)
2+
3+
### New features
4+
5+
Add support for `Import` nodes.
6+
17
## 6.1.0 (2018-09-28)
28

39
### New features

deps/acorn/acorn-walk/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ An abstract syntax tree walker for the
66
## Community
77

88
Acorn is open source software released under an
9-
[MIT license](https://github.com/acornjs/acorn/blob/master/LICENSE).
9+
[MIT license](https://github.com/acornjs/acorn/blob/master/acorn-walk/LICENSE).
1010

1111
You are welcome to
1212
[report bugs](https://github.com/acornjs/acorn/issues) or create pull

0 commit comments

Comments
 (0)