[Pkg-javascript-commits] [acorn] 02/06: Updated version 5.1.1 from 'upstream/5.1.1'
Julien Puydt
julien.puydt at laposte.net
Fri Aug 18 07:45:17 UTC 2017
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a commit to branch master
in repository acorn.
commit a05415ff38e6f011ef79880b17152cec235b822c
Merge: 2cd2a9d fb77cd7
Author: Julien Puydt <julien.puydt at laposte.net>
Date: Fri Aug 18 08:59:41 2017 +0200
Updated version 5.1.1 from 'upstream/5.1.1'
with Debian dir 254e78b2cf08823fffbee476833690572ab955a3
.gitignore | 2 +-
.npmignore | 1 +
.travis.yml | 2 +
AUTHORS | 4 +
CHANGELOG.md | 28 +
LICENSE | 2 +-
README.md | 49 +-
package.json | 14 +-
rollup/config.loose.js | 9 +-
rollup/{config.loose.js => config.loose_es.js} | 9 +-
rollup/config.main.js | 8 +-
rollup/config.walk.js | 8 +-
src/expression.js | 82 +-
src/index.js | 2 +-
src/loose/expression.js | 31 +-
src/loose/index.js | 4 +-
src/loose/state.js | 5 +
src/lval.js | 28 +-
src/parseutil.js | 10 +-
src/scope.js | 3 +-
src/state.js | 2 +-
src/statement.js | 27 +-
src/tokencontext.js | 55 +-
src/tokenize.js | 72 +-
src/tokentype.js | 3 +-
src/walk/index.js | 75 +-
test/bench.html | 96 -
test/bench/common.js | 113 +
test/bench/fixtures/angular.js | 32982 ++++++++++++++
test/bench/fixtures/backbone.js | 1920 +
test/bench/fixtures/ember.js | 52183 +++++++++++++++++++++++
test/bench/fixtures/jquery.js | 10253 +++++
test/bench/fixtures/react-dom.js | 18939 ++++++++
test/bench/fixtures/react.js | 3987 ++
test/bench/index.html | 176 +
test/bench/index.js | 62 +
test/bench/package.json | 33 +
test/bench/worker.js | 80 +
test/codemirror-string.js | 3995 --
test/compare/esprima.js | 4402 --
test/compare/traceur.js | 23622 ----------
test/jquery-string.js | 10315 -----
test/lint.js | 9 +-
test/run.js | 1 +
test/tests-asyncawait.js | 411 +-
test/tests-es7.js | 2 -
test/tests-harmony.js | 94 +-
test/tests-template-literal-revision.js | 551 +
test/tests.js | 44 +-
49 files changed, 122168 insertions(+), 42637 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/acorn.git
More information about the Pkg-javascript-commits
mailing list