palantir/blueprint

TypeScript error when compiling with `--isolatedModules` in ^4.6.1

Open

#6593 aperta il 8 dic 2023

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)TypeScript (2167 fork)batch import
Domain: toolinghelp wanted

Metriche repository

Star
 (20.263 star)
Metriche merge PR
 (Merge medio 24g 18h) (17 PR mergiate in 30 g)

Descrizione

I see this is fixed on the main branch: https://github.com/palantir/blueprint/blob/develop/packages/core/src/common/utils/index.ts#L31

- export { Extends } from "./typeUtils";
+ export type { Extends } from "./typeUtils";

Would it be possible to backport the fix on v4? I work on a big project and we can't udpate to v5 yet

Guida contributor