@@ -3,6 +3,7 @@ test_BulkReExportDeclarations
3
3
test_ExportDeclarations
4
4
| a.js:1:1:3:1 | export ... n 23;\\n} |
5
5
| a.js:5:1:5:32 | export ... } = o; |
6
+ | arbitarySpecifier.js:5:1:5:32 | export ... :new" } |
6
7
| b.js:5:1:5:18 | export { f as g }; |
7
8
| b.js:7:1:7:21 | export ... './a'; |
8
9
| d.js:4:1:4:20 | export * from 'm/c'; |
@@ -18,6 +19,7 @@ test_ExportDefaultDeclarations
18
19
| a.js:1:1:3:1 | export ... n 23;\\n} |
19
20
| es2015_require.js:3:1:3:25 | export ... ss C {} |
20
21
test_ExportSpecifiers
22
+ | arbitarySpecifier.js:5:10:5:30 | Foo_new ... o::new" | arbitarySpecifier.js:5:10:5:16 | Foo_new | arbitarySpecifier.js:5:10:5:30 | Foo_new ... o::new" |
21
23
| b.js:5:10:5:15 | f as g | b.js:5:10:5:10 | f | b.js:5:15:5:15 | g |
22
24
| e.js:2:10:2:10 | x | e.js:2:10:2:10 | x | e.js:2:10:2:10 | x |
23
25
| e.js:2:13:2:13 | y | e.js:2:13:2:13 | y | e.js:2:13:2:13 | y |
@@ -74,6 +76,7 @@ test_Module_exports
74
76
| a.js:1:1:5:32 | <toplevel> | default | a.js:1:16:3:1 | functio ... n 23;\\n} |
75
77
| a.js:1:1:5:32 | <toplevel> | x | a.js:5:18:5:20 | f() |
76
78
| a.js:1:1:5:32 | <toplevel> | y | a.js:5:25:5:25 | y |
79
+ | arbitarySpecifier.js:1:1:5:32 | <toplevel> | Foo::new | arbitarySpecifier.js:5:10:5:16 | Foo_new |
77
80
| b.js:1:1:8:0 | <toplevel> | f2 | a.js:1:16:3:1 | functio ... n 23;\\n} |
78
81
| b.js:1:1:8:0 | <toplevel> | g | b.js:5:10:5:10 | f |
79
82
| e.js:1:1:4:0 | <toplevel> | g | a.js:1:16:3:1 | functio ... n 23;\\n} |
@@ -114,6 +117,7 @@ test_getAnImportedModule
114
117
| library-tests/Modules/m/c.js | library-tests/Modules/b.js |
115
118
| library-tests/Modules/reExportNamespaceClient.js | library-tests/Modules/reExportNamespace.js |
116
119
test_getExportedName
120
+ | arbitarySpecifier.js:5:10:5:30 | Foo_new ... o::new" | Foo::new |
117
121
| b.js:5:10:5:15 | f as g | g |
118
122
| b.js:7:8:7:9 | f2 | f2 |
119
123
| e.js:2:10:2:10 | x | x |
@@ -135,6 +139,7 @@ test_getImportedName
135
139
| tst.html:5:10:5:10 | f | default |
136
140
| unresolved.js:1:8:1:8 | f | default |
137
141
test_getLocalName
142
+ | arbitarySpecifier.js:5:10:5:30 | Foo_new ... o::new" | Foo_new |
138
143
| b.js:5:10:5:15 | f as g | f |
139
144
| b.js:7:8:7:9 | f2 | default |
140
145
| e.js:2:10:2:10 | x | x |
@@ -145,6 +150,7 @@ test_getSourceNode
145
150
| a.js:1:1:3:1 | export ... n 23;\\n} | default | a.js:1:16:3:1 | functio ... n 23;\\n} |
146
151
| a.js:5:1:5:32 | export ... } = o; | x | a.js:5:18:5:20 | f() |
147
152
| a.js:5:1:5:32 | export ... } = o; | y | a.js:5:25:5:25 | y |
153
+ | arbitarySpecifier.js:5:1:5:32 | export ... :new" } | Foo::new | arbitarySpecifier.js:5:10:5:16 | Foo_new |
148
154
| b.js:5:1:5:18 | export { f as g }; | g | b.js:5:10:5:10 | f |
149
155
| b.js:7:1:7:21 | export ... './a'; | f2 | a.js:1:16:3:1 | functio ... n 23;\\n} |
150
156
| e.js:2:1:2:16 | export { x, y }; | x | e.js:2:10:2:10 | x |
0 commit comments