Skip to content

Commit bc91a25

Browse files
committed
Update other error code baseline
1 parent b5ed171 commit bc91a25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/baselines/reference/isolatedModulesReExportType.errors.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/user.ts(2,10): error TS1205: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
22
/user.ts(17,10): error TS1205: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
3-
/user.ts(25,10): error TS1438: 'CC' resolves to a type-only declaration and must be re-exported with a type-only re-export when 'isolatedModules' is enabled.
3+
/user.ts(25,10): error TS1448: 'CC' resolves to a type-only declaration and must be re-exported with a type-only re-export when 'isolatedModules' is enabled.
44

55

66
==== /user.ts (3 errors) ====
@@ -34,7 +34,7 @@
3434
import { C as CC } from "./reExportValueAsTypeOnly";
3535
export { CC };
3636
~~
37-
!!! error TS1438: 'CC' resolves to a type-only declaration and must be re-exported with a type-only re-export when 'isolatedModules' is enabled.
37+
!!! error TS1448: 'CC' resolves to a type-only declaration and must be re-exported with a type-only re-export when 'isolatedModules' is enabled.
3838
!!! related TS1377 /reExportValueAsTypeOnly.ts:1:15: 'CC' was exported here.
3939

4040
==== /exportT.ts (0 errors) ====

0 commit comments

Comments
 (0)