Haozheng Li

Results 31 comments of Haozheng Li

> Thank you @Emiyaaaaa for contributing to close this issue! ⭐ > > The rewards from this issue, totalling $100, has been shared with you. > > **What now?** >...

use `ArrayValues` on [email protected]

> Seems like this change breaks the other type behaviour in test cases, like `PartialOnUndefinedDeep`, maybe we should bring a new type called `SimplifyDeep` ? @sindresorhus `SimplifyDeep` is existing but...

I think this is a TypeScript bug, reported to ts https://github.com/microsoft/TypeScript/issues/56921

> Yes please, would be easy to define it > > ```ts > type IntClosedRange = IntRange | End > ``` I think it should be ```ts type IntClosedRange =...

@sindresorhus Anther way, maybe we should not skip `HTMLCanvasElement`? `PartialDeep['a']` is equal to `Partial`, look like is a normal behavior. If need, we can add option to specify the non-recursive...

> No one would actually do `Partial` though. I would rather `PartialDeep` work like people expect and not recurse into built-in types. Is it ok? ```ts export type BuiltIns =...

found this: https://github.com/microsoft/TypeScript/issues/53265 https://github.com/microsoft/TypeScript/issues/44794 have any way to fix it in type-fast?