[Pkg-javascript-commits] [acorn] branch upstream updated (eca18c7 -> 056988d)
Julien Puydt
julien.puydt at laposte.net
Sun Mar 4 22:26:24 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 eca18c7 New upstream version 5.4.1+ds1
new 056988d New upstream version 5.5.0+ds1
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 | 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 +-
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 ++++++++++++++++++++++++++++++++++++++
19 files changed, 3075 insertions(+), 101 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