Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update other error code baseline
  • Loading branch information
andrewbranch committed Aug 19, 2021
commit bc91a258a3d12a3ec9fa52c05549dea0714f90f2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/user.ts(2,10): error TS1205: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
/user.ts(17,10): error TS1205: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
/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.
/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.


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

==== /exportT.ts (0 errors) ====
Expand Down