[Pkg-javascript-commits] [node-esprima] 08/09: Merge tag 'upstream/3.1.0+ds'
Julien Puydt
julien.puydt at laposte.net
Sat Oct 15 17:29:11 UTC 2016
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a commit to branch master
in repository node-esprima.
commit 18a8ee30b78785f7721048597fa1121a5e7a298a
Merge: 5dd5ee0 7367461
Author: Julien Puydt <julien.puydt at laposte.net>
Date: Sat Oct 15 19:19:14 2016 +0200
Merge tag 'upstream/3.1.0+ds'
Upstream version 3.1.0+ds
.travis.yml | 5 +-
ChangeLog | 8 +
README.md | 20 +-
circle.yml | 2 -
package.json | 22 +-
src/esprima.ts | 7 +-
src/messages.ts | 3 +-
src/parser.ts | 95 ++--
test/api-tests.js | 9 +-
test/benchmark-parser.js | 26 +-
test/benchmark-tokenizer.js | 26 +-
test/browser-tests.js | 2 +-
test/configure-sauce-labs.js | 4 +-
test/downstream.js | 46 +-
.../ES6/arrow-function/migrated_0008.tree.json | 1 -
.../ES6/arrow-function/migrated_0013.tree.json | 1 -
.../ES6/arrow-function/migrated_0014.tree.json | 1 -
.../array-pattern/nested-assignment.tree.json | 2 -
.../object-pattern-assignment.tree.json | 1 -
.../export-default-named-class.js | 1 +
.../export-default-named-class.tree.json | 201 ++++++++
.../export-named-keyword-as-specifier.js | 1 +
.../export-named-keyword-as-specifier.tree.json} | 227 ++++-----
.../export-named-keyword-specifier.js | 1 +
.../export-named-keyword-specifier.tree.json | 186 +++++++
.../ES6/for-of/invalid-assign-for-of.failure.json | 1 +
test/fixtures/ES6/for-of/invalid-assign-for-of.js | 1 +
...invalid-proto-identifier-shorthand.failure.json | 1 -
.../invalid-proto-literal-shorthand.failure.json | 1 -
...invalid-proto-shorthand-identifier.failure.json | 1 -
.../invalid-proto-shorthand-literal.failure.json | 1 -
.../invalid-proto-shorthands.failure.json | 1 -
...-shorthand.js => proto-identifier-shorthand.js} | 0
.../proto-identifier-shorthand.tree.json} | 237 ++++-----
...ral-shorthand.js => proto-literal-shorthand.js} | 0
.../proto-literal-shorthand.tree.json} | 240 +++++-----
.../proto-shorthand-assignments.js | 1 +
.../proto-shorthand-assignments.tree.json | 532 +++++++++++++++++++++
...identifier.js => proto-shorthand-identifier.js} | 0
.../proto-shorthand-identifier.tree.json} | 237 ++++-----
...thand-literal.js => proto-shorthand-literal.js} | 0
.../proto-shorthand-literal.tree.json} | 238 ++++-----
...lid-proto-shorthands.js => proto-shorthands.js} | 0
.../proto-shorthands.tree.json} | 229 ++++-----
.../yield/yield-arrow-parameter-default.tree.json | 1 -
.../yield/yield-generator-arrow-default.tree.json | 1 -
.../invalid-var-init-forin1.failure.json | 1 +
.../for-statement/invalid-var-init-forin1.js | 1 +
.../invalid-var-init-forin2.failure.json | 1 +
.../for-statement/invalid-var-init-forin2.js | 1 +
.../invalid-var-init-forin3.failure.json | 1 +
.../for-statement/invalid-var-init-forin3.js | 1 +
.../invalid-var-init-forin4.failure.json | 1 +
.../for-statement/invalid-var-init-forin4.js | 1 +
.../invalid-var-init-forin5.failure.json | 1 +
.../for-statement/invalid-var-init-forin5.js | 1 +
.../iteration/invalid-assign-for-in.failure.json | 1 +
.../statement/iteration/invalid-assign-for-in.js | 1 +
test/hostile-environment-tests.js | 2 +-
test/profile.js | 1 -
test/regression-tests.js | 1 -
test/tsfmt.json | 14 +
test/unit-tests.js | 12 +-
63 files changed, 1784 insertions(+), 879 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-esprima.git
More information about the Pkg-javascript-commits
mailing list