[Pkg-javascript-commits] [node-esprima] branch upstream updated (80448d4 -> 770ab43)
Julien Puydt
julien.puydt at laposte.net
Wed Jan 11 08:59:39 UTC 2017
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a change to branch upstream
in repository node-esprima.
from 80448d4 New upstream version 3.1.2+ds
new 770ab43 New upstream version 3.1.3+ds
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:
ChangeLog | 5 +
package.json | 2 +-
src/esprima.ts | 2 +-
src/messages.ts | 1 -
src/nodes.ts | 4 +-
src/parser.ts | 63 ++-
.../complex-rest-in-arrow-not-allowed.failure.json | 1 -
...d-duplicated-names-rest-parameter.failure.json} | 2 +-
... => invalid-duplicated-names-rest-parameter.js} | 0
.../array-pattern/rest-element-array-pattern.js | 1 +
...e.json => rest-element-array-pattern.tree.json} | 232 +++++----
.../array-pattern/rest-element-object-pattern.js | 1 +
.../rest-element-object-pattern.tree.json} | 333 +++++++------
.../rest-parameter/arrow-rest-parameter-array.js | 1 +
.../arrow-rest-parameter-array.tree.json} | 246 +++++-----
.../rest-parameter/arrow-rest-parameter-object.js | 1 +
.../arrow-rest-parameter-object.tree.json} | 235 ++++-----
.../ES6/rest-parameter/rest-parameter-array.js | 1 +
...on.tree.json => rest-parameter-array.tree.json} | 223 ++++-----
.../ES6/rest-parameter/rest-parameter-object.js | 1 +
.../rest-parameter-object.tree.json} | 331 ++++++-------
test/fixtures/ES6/yield/ternary-yield.js | 1 +
...-property.tree.json => ternary-yield.tree.json} | 302 ++++++------
test/fixtures/ES6/yield/yield-arg-array.js | 1 +
...elegate.tree.json => yield-arg-array.tree.json} | 222 +++++----
test/fixtures/ES6/yield/yield-arg-bitnot.js | 1 +
...legate.tree.json => yield-arg-bitnot.tree.json} | 204 ++++----
test/fixtures/ES6/yield/yield-arg-class.js | 1 +
...roperty.tree.json => yield-arg-class.tree.json} | 246 +++++-----
test/fixtures/ES6/yield/yield-arg-delete.js | 1 +
...legate.tree.json => yield-arg-delete.tree.json} | 214 +++++----
test/fixtures/ES6/yield/yield-arg-function.js | 1 +
...erty.tree.json => yield-arg-function.tree.json} | 273 +++++------
test/fixtures/ES6/yield/yield-arg-group.js | 1 +
...elegate.tree.json => yield-arg-group.tree.json} | 199 ++++----
test/fixtures/ES6/yield/yield-arg-let.js | 1 +
...xpression.tree.json => yield-arg-let.tree.json} | 177 ++++---
test/fixtures/ES6/yield/yield-arg-minus.js | 1 +
...elegate.tree.json => yield-arg-minus.tree.json} | 204 ++++----
test/fixtures/ES6/yield/yield-arg-minusminus.js | 1 +
...te.tree.json => yield-arg-minusminus.tree.json} | 212 +++++----
test/fixtures/ES6/yield/yield-arg-new.js | 1 +
...-property.tree.json => yield-arg-new.tree.json} | 258 +++++-----
test/fixtures/ES6/yield/yield-arg-not.js | 1 +
...-delegate.tree.json => yield-arg-not.tree.json} | 204 ++++----
test/fixtures/ES6/yield/yield-arg-object.js | 1 +
...operty.tree.json => yield-arg-object.tree.json} | 310 ++++++------
test/fixtures/ES6/yield/yield-arg-plus.js | 1 +
...delegate.tree.json => yield-arg-plus.tree.json} | 204 ++++----
test/fixtures/ES6/yield/yield-arg-plusplus.js | 1 +
...gate.tree.json => yield-arg-plusplus.tree.json} | 212 +++++----
test/fixtures/ES6/yield/yield-arg-regexp1.js | 1 +
...ssion.tree.json => yield-arg-regexp1.tree.json} | 188 ++++----
test/fixtures/ES6/yield/yield-arg-regexp2.js | 1 +
...ssion.tree.json => yield-arg-regexp2.tree.json} | 172 +++----
test/fixtures/ES6/yield/yield-arg-super.js | 1 +
...on-body.tree.json => yield-arg-super.tree.json} | 529 +++++++++++----------
test/fixtures/ES6/yield/yield-arg-this.js | 1 +
...pression.tree.json => yield-arg-this.tree.json} | 176 ++++---
test/fixtures/ES6/yield/yield-arg-typeof.js | 1 +
...legate.tree.json => yield-arg-typeof.tree.json} | 214 +++++----
test/fixtures/ES6/yield/yield-arg-void.js | 1 +
...delegate.tree.json => yield-arg-void.tree.json} | 198 ++++----
.../invalid-syntax/migrated_0259.failure.json | 6 -
test/fixtures/invalid-syntax/migrated_0259.js | 1 -
65 files changed, 3451 insertions(+), 3181 deletions(-)
delete mode 100644 test/fixtures/ES6/arrow-function/complex-rest-in-arrow-not-allowed.failure.json
copy test/fixtures/ES6/arrow-function/{array-binding-pattern/invalid-dup-param.failure.json => invalid-duplicated-names-rest-parameter.failure.json} (63%)
rename test/fixtures/ES6/arrow-function/{complex-rest-in-arrow-not-allowed.js => invalid-duplicated-names-rest-parameter.js} (100%)
create mode 100644 test/fixtures/ES6/binding-pattern/array-pattern/rest-element-array-pattern.js
copy test/fixtures/ES6/binding-pattern/array-pattern/{rest.tree.json => rest-element-array-pattern.tree.json} (71%)
create mode 100644 test/fixtures/ES6/binding-pattern/array-pattern/rest-element-object-pattern.js
copy test/fixtures/ES6/binding-pattern/{object-pattern/nested.tree.json => array-pattern/rest-element-object-pattern.tree.json} (56%)
create mode 100644 test/fixtures/ES6/rest-parameter/arrow-rest-parameter-array.js
copy test/fixtures/ES6/{arrow-function/arrow-with-multiple-arg-and-rest.tree.json => rest-parameter/arrow-rest-parameter-array.tree.json} (76%)
create mode 100644 test/fixtures/ES6/rest-parameter/arrow-rest-parameter-object.js
copy test/fixtures/{expression/primary/object/migrated_0038.tree.json => ES6/rest-parameter/arrow-rest-parameter-object.tree.json} (64%)
create mode 100644 test/fixtures/ES6/rest-parameter/rest-parameter-array.js
copy test/fixtures/ES6/rest-parameter/{function-declaration.tree.json => rest-parameter-array.tree.json} (76%)
create mode 100644 test/fixtures/ES6/rest-parameter/rest-parameter-object.js
copy test/fixtures/ES6/{yield/yield-arrow-function-body.tree.json => rest-parameter/rest-parameter-object.tree.json} (67%)
create mode 100644 test/fixtures/ES6/yield/ternary-yield.js
copy test/fixtures/ES6/yield/{yield-call-expression-property.tree.json => ternary-yield.tree.json} (68%)
create mode 100644 test/fixtures/ES6/yield/yield-arg-array.js
copy test/fixtures/ES6/yield/{yield-yield-expression-delegate.tree.json => yield-arg-array.tree.json} (73%)
create mode 100644 test/fixtures/ES6/yield/yield-arg-bitnot.js
copy test/fixtures/ES6/yield/{yield-yield-expression-delegate.tree.json => yield-arg-bitnot.tree.json} (77%)
create mode 100644 test/fixtures/ES6/yield/yield-arg-class.js
copy test/fixtures/ES6/yield/{yield-member-expression-property.tree.json => yield-arg-class.tree.json} (84%)
create mode 100644 test/fixtures/ES6/yield/yield-arg-delete.js
copy test/fixtures/ES6/yield/{yield-yield-expression-delegate.tree.json => yield-arg-delete.tree.json} (78%)
create mode 100644 test/fixtures/ES6/yield/yield-arg-function.js
copy test/fixtures/ES6/yield/{yield-member-expression-property.tree.json => yield-arg-function.tree.json} (78%)
create mode 100644 test/fixtures/ES6/yield/yield-arg-group.js
copy test/fixtures/ES6/yield/{yield-yield-expression-delegate.tree.json => yield-arg-group.tree.json} (83%)
create mode 100644 test/fixtures/ES6/yield/yield-arg-let.js
copy test/fixtures/ES6/yield/{yield-yield-expression.tree.json => yield-arg-let.tree.json} (87%)
create mode 100644 test/fixtures/ES6/yield/yield-arg-minus.js
copy test/fixtures/ES6/yield/{yield-yield-expression-delegate.tree.json => yield-arg-minus.tree.json} (77%)
create mode 100644 test/fixtures/ES6/yield/yield-arg-minusminus.js
copy test/fixtures/ES6/yield/{yield-yield-expression-delegate.tree.json => yield-arg-minusminus.tree.json} (76%)
create mode 100644 test/fixtures/ES6/yield/yield-arg-new.js
copy test/fixtures/ES6/yield/{yield-member-expression-property.tree.json => yield-arg-new.tree.json} (78%)
create mode 100644 test/fixtures/ES6/yield/yield-arg-not.js
copy test/fixtures/ES6/yield/{yield-yield-expression-delegate.tree.json => yield-arg-not.tree.json} (77%)
create mode 100644 test/fixtures/ES6/yield/yield-arg-object.js
copy test/fixtures/ES6/yield/{yield-member-expression-property.tree.json => yield-arg-object.tree.json} (65%)
create mode 100644 test/fixtures/ES6/yield/yield-arg-plus.js
copy test/fixtures/ES6/yield/{yield-yield-expression-delegate.tree.json => yield-arg-plus.tree.json} (77%)
create mode 100644 test/fixtures/ES6/yield/yield-arg-plusplus.js
copy test/fixtures/ES6/yield/{yield-yield-expression-delegate.tree.json => yield-arg-plusplus.tree.json} (76%)
create mode 100644 test/fixtures/ES6/yield/yield-arg-regexp1.js
copy test/fixtures/ES6/yield/{yield-yield-expression.tree.json => yield-arg-regexp1.tree.json} (84%)
create mode 100644 test/fixtures/ES6/yield/yield-arg-regexp2.js
copy test/fixtures/ES6/yield/{yield-yield-expression.tree.json => yield-arg-regexp2.tree.json} (91%)
create mode 100644 test/fixtures/ES6/yield/yield-arg-super.js
copy test/fixtures/ES6/yield/{yield-generator-arrow-function-body.tree.json => yield-arg-super.tree.json} (59%)
create mode 100644 test/fixtures/ES6/yield/yield-arg-this.js
copy test/fixtures/ES6/yield/{yield-yield-expression.tree.json => yield-arg-this.tree.json} (87%)
create mode 100644 test/fixtures/ES6/yield/yield-arg-typeof.js
copy test/fixtures/ES6/yield/{yield-yield-expression-delegate.tree.json => yield-arg-typeof.tree.json} (78%)
create mode 100644 test/fixtures/ES6/yield/yield-arg-void.js
copy test/fixtures/ES6/yield/{yield-yield-expression-delegate.tree.json => yield-arg-void.tree.json} (82%)
delete mode 100644 test/fixtures/invalid-syntax/migrated_0259.failure.json
delete mode 100644 test/fixtures/invalid-syntax/migrated_0259.js
--
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