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

Commit 61648e1

Browse files
committed
Add the requisite things for objects/classes.
1 parent 1afad1c commit 61648e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2525,6 +2525,9 @@ inherit .containing_class_value
25252525
attr (@object.member_pop) pop_symbol = "GUARD:MEMBER"
25262526
edge @object.value -> @object.member_pop
25272527

2528+
node @object.class_value
2529+
node @object.constructor
2530+
25282531
}
25292532

25302533
; empty objects

0 commit comments

Comments
 (0)