@@ -5,6 +5,7 @@ test_ExportDeclarations
5
5
| a.js:5:1:5:32 | export ... } = o; |
6
6
| arbitrarySpecifier.ts:5:1:5:32 | export ... :new" } |
7
7
| arbitrarySpecifier.ts:6:1:6:41 | export ... './mod' |
8
+ | arbitrarySpecifier.ts:8:1:8:43 | export ... where"; |
8
9
| b.js:5:1:5:18 | export { f as g }; |
9
10
| b.js:7:1:7:21 | export ... './a'; |
10
11
| d.js:4:1:4:20 | export * from 'm/c'; |
@@ -22,6 +23,7 @@ test_ExportDefaultDeclarations
22
23
| es2015_require.js:3:1:3:25 | export ... ss C {} |
23
24
test_ExportSpecifiers
24
25
| 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
+ | arbitrarySpecifier.ts:8:10:8:23 | "<X>" as "<Y>" | arbitrarySpecifier.ts:8:10:8:14 | "<X>" | arbitrarySpecifier.ts:8:19:8:23 | "<Y>" |
25
27
| b.js:5:10:5:15 | f as g | b.js:5:10:5:10 | f | b.js:5:15:5:15 | g |
26
28
| e.js:2:10:2:10 | x | e.js:2:10:2:10 | x | e.js:2:10:2:10 | x |
27
29
| e.js:2:13:2:13 | y | e.js:2:13:2:13 | y | e.js:2:13:2:13 | y |
@@ -81,8 +83,8 @@ test_Module_exports
81
83
| a.js:1:1:5:32 | <toplevel> | default | a.js:1:16:3:1 | functio ... n 23;\\n} |
82
84
| a.js:1:1:5:32 | <toplevel> | x | a.js:5:18:5:20 | f() |
83
85
| a.js:1:1:5:32 | <toplevel> | y | a.js:5:25:5:25 | y |
84
- | arbitrarySpecifier.ts:1:1:6:41 | <toplevel> | Foo::new | arbitrarySpecifier.ts:5:10:5:16 | Foo_new |
85
- | arbitrarySpecifier.ts:1:1:6:41 | <toplevel> | Foo_types | arbitrarySpecifier.ts:6:13:6:28 | * as "Foo_types" |
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" |
86
88
| b.js:1:1:8:0 | <toplevel> | f2 | a.js:1:16:3:1 | functio ... n 23;\\n} |
87
89
| b.js:1:1:8:0 | <toplevel> | g | b.js:5:10:5:10 | f |
88
90
| e.js:1:1:4:0 | <toplevel> | g | a.js:1:16:3:1 | functio ... n 23;\\n} |
@@ -109,6 +111,7 @@ test_OtherImports
109
111
| import-indirect-path.js:5:1:5:14 | require(x + y) | a.js:1:1:5:32 | <toplevel> |
110
112
test_ReExportDeclarations
111
113
| arbitrarySpecifier.ts:6:1:6:41 | export ... './mod' | arbitrarySpecifier.ts:6:35:6:41 | './mod' |
114
+ | arbitrarySpecifier.ts:8:1:8:43 | export ... where"; | arbitrarySpecifier.ts:8:32:8:42 | "somewhere" |
112
115
| b.js:7:1:7:21 | export ... './a'; | b.js:7:16:7:20 | './a' |
113
116
| d.js:4:1:4:20 | export * from 'm/c'; | d.js:4:15:4:19 | 'm/c' |
114
117
| e.js:3:1:3:35 | export ... './a'; | e.js:3:30:3:34 | './a' |
@@ -128,6 +131,7 @@ test_getAnImportedModule
128
131
test_getExportedName
129
132
| arbitrarySpecifier.ts:5:10:5:30 | Foo_new ... o::new" | Foo::new |
130
133
| arbitrarySpecifier.ts:6:13:6:28 | * as "Foo_types" | Foo_types |
134
+ | arbitrarySpecifier.ts:8:10:8:23 | "<X>" as "<Y>" | <Y> |
131
135
| b.js:5:10:5:15 | f as g | g |
132
136
| b.js:7:8:7:9 | f2 | f2 |
133
137
| e.js:2:10:2:10 | x | x |
@@ -152,6 +156,7 @@ test_getImportedName
152
156
| unresolved.js:1:8:1:8 | f | default |
153
157
test_getLocalName
154
158
| arbitrarySpecifier.ts:5:10:5:30 | Foo_new ... o::new" | Foo_new |
159
+ | arbitrarySpecifier.ts:8:10:8:23 | "<X>" as "<Y>" | <X> |
155
160
| b.js:5:10:5:15 | f as g | f |
156
161
| b.js:7:8:7:9 | f2 | default |
157
162
| e.js:2:10:2:10 | x | x |
0 commit comments