Bill Liu

Results 3 comments of Bill Liu

I'd like to visit current states recursively and produce a hierarchy. Could you provide more detail on how to achieve it?

Hi @mechatheo, thanks a lot for providing the code and the hints. I am not familiar with template programming. Your advice helped a lot.

In addition to setting `"noEmitOnError": false`, I have to leave `moduleResolution` unspecified when `"module": "Node16"` or `"module": "NodeNext"` is set. If I set `moduleResolution` to `Node16` or `NodeNext`, ts-jest loads...