JS: Update test output now that we import .d.ts files more liberally

This commit is contained in:
Asger F
2025-04-29 12:52:07 +02:00
parent 70a5ec5607
commit b0f73f1cbd

View File

@@ -1,2 +1,3 @@
| main.ts:1:1:1:52 | import ... -file"; | ./only-declaration-file | only-declaration-file.d.ts:3:1:4:0 | <toplevel> |
| main.ts:2:1:2:48 | import ... -file"; | ./has-javascript-file | has-javascript-file.d.ts:3:1:4:0 | <toplevel> |
| main.ts:2:1:2:48 | import ... -file"; | ./has-javascript-file | has-javascript-file.js:1:1:2:0 | <toplevel> |