Skip to content

Commit 01c3f08

Browse files
Copilotandrewbranch
andcommitted
Accept new baseline for default-import-interop test
Co-authored-by: andrewbranch <3277153+andrewbranch@users.noreply.github.com>
1 parent bcd143a commit 01c3f08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/baselines/reference/tsc/projectReferences/default-import-interop-uses-referenced-project-settings.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ declare const console: { log(msg: any): void; };
8686
Output::
8787
app/src/index.ts(2,28): error TS2613: Module '"/home/src/workspaces/project/app/src/local"' has no default export. Did you mean to use 'import { local } from "/home/src/workspaces/project/app/src/local"' instead?
8888
app/src/index.ts(3,28): error TS2613: Module '"/home/src/workspaces/project/node_modules/esm-package/index"' has no default export. Did you mean to use 'import { esm } from "/home/src/workspaces/project/node_modules/esm-package/index"' instead?
89+
app/src/index.ts(4,28): error TS1192: Module '"/home/src/workspaces/project/lib/dist/a"' has no default export.
90+
app/src/index.ts(5,28): error TS1192: Module '"/home/src/workspaces/project/lib/dist/a"' has no default export.
8991

9092

9193
//// [/home/src/workspaces/project/app/dist/local.js]

0 commit comments

Comments
 (0)