[Pkg-javascript-commits] [acorn] branch master updated (1ad8416 -> 57b350b)
Julien Puydt
julien.puydt at laposte.net
Thu Apr 20 15:28:24 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 1ad8416 Merge the bugfix branch
new e299593 4.0.11 wasn't uploaded after all
new 547efb4 New upstream version 5.0.3
new 4f9c800 Merge tag 'upstream/5.0.3'
new 57b350b Packaged new upstream 5.0.3
The 4 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:
AUTHORS | 2 +
CHANGELOG.md | 28 +++++++++++
debian/changelog | 4 +-
package.json | 12 +++--
src/.eslintrc | 33 +++++++++++++
src/bin/.eslintrc | 6 +++
src/bin/acorn.js | 26 +++++-----
src/expression.js | 45 ++++++++++-------
src/identifier.js | 6 ++-
src/index.js | 9 ++--
src/loose/expression.js | 4 +-
src/loose/index.js | 1 +
src/loose/parseutil.js | 2 +-
src/loose/statement.js | 14 +++---
src/loose/tokenize.js | 15 +++---
src/lval.js | 37 ++++++++++----
src/options.js | 5 +-
src/parseutil.js | 2 +-
src/scope.js | 75 +++++++++++++++++++++++++++++
src/state.js | 6 ++-
src/statement.js | 83 ++++++++++++++++++++------------
src/tokencontext.js | 39 +++++++++++++--
src/tokenize.js | 97 ++++++++++++++++++-------------------
src/util.js | 10 ++--
src/walk/index.js | 10 ++--
test/lint.js | 10 ++++
test/tests-asyncawait.js | 2 +-
test/tests-harmony.js | 122 +++++++++++++++++++++++++++++++++++++++++++++--
test/tests.js | 18 +++++++
29 files changed, 555 insertions(+), 168 deletions(-)
create mode 100644 src/.eslintrc
create mode 100644 src/bin/.eslintrc
create mode 100644 src/scope.js
create mode 100644 test/lint.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