[Pkg-javascript-commits] [acorn] branch master updated (8e88aea -> 97d3f50)
Julien Puydt
julien.puydt at laposte.net
Wed Jan 3 10:12:18 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 8e88aea Prepare for upload
adds af8adb1 New upstream version 5.3.0+ds1
adds 5b85a32 Update upstream source from tag 'upstream/5.3.0+ds1'
adds 1dc8e75 Package new upstream 5.3.0
adds 0a3fe11 Bump std-ver to 4.1.3
adds 97d3f50 Prepare for upload
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 +++++++++++++++++++++++++++++++++++++++
debian/changelog | 6 +
debian/control | 2 +-
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 ++++++++++++++++++-
24 files changed, 1259 insertions(+), 224 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