Results 7 comments of Jackson Dean

same issue. It seems to treat any named export as a multiple.

yeah, have been mulling over the guide for some time. I don't think resetNamespace really addresses the issue. I tried setting the option to true but still has the same...

it is an in-repo engine. As soon as I have time, I will try to create a simple reproduction repo and share it with you.

For the js side of the resolution I discovered it can be done pretty easily using a proper jsconfig.json which uses the ts/js language server packaged with VSCode. Resolving namespaced...

đź‘Ť there is a cli tool that does a lot of this analysis. Note that I have not vetted it for how well it works or anything else https://github.com/adamtornhill/code-maat but...

@chriseppstein I think it’s related to having the analyzer gathering information that we can expose to the editor. So I think they’re different things, but will probably be made possible...

Yep, I ran `yarn install`. I believe the change is in chrome. Something to do with how weak maps are retained and presented in the heap snapshot. It has completely...