Open 0b1kn00b opened 3 years ago
I'm just looking into this – which lib are you converting? I try
npm i jest
dts2hx jest
And I just get nothing but typescript errors (at first glance it looks to be because it's a TS 4 lib and dts2hx is still on 3.7)
It's generating things more or less despite the errors. Should I close this?
Strangely enough on dts2hx 0.15.3 I don't get any files Let's keep this open so I can check jest all works correctly when I upgrade to TS 4 later this year
@jest/globals
has the haxelib name@jest/globals
which doesn't pass validation, whereasjest-globals
the filepath is ok.