@@ -6,6 +6,7 @@ test_ExportDeclarations
6
6
| arbitrarySpecifier.ts:5:1:5:32 | export ... :new" } |
7
7
| arbitrarySpecifier.ts:6:1:6:41 | export ... './mod' |
8
8
| arbitrarySpecifier.ts:8:1:8:43 | export ... where"; |
9
+ | arbitrarySpecifier.ts:9:1:9:34 | export ... where"; |
9
10
| b.js:5:1:5:18 | export { f as g }; |
10
11
| b.js:7:1:7:21 | export ... './a'; |
11
12
| d.js:4:1:4:20 | export * from 'm/c'; |
@@ -24,6 +25,7 @@ test_ExportDefaultDeclarations
24
25
test_ExportSpecifiers
25
26
| arbitrarySpecifier.ts:5:10:5:30 | Foo_new ... o::new" | arbitrarySpecifier.ts:5:10:5:16 | Foo_new | arbitrarySpecifier.ts:5:21:5:30 | "Foo::new" |
26
27
| arbitrarySpecifier.ts:8:10:8:23 | "<X>" as "<Y>" | arbitrarySpecifier.ts:8:10:8:14 | "<X>" | arbitrarySpecifier.ts:8:19:8:23 | "<Y>" |
28
+ | arbitrarySpecifier.ts:9:10:9:14 | "<X>" | arbitrarySpecifier.ts:9:10:9:14 | "<X>" | arbitrarySpecifier.ts:9:10:9:14 | "<X>" |
27
29
| b.js:5:10:5:15 | f as g | b.js:5:10:5:10 | f | b.js:5:15:5:15 | g |
28
30
| e.js:2:10:2:10 | x | e.js:2:10:2:10 | x | e.js:2:10:2:10 | x |
29
31
| e.js:2:13:2:13 | y | e.js:2:13:2:13 | y | e.js:2:13:2:13 | y |
@@ -83,8 +85,8 @@ test_Module_exports
83
85
| a.js:1:1:5:32 | <toplevel> | default | a.js:1:16:3:1 | functio ... n 23;\\n} |
84
86
| a.js:1:1:5:32 | <toplevel> | x | a.js:5:18:5:20 | f() |
85
87
| a.js:1:1:5:32 | <toplevel> | y | a.js:5:25:5:25 | y |
86
- | arbitrarySpecifier.ts:1:1:9 :0 | <toplevel> | Foo::new | arbitrarySpecifier.ts:5:10:5:16 | Foo_new |
87
- | arbitrarySpecifier.ts:1:1:9 :0 | <toplevel> | Foo_types | arbitrarySpecifier.ts:6:13:6:28 | * as "Foo_types" |
88
+ | arbitrarySpecifier.ts:1:1:10 :0 | <toplevel> | Foo::new | arbitrarySpecifier.ts:5:10:5:16 | Foo_new |
89
+ | arbitrarySpecifier.ts:1:1:10 :0 | <toplevel> | Foo_types | arbitrarySpecifier.ts:6:13:6:28 | * as "Foo_types" |
88
90
| b.js:1:1:8:0 | <toplevel> | f2 | a.js:1:16:3:1 | functio ... n 23;\\n} |
89
91
| b.js:1:1:8:0 | <toplevel> | g | b.js:5:10:5:10 | f |
90
92
| e.js:1:1:4:0 | <toplevel> | g | a.js:1:16:3:1 | functio ... n 23;\\n} |
@@ -112,6 +114,7 @@ test_OtherImports
112
114
test_ReExportDeclarations
113
115
| arbitrarySpecifier.ts:6:1:6:41 | export ... './mod' | arbitrarySpecifier.ts:6:35:6:41 | './mod' |
114
116
| arbitrarySpecifier.ts:8:1:8:43 | export ... where"; | arbitrarySpecifier.ts:8:32:8:42 | "somewhere" |
117
+ | arbitrarySpecifier.ts:9:1:9:34 | export ... where"; | arbitrarySpecifier.ts:9:23:9:33 | "somewhere" |
115
118
| b.js:7:1:7:21 | export ... './a'; | b.js:7:16:7:20 | './a' |
116
119
| d.js:4:1:4:20 | export * from 'm/c'; | d.js:4:15:4:19 | 'm/c' |
117
120
| e.js:3:1:3:35 | export ... './a'; | e.js:3:30:3:34 | './a' |
@@ -132,6 +135,7 @@ test_getExportedName
132
135
| arbitrarySpecifier.ts:5:10:5:30 | Foo_new ... o::new" | Foo::new |
133
136
| arbitrarySpecifier.ts:6:13:6:28 | * as "Foo_types" | Foo_types |
134
137
| arbitrarySpecifier.ts:8:10:8:23 | "<X>" as "<Y>" | <Y> |
138
+ | arbitrarySpecifier.ts:9:10:9:14 | "<X>" | <X> |
135
139
| b.js:5:10:5:15 | f as g | g |
136
140
| b.js:7:8:7:9 | f2 | f2 |
137
141
| e.js:2:10:2:10 | x | x |
@@ -157,6 +161,7 @@ test_getImportedName
157
161
test_getLocalName
158
162
| arbitrarySpecifier.ts:5:10:5:30 | Foo_new ... o::new" | Foo_new |
159
163
| arbitrarySpecifier.ts:8:10:8:23 | "<X>" as "<Y>" | <X> |
164
+ | arbitrarySpecifier.ts:9:10:9:14 | "<X>" | <X> |
160
165
| b.js:5:10:5:15 | f as g | f |
161
166
| b.js:7:8:7:9 | f2 | default |
162
167
| e.js:2:10:2:10 | x | x |
0 commit comments