[Pkg-javascript-commits] [acorn] branch master updated (2cd2a9d -> 9221d1c)
Julien Puydt
julien.puydt at laposte.net
Fri Aug 18 07:45:15 UTC 2017
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a change to branch master
in repository acorn.
from 2cd2a9d Don't parse the changelog ourself
new fb77cd7 New upstream version 5.1.1
new a05415f Updated version 5.1.1 from 'upstream/5.1.1'
new 1b06bd1 Package upstream 5.1.1
new 16008dc Drop all patches and depend on nodejs (> 6)
new 9bf25b3 Prepare for upload
new 9221d1c Unbreak the compilation with node-es6-module-transpiler
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 2 +-
.npmignore | 1 +
.travis.yml | 2 +
AUTHORS | 4 +
CHANGELOG.md | 28 +
LICENSE | 2 +-
README.md | 49 +-
debian/changelog | 8 +
debian/control | 2 +-
debian/patches/default_arg.patch | 38 -
debian/patches/destructuring_assignment.patch | 33 -
debian/patches/series | 3 +-
debian/patches/unbreak_build | 11 +
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 +-
55 files changed, 122189 insertions(+), 42711 deletions(-)
delete mode 100644 debian/patches/default_arg.patch
delete mode 100644 debian/patches/destructuring_assignment.patch
create mode 100644 debian/patches/unbreak_build
copy rollup/{config.loose.js => config.loose_es.js} (79%)
delete mode 100644 test/bench.html
create mode 100644 test/bench/common.js
create mode 100644 test/bench/fixtures/angular.js
create mode 100644 test/bench/fixtures/backbone.js
create mode 100644 test/bench/fixtures/ember.js
create mode 100644 test/bench/fixtures/jquery.js
create mode 100644 test/bench/fixtures/react-dom.js
create mode 100644 test/bench/fixtures/react.js
create mode 100644 test/bench/index.html
create mode 100644 test/bench/index.js
create mode 100644 test/bench/package.json
create mode 100644 test/bench/worker.js
delete mode 100644 test/codemirror-string.js
delete mode 100644 test/compare/esprima.js
delete mode 100644 test/compare/traceur.js
delete mode 100644 test/jquery-string.js
create mode 100644 test/tests-template-literal-revision.js
--
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