palantir/blueprint

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

Open

#6.593 geöffnet am 8. Dez. 2023

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (2.167 Forks)batch import
Domain: toolinghelp wanted

Repository-Metriken

Stars
 (20.263 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 43T 10h) (27 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide