publint icon indicating copy to clipboard operation
publint copied to clipboard

Suggest "internal resolution error" for types wrongly declared from a TS point-of-view (node native esm)

Open dubzzz opened this issue 9 months ago • 1 comments

Currently publint is flagging [email protected] as a correctly packaged package.

But if we check onto https://arethetypeswrong.github.io/?p=fast-check%403.13.0 the result is different. The tool reports "Internal resolution error".

I got reported the following issue https://github.com/dubzzz/fast-check/issues/4253 with a simple to use repro. On my side the fix has been to add missing .js extension to all my .d.ts files for esm (I also did it for cjs).

dubzzz avatar Sep 27 '23 06:09 dubzzz