Pooya Parsa
Pooya Parsa
https://github.com/nitrojs/nitro/pull/3757
Example: https://github.com/nitrojs/nitro/tree/main/examples/import-alias
Shortly :)
> it just can't be resolved in other projects. Okay interesting. It _seems_ esno does not likes import with `file://` protocol. /cc @antfu just to be in context.
(opened to investigate if we can do anything to mitigate this)
in v3, we use relative paths (https://github.com/unjs/unbuild/pull/409)
i'm not sure if hono is doing something extra. can you reproduce it with base minimum Node.js + crossws?
Thanks for confirming, i hope to find a fix but AFAIK, hono patches globals and it probably not be easy path to support hono. sorry :(
feel free to keep it if still like to help on investigations (or close if you like)