You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2019/12/18 18:15:19 UTC

[couchdb-esprima] branch master created (now a971d87)

This is an automated email from the ASF dual-hosted git repository.

davisp pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-esprima.git.


      at a971d87  Fix Unexpected "Invalid left-hand side in for-in" error

This branch includes the following new commits:

     new 13e5283  Support object rest/spread properties
     new d8f03a9  Create the documentation suitable for readthedocs.io
     new 6deba39  README: point to the documentation hosted at readthedocs.io (Ref #1477)
     new 1b04a62  Fixed wrong source type in the documentation
     new 0c26790  Syntax tree format: document async function and await expression
     new 11a2385  Support dynamic import call
     new 5307e30  Fix incorrect detection of async function
     new f5b5911  Documentation: add an example to remove console calls
     new c3e8af1  Fix the node of the object property key for async function
     new 311bca0  Async arrow function must reinterpret its parameters
     new e9df1a3  Allow async arrow function to accept yield as the parameter
     new 45a8626  deep clone node when node.shorthand = true
     new 27648bd  Revert "deep clone node when node.shorthand = true"
     new 881897d  Move dynamic import tests to test/fixtures/es2018
     new 61d120d  AppVeyor CI: switch from Google Chrome to Chromium
     new 106e289  Move object rest/spread tests to test/fixture/es2018
     new 28fb223  Downstream test: temporarily exclude escope
     new 5e67af1  Add a template for issue reporting
     new f09a5b9  Update TypeScript-related dependencies
     new 8834efb  Pure tokenizer: simplify the choice of obtaining a new token
     new 860acd2  Use access modifier in the Scanner class
     new 60d42ef  Reuse rest/spread element for object rest/spread
     new a9f845b  Fix the documentation for the AST of ForStatement
     new 5c8c0b3  Downstream tests: run them with Node.js v6.1
     new 0ef20be  Allow JSX element in a yield expression
     new 3d893ba  Allow `in` expression in a concise body with a function body
     new 492eeef  JSX: Matching a token should not be too strict
     new 4f08020  Improve error message upon an invalid JSX element
     new ea90f4a  Use const whenever possible
     new 4e288b7  Update TypeScript-related dependencies
     new 15b54c0  Fix the "tokens" and "comment" argument names
     new 080f0ec  Travis CI and AppVeyor: Run with Node.js v8
     new 09cc1b0  Update README.md to prepare for version 4.0
     new f172468  Update ChangeLog for 4.0.0
     new 92b775c  Documentation: Encourage the explicit use of parseScript vs parseModule
     new 9da4ead  ReadTheDocs: Switch to the Alabaster theme
     new 6ca222c  Downstream test: disable AssetGraph since it needs Node.js > 6.
     new 99f8c0e  Fix incorrect YieldExpression  in object methods
     new 22926d5  Fix Negative Column in Binary Expression String Concatenation
     new 08a31db  Documentation: Always refer to the latest stable version.
     new 1e6ca4b  Fix incorrect parse async with proto-identifier-shorthand
     new bf3ae45  Migrate to CircleCI 2.0
     new cab42bb  Test fixture: move an async test to the more proper location.
     new 9973bab  Recognize Token.Template as a ReturnStatement argument.
     new d00740b  Integrate Test262
     new 512ce40  Correct the handling of HTML comment when parsing as a module
     new df749a7  Make the pure tokenizer a bit aggressive in recognizing regex literals.
     new 819c265  Documentation: Describe RegExp parsing dependency
     new a04bcec  Update TypeScript compiler, linter, and formatter to the latest version
     new c833018  Tiny typo
     new 0c7cd51  Docs: fix the type of SwitchCase's test
     new 22dc541  Update identifier data to Unicode v10
     new 529a5f2  Add missing closing brace, fix incorrect interface name
     new 39e7668  Recognize Token.StringLiteral as a ReturnStatement argument.
     new 30602bb  Downstream test: ignore Recast since its master is flaky.
     new 1bfd79c  Documentation: explicit notice on supporting only JavaScript
     new 347e656  Documentation: fix the type of some nodes.
     new 16aa6f1  Update identifier parsing per Unicode v11
     new aefb57a  CI for GitLab
     new c0dfa42  Fix parsing async get/set in a class
     new 06172cb  Update to the latest version of TypeScript compiler, linter, and formatter
     new e2aa2c7  CI: Report to codecov.io via AppVeyor instead of Circle CI
     new 95192fd  Downstream test: re-enable Istanbul with a workaround
     new 24eb7ed  AppVeyor CI: minor tweaks to improve dashboard clarity
     new 5e55171  Update identifier parsing per Unicode v12.1.0
     new 3f9dc14  Fix Unexpected ILLEGAL token with function literal in template strings
     new fe13460  Fix link from Chapter 2 to Chapter 3
     new 9eadf3f  Update test262 for ES2018+ features
     new a971d87  Fix Unexpected "Invalid left-hand side in for-in" error

The 69 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.