This is an automated email from the ASF dual-hosted git repository. skygo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git
commit 7a29441b6b3101f997c1ebe3a102e1bf0be06609 Merge: 5e1529e2646 64683f61c80 Author: Eric Barboni <[email protected]> AuthorDate: Wed Apr 16 12:46:47 2025 +0200 Merge pull request #8398 from matthiasblaesing/async-generator-class-method JS: Support async generator methods (`class { async * generator () { … }`) .../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(-) --------------------------------------------------------------------- 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
