Patrick Pircher

Results 151 comments of Patrick Pircher

> > I suggest to create a link from @embroider/rewritten-packages to the one inside > > This is how things used to work. Doing it correctly requires more than just...

one test failed while fetching node...

somehow after adding the extensions to resolve. the module-resolver resolveComponent is receiving `type: ignore` results...

the commit https://github.com/embroider-build/embroider/pull/1826/commits/5559000f31fe6dc330ee17dcc0794fab5847da73 makes esbuild resolver behave the same as vite, when we have a `not-found` we report it as external. now another issue: all imports that are resolved via...

I think for virtual files we want to add a suffix instead of a prefix. It should then be able to generate correct imports that use the dep optimization

2 issues: * resolveWithinMovedPackage changes importer to be in node-modules, which makes vite/esbuild ignore it. 1. solution: generate links to rewritten-packages that are resolvable via node resolution and just rewrite...

> so one thing that I would like to do before we actually move forward on this is that we verify that this Plugin works correctly with the bug scenario...