David Zearing
David Zearing
Thanks @alexander-akait for the input and help. I've adjusted the title to fit more; either we can use this to track the specific ask, or close if it's already tracked...
Would this be good enough? ```ts "exports": { ".": { "types": "./types/index.d.ts", "import": "./dist/es/index.js", "require": "./dist/cjs/index.js" } }, ``` I don't think the `d.mts` vs `d.ts` extension in the typing...
Sure thing @th0r :)
@th0r Actually, lets say that webpack is doing the right thing. Technically the path is correct, so I can see them won't fixing that. But it creates a mess in...
Hey @th0r just to be really clear; in the stats file, right now I see fully qualified paths for everything. That includes "module" entries, "moduleName", "moduleIdentifier", etc. What would you...
I lost track of this issue, but it is still an issue. @TheLarkInn This issue makes the treemaps kind of a mess to read for mono-repo scenarios where things get...
@valscion yes that's exactly it. Imagine some ui like, hover of specific module and says: Included from: + ModuleA (cjs require) + ModuleB (require.context) etc Which can be expanded in...
@darcyclarke @zkat What's the latest on this particular one? This concept looks like a viable replacement to peer dependencies, which we're struggling to rationalize in various places across Microsoft and...
I would offer a suggestion to improve the feature; in addition to a singleton flag on producer package.json definitions, I would also allow consumers to override that default. There are...
Hey @arcanis thanks for the insight and the link, I really appreciate your thoughts here! You described singletons and peers well. I would add a few comments. I would consider...