@@ -7,6 +7,7 @@ test_ImportSpecifiers
77| g.ts:1:9:1:11 | foo | g.ts:1:9:1:11 | foo |
88| import-in-mjs.mjs:1:8:1:24 | exported_from_mjs | import-in-mjs.mjs:1:8:1:24 | exported_from_mjs |
99| import-ts-with-js-extension.ts:1:10:1:12 | foo | import-ts-with-js-extension.ts:1:10:1:12 | foo |
10+ | importcss.js:1:8:1:8 | A | importcss.js:1:8:1:8 | A |
1011| m/c.js:1:8:1:13 | * as b | m/c.js:1:13:1:13 | b |
1112| tst.html:5:10:5:10 | f | tst.html:5:10:5:10 | f |
1213| unresolved.js:1:8:1:8 | f | unresolved.js:1:8:1:8 | f |
@@ -37,6 +38,7 @@ test_ImportDefaultSpecifiers
3738| b.js:1:8:1:8 | f |
3839| f.ts:1:8:1:8 | g |
3940| import-in-mjs.mjs:1:8:1:24 | exported_from_mjs |
41+ | importcss.js:1:8:1:8 | A |
4042| tst.html:5:10:5:10 | f |
4143| unresolved.js:1:8:1:8 | f |
4244test_getImportedName
@@ -47,6 +49,7 @@ test_getImportedName
4749| g.ts:1:9:1:11 | foo | foo |
4850| import-in-mjs.mjs:1:8:1:24 | exported_from_mjs | default |
4951| import-ts-with-js-extension.ts:1:10:1:12 | foo | foo |
52+ | importcss.js:1:8:1:8 | A | default |
5053| tst.html:5:10:5:10 | f | default |
5154| unresolved.js:1:8:1:8 | f | default |
5255test_ExportDeclarations
@@ -93,6 +96,7 @@ test_Imports
9396| g.ts:1:1:1:23 | import ... m './f' | g.ts:1:19:1:23 | './f' | 1 |
9497| import-in-mjs.mjs:1:1:1:46 | import ... n-mjs'; | import-in-mjs.mjs:1:31:1:45 | 'export-in-mjs' | 1 |
9598| import-ts-with-js-extension.ts:1:1:1:29 | import ... /f.js"; | import-ts-with-js-extension.ts:1:21:1:28 | "./f.js" | 1 |
99+ | importcss.js:1:1:1:24 | import ... a.css"; | importcss.js:1:15:1:23 | "./a.css" | 1 |
96100| m/c.js:1:1:1:26 | import ... '../b'; | m/c.js:1:20:1:25 | '../b' | 1 |
97101| tst.html:5:3:5:20 | import f from 'a'; | tst.html:5:17:5:19 | 'a' | 1 |
98102| unresolved.js:1:1:1:18 | import f from 'a'; | unresolved.js:1:15:1:17 | 'a' | 1 |
0 commit comments