This is an automated email from the ASF dual-hosted git repository.
skygo pushed a change to branch delivery
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from 27b43e77690 Merge pull request #8361 from
matthiasblaesing/clipboard-agent
add a00d33ee125 JS: Improve handling of const keyword
new ed9803b84ae Merge pull request #8434 from matthiasblaesing/block_scope
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:
.../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(-)
create mode 100644
webcommon/javascript2.model/test/unit/data/testfiles/markoccurences/issueGH8299.js
create mode 100644
webcommon/javascript2.model/test/unit/data/testfiles/markoccurences/issueGH8299.js.model
---------------------------------------------------------------------
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