David Riggleman

Results 17 comments of David Riggleman

Unfortunately, while 4.9.4 does fix the originally reported error, now I'm getting a new error: ``` node_modules/myzod/libs/types.d.ts:51:136 - error TS2589: Type instantiation is excessively deep and possibly infinite. 51 export...

It still fails for me on 4.9.5 node_modules/myzod/libs/types.d.ts:48:159 - error TS2589: Type instantiation is excessively deep and possibly infinite. 48 type ObjectIntersection = O1 extends ObjectType ? O2 extends ObjectType...

What's the updated library version to use?

Its working for me now. Thanks!

Are there any implications to this change? In other words, what are we losing? Will some consumers of this library now no longer get type checking, leading to potentially invalid...

I'm running into this as well and it looks like it's been a month since the last comment. Is there a fix coming out anytime soon for this?

Does anyone have a workaround for when your jest config file and global setup files are in TS? It does work if my production tsconfig file sets "noEmitOnError" to false,...