Pristine copy of just the acorn subdirectory from acorn.git commit 56fce39
authorNick Downing <nick@ndcode.org>
Tue, 30 Oct 2018 07:25:44 +0000 (18:25 +1100)
committerNick Downing <nick@ndcode.org>
Tue, 30 Oct 2018 07:25:44 +0000 (18:25 +1100)
commitc6d577df10f728b55bb462e62e233ded409ec8b3
tree238b8b2a1446b02b4c22d517fba40b32dc689ff4
Pristine copy of just the acorn subdirectory from acorn.git commit 56fce39
32 files changed:
.npmignore [new file with mode: 0644]
CHANGELOG.md [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
bin/acorn [new file with mode: 0755]
dist/acorn.d.ts [new file with mode: 0644]
package.json [new file with mode: 0644]
rollup.config.bin.js [new file with mode: 0644]
rollup.config.js [new file with mode: 0644]
src/.eslintrc [new file with mode: 0644]
src/bin/.eslintrc [new file with mode: 0644]
src/bin/acorn.js [new file with mode: 0644]
src/expression.js [new file with mode: 0644]
src/identifier.js [new file with mode: 0644]
src/index.js [new file with mode: 0644]
src/location.js [new file with mode: 0644]
src/locutil.js [new file with mode: 0644]
src/lval.js [new file with mode: 0644]
src/node.js [new file with mode: 0644]
src/options.js [new file with mode: 0644]
src/parseutil.js [new file with mode: 0644]
src/regexp.js [new file with mode: 0644]
src/scope.js [new file with mode: 0644]
src/scopeflags.js [new file with mode: 0644]
src/state.js [new file with mode: 0644]
src/statement.js [new file with mode: 0644]
src/tokencontext.js [new file with mode: 0644]
src/tokenize.js [new file with mode: 0644]
src/tokentype.js [new file with mode: 0644]
src/unicode-property-data.js [new file with mode: 0644]
src/util.js [new file with mode: 0644]
src/whitespace.js [new file with mode: 0644]