You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just upgraded to the newest version 0.3.21 and got the following error when trying to build my project:
> tsc -p tsconfig.package.json
../../node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts:4:1 - error TS1383: Only named exports may use 'export type'.
4 export type * from './types';
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Found 1 error in ../../node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts:4
@jridgewell thanks for the fix. Works again with the most recent version. Makes sense to not rely on TS 5 syntax here IMO since quite a few other packages depend on this and none explicitly state that they require TS v5.
Appreciate your effort!
Hi,
I just upgraded to the newest version
0.3.21
and got the following error when trying to build my project:I think it´s related to this commit d04e7fe
After downgrading back to
0.3.20
the error is gone. Any ideas?The text was updated successfully, but these errors were encountered: