Skip to content

Commit

Permalink
deps: update acorn to 6.2.0
Browse files Browse the repository at this point in the history
Includes support for bigint syntax so we can remove the acorn-bigint
plugin.

PR-URL: #28649
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
  • Loading branch information
targos committed Jul 20, 2019
1 parent 5c1d595 commit c7cb70c
Show file tree
Hide file tree
Showing 18 changed files with 5,138 additions and 5,357 deletions.
21 changes: 0 additions & 21 deletions deps/acorn-plugins/acorn-bigint/CHANGELOG.md

This file was deleted.

19 changes: 0 additions & 19 deletions deps/acorn-plugins/acorn-bigint/LICENSE

This file was deleted.

21 changes: 0 additions & 21 deletions deps/acorn-plugins/acorn-bigint/README.md

This file was deleted.

59 changes: 0 additions & 59 deletions deps/acorn-plugins/acorn-bigint/index.js

This file was deleted.

65 changes: 0 additions & 65 deletions deps/acorn-plugins/acorn-bigint/package.json

This file was deleted.

6 changes: 6 additions & 0 deletions deps/acorn/acorn-walk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 6.2.0 (2017-07-04)

### New features

Add support for `Import` nodes.

## 6.1.0 (2018-09-28)

### New features
Expand Down
2 changes: 1 addition & 1 deletion deps/acorn/acorn-walk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ An abstract syntax tree walker for the
## Community

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

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

0 comments on commit c7cb70c

Please sign in to comment.