Upgrade to https://github.com/acornjs/acorn.git commit 84eda6bf
authorNick Downing <nick@ndcode.org>
Sun, 9 Jan 2022 00:17:50 +0000 (19:17 -0500)
committerNick Downing <nick@ndcode.org>
Sun, 9 Jan 2022 01:20:40 +0000 (12:20 +1100)
commitfc82ff342108f5703f1d6f6c0d511c0057260586
tree84d7f75269b2fcee1422e0cc747e7c4dc81f52d7
parentc033c0df6a6daa117027fbbe3d775611f9eca541
Upgrade to https://github.com/acornjs/acorn.git commit 84eda6bf
31 files changed:
CHANGELOG.md
LICENSE
dist/acorn.d.ts [deleted file]
jst.js
package.json
rollup.config.bin.js [deleted file]
rollup.config.js
src/.eslintrc [deleted file]
src/bin/.eslintrc [deleted file]
src/bin/acorn.js
src/expression.js
src/identifier.js
src/index.js
src/location.js
src/locutil.js
src/lval.js
src/node.js
src/options.js
src/package.json [new file with mode: 0644]
src/parseutil.js
src/regexp.js
src/scope.js
src/scopeflags.js
src/state.js
src/statement.js
src/tokencontext.js
src/tokenize.js
src/tokentype.js
src/unicode-property-data.js
src/util.js
src/whitespace.js