Andrea Cappuccio

Results 65 comments of Andrea Cappuccio

(no hurry, just checking) Do you have an ETA for this update?

Hey, just to let you know, I implemented a custom plugin to do this as I was too eager to use the latest nightly version asap (I'm impatient, I know)....

Investigating as of right now... Will keep you updated.

Just pushed a new commit in an attempt to fix this issue, assuming it was maybe caused by multiline strings being passed to the `message` field. Can you confirm it...

Thanks a lot. Now I'm getting `Cannot find module 'x/one' or its correspondent type declarations` errors whenever trying to import stuff like: ```javascript import One from 'x/one'; import Two from...

I can confirm my `dist` folder contains both `one.d.ts` and `two.d.ts`. After adding the `types` fields in my `exports` stuff nothing changed though. Same errors as before.

> It does contain a `one.d.ts` and `two.d.ts`? Are you using TS 4.7? Yes and yes (on 4.7.4 as we're speaking). > You have "types": "dist/index.d.ts"listed in yourpackage.json`. Does this...

I've set up a reproduction here: https://github.com/hood/microbundle-issue-973 . This is almost identical to the project I'm having issues configuring. EDIT: To make testing more straightforward, I've also setup a test...

Any news on this? It's pretty blocking for a project I'm currently working on...