Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit 297d607

Browse files
committed
Namespaced names' namespaced names are namespaced.
I'm unsure whether this is the right thing to do, and I'm unsure whether it matters.
1 parent f631081 commit 297d607

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

languages/tree-sitter-stack-graphs-javascript/src/stack-graphs.tsg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3703,6 +3703,7 @@ inherit .containing_class_value
37033703
node @name.after_scope
37043704

37053705
edge @lhs.before_scope -> @name.before_scope
3706+
edge @rhs.before_scope -> @lhs.after_scope
37063707
}
37073708

37083709
(jsx_self_closing_element

0 commit comments

Comments
 (0)