[Pkg-javascript-commits] [acorn] branch upstream updated (f2e1f9d -> 547efb4)

Julien Puydt julien.puydt at laposte.net
Thu Apr 20 15:28:25 UTC 2017


This is an automated email from the git hooks/post-receive script.

jpuydt-guest pushed a change to branch upstream
in repository acorn.

      from  f2e1f9d   New upstream version 4.0.11
       new  547efb4   New upstream version 5.0.3

The 1 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 +++++++++++
 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 +++++++
 28 files changed, 553 insertions(+), 166 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