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

Commit 32bcc69

Browse files
author
Hendrik van Antwerpen
committed
Use regular symbol pushes for project and buitlins
1 parent 6e72c3c commit 32bcc69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,11 +234,11 @@ attribute node_symbol = node => symbol = (source-text node), source_n
234234

235235
; import builtins
236236
node builtins_ref__ns
237-
attr (builtins_ref__ns) symbol_reference = "%Proj"
237+
attr (builtins_ref__ns) push_symbol = "%Proj"
238238
edge builtins_ref__ns -> ROOT_NODE
239239
;
240240
node builtins_ref
241-
attr (builtins_ref) symbol_reference = "<builtins>"
241+
attr (builtins_ref) push_symbol = "<builtins>"
242242
edge builtins_ref -> builtins_ref__ns
243243
;
244244
edge @prog.lexical_scope -> builtins_ref

0 commit comments

Comments
 (0)