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

Commit b01ce15

Browse files
committed
Test comments in export lists.
1 parent 3e6ad8a commit b01ce15

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

languages/tree-sitter-stack-graphs-javascript/test/base_syntax.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
// foo
44

55
export let x = 1;
6+
export {
7+
// x
8+
A
9+
};
610
import "foo";
711
debugger;
812
var x;

0 commit comments

Comments
 (0)