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

Commit 11fadc0

Browse files
author
Hendrik van Antwerpen
committed
Mark symbols scopes as exported
1 parent 32bcc69 commit 11fadc0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5266,6 +5266,7 @@ if none @is_acc {
52665266

52675267
(type_arguments)@type_args {
52685268
node @type_args.type_args
5269+
attr (@type_args.type_args) is_exported
52695270
}
52705271

52715272
(type_arguments
@@ -5900,6 +5901,7 @@ if none @is_acc {
59005901
]@gen_expr {
59015902
node @gen_expr.type_app
59025903
node @gen_expr.inferred_type_args
5904+
attr (@gen_expr.inferred_type_args) is_exported
59035905

59045906
; push inferred type arguments
59055907
edge @gen_expr.applied_type -> @gen_expr.type_app
@@ -6118,6 +6120,7 @@ if none @is_acc {
61186120
node @async.async_type__type_app
61196121
node @async.async_type__type_arg
61206122
node @async.async_type__type_args
6123+
attr (@async.async_type__type_args) is_exported
61216124
node @async.async_type__promise_ref
61226125
node @async.async_type__promise_ref__ns
61236126
node @async.await_type

0 commit comments

Comments
 (0)