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

Commit 82679f8

Browse files
committed
Generalize to accept private properties.
1 parent 5563c01 commit 82679f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1667,7 +1667,7 @@ inherit .containing_class_value
16671667
}
16681668

16691669
(field_definition
1670-
property:(property_identifier)@property)@field_def {
1670+
property:(_)@property)@field_def {
16711671

16721672
node @property.pop
16731673
node property_pop_dot

0 commit comments

Comments
 (0)