This is an automated email from the ASF dual-hosted git repository. skygo pushed a commit to branch delivery in repository https://gitbox.apache.org/repos/asf/netbeans.git
commit ed9803b84aed69770d630c640ccab7a84f9aac19 Merge: 27b43e77690 a00d33ee125 Author: Eric Barboni <[email protected]> AuthorDate: Wed Apr 23 11:34:47 2025 +0200 Merge pull request #8434 from matthiasblaesing/block_scope JS: Improve handling of const keyword .../javascript2/editor/JsSemanticAnalyzer.java | 4 ++-- .../unit/data/testfiles/coloring/await.js.semantic | 2 +- .../data/testfiles/coloring/semanticalKeywords.js | 1 + .../testfiles/coloring/semanticalKeywords.js.semantic | 1 + .../blockscope/arrayLiteral01.js.semantic | 6 +++--- .../markoccurences/classes/class04.js.semantic | 8 ++++---- .../parser/asyncFunctions/asyncFunctions1.js.semantic | 2 +- .../parser/asyncFunctions/asyncFunctions2.js.semantic | 4 ++-- .../data/testfiles/parser/topLevelAwait.js.semantic | 2 +- .../modules/javascript2/model/ModelVisitor.java | 11 ++++++++--- .../unit/data/testfiles/markoccurences/issueGH8299.js | 8 ++++++++ .../testfiles/markoccurences/issueGH8299.js.model | 19 +++++++++++++++++++ .../netbeans/modules/javascript2/model/ModelTest.java | 4 ++++ 13 files changed, 55 insertions(+), 17 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
