This is an automated email from the ASF dual-hosted git repository.
skygo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from 5e1529e2646 Merge pull request #8424 from eirikbakke/pr-icons-apr25
add 64683f61c80 JS: Support async generator methods (`class { async *
generator () { ... }`)
new 7a29441b6b3 Merge pull request #8398 from
matthiasblaesing/async-generator-class-method
The 1 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.
Summary of changes:
.../parser/ES6/generator/generator-class-method.js | 21 ++
.../generator/generator-class-method.js.ast.xml | 227 +++++++++++++++++++++
.../modules/javascript2/editor/parser/AstTest.java | 4 +
.../src/com/oracle/js/parser/Parser.java | 6 +-
.../unit/src/com/oracle/js/parser/ParserTest.java | 11 +
5 files changed, 267 insertions(+), 2 deletions(-)
create mode 100644
webcommon/javascript2.editor/test/unit/data/testfiles/ecmascript6/parser/ES6/generator/generator-class-method.js
create mode 100644
webcommon/javascript2.editor/test/unit/data/testfiles/ecmascript6/parser/ES6/generator/generator-class-method.js.ast.xml
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists