gvergnaud / hotscript

A library of composable functions for the type-level! Transform your TypeScript types in any way you want using functions you already know.
3.38k stars 57 forks source link

1.0.12 randomly gives `never` type #98

Open DeepDoge opened 1 year ago

DeepDoge commented 1 year ago

I'm not sure about the root cause but maybe its about complexity of the type?

Playground Example of 1.0.11 (Works)

Playground Example of 1.0.12 (Doesn't work)