[Pkg-javascript-commits] [acorn] branch upstream updated (5c5c566 -> af8adb1)

Julien Puydt julien.puydt at laposte.net
Wed Jan 3 10:12:19 UTC 2018


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

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

      from  5c5c566   New upstream version 5.2.1+ds1
      adds  af8adb1   New upstream version 5.3.0+ds1

No new revisions were added by this update.

Summary of changes:
 .gitignore               |   3 +-
 .travis.yml              |  23 ++-
 AUTHORS                  |   5 +
 CHANGELOG.md             |  22 +++
 README.md                |  27 +--
 bin/acorn                |   4 +
 bin/run_test262.js       |  27 +++
 bin/test262.whitelist    | 372 +++++++++++++++++++++++++++++++++++++++
 package.json             |  20 ++-
 rollup/config.bin.js     |   2 +-
 src/.eslintrc            |   4 +-
 src/expression.js        |  48 +++---
 src/identifier.js        |   2 +
 src/index.js             |   6 +-
 src/lval.js              |  66 +++----
 src/parseutil.js         |  17 +-
 src/statement.js         | 143 +++++++--------
 src/tokenize.js          |  38 ++--
 src/walk/index.js        |   5 +
 test/tests-asyncawait.js |  22 +--
 test/tests-harmony.js    | 440 ++++++++++++++++++++++++++++++++++++++++++++---
 test/tests.js            | 179 ++++++++++++++++++-
 22 files changed, 1252 insertions(+), 223 deletions(-)
 create mode 100755 bin/acorn
 create mode 100644 bin/run_test262.js
 create mode 100644 bin/test262.whitelist

-- 
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