[Pkg-javascript-commits] [acorn] branch master updated (1a07520 -> 2be1064)

Julien Puydt julien.puydt at laposte.net
Sun Mar 4 22:26:22 UTC 2018


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

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

      from  1a07520   Prepare for upload
       new  056988d   New upstream version 5.5.0+ds1
       new  a495f69   Update upstream source from tag 'upstream/5.5.0+ds1'
       new  2be1064   Package new upstream 5.5.0

The 3 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                          |    1 -
 CHANGELOG.md                     |   12 +
 README.md                        |    5 +-
 bin/generate-identifier-regex.js |    8 +-
 bin/run_test262.js               |    6 +-
 bin/test262.whitelist            |   12 -
 bin/update_authors.sh            |    9 +-
 debian/changelog                 |    6 +
 debian/source/lintian-overrides  |    2 +-
 package.json                     |    8 +-
 src/identifier.js                |    8 +-
 src/index.js                     |    2 +-
 src/loose/state.js               |    4 +
 src/regexp.js                    | 1042 +++++++++++++++++++++++++++++
 src/state.js                     |    3 +
 src/tokenize.js                  |   79 +--
 src/unicode-property-data.js     |  463 +++++++++++++
 src/walk/index.js                |    9 +-
 test/run.js                      |    2 +
 test/tests-regexp-2018.js        |  150 +++++
 test/tests-regexp.js             | 1353 ++++++++++++++++++++++++++++++++++++++
 21 files changed, 3082 insertions(+), 102 deletions(-)
 create mode 100644 src/regexp.js
 create mode 100644 src/unicode-property-data.js
 create mode 100644 test/tests-regexp-2018.js
 create mode 100644 test/tests-regexp.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