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

Commit 0e6ef5b

Browse files
committed
Support comments in export clauses.
1 parent b01ce15 commit 0e6ef5b

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
@@ -409,6 +409,7 @@ inherit .containing_class_value
409409
node @comment.covalue
410410
node @comment.new_bindings ; for object patterns
411411
edge @comment.after_scope -> @comment.before_scope
412+
node @comment.source ; for export clauses with multiple exports
412413
}
413414

414415
(identifier) @identifier {

0 commit comments

Comments
 (0)