ngxs / store

🚀 NGXS - State Management for Angular
http://ngxs.io
MIT License
3.54k stars 405 forks source link

NoInfer TS 5.4 #2099

Open david-shortman opened 9 months ago

david-shortman commented 9 months ago

https://github.com/ngxs/store/blob/9f0fcb02e67300c1c4a107dbe0cb3172cb321a82/packages/store/operators/src/types.ts#L33

In TS 5.4, a native NoInfer type will be introduced. Then this type can be replaced.

david-shortman commented 9 months ago

https://devblogs.microsoft.com/typescript/announcing-typescript-5-4-beta/#the-noinfer-utility-type

markwhitfeld commented 8 months ago

Wow! Great news! Thank you so much for this update. We would have definitely missed that.