palantir/blueprint

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

Open

#6,593 创建于 2023年12月8日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)TypeScript (20,263 star) (2,167 fork)batch import
Domain: toolinghelp wanted

描述

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

贡献者指南

TypeScript error when compiling with `--isolatedModules` in ^4.6.1 · palantir/blueprint#6593 | Good First Issue