acandoo

Results 15 comments of acandoo

I’ll draft a PR later, but I want to make sure that the new config wouldn’t break any workflows.

Like you said, I don't think there's a good way to inline entire package tests (especially for the browser case), but from my own testing of all four cases, it...

It was for demonstration purposes. The buggy `index.js` means that the default export of the project has to be a CommonJS module, and `index.js` never ends up getting used, except...

This issue seems to be related to #2076 and #2035. I think if any one of those gets merged this issue would be resolved.

Yeah, I realized that types weren’t detected by default for the regular import, so I’ll rework it in a bit and test some more cases on my side.

Okay, so doing this properly with types ended up being a more substantial change. I added `.d.cts` files to what typescript has to build and added explicit type paths to...

Hi, sorry to bother you, but have you gotten around to testing this?