Pooya Parsa

Results 2282 comments of Pooya Parsa

It should not happen if aliases are configured to be bundled or externalized. Please provide a minimal reproduction (ie stackblitz/codesandbox).

#384 available in 3.x fixes issue with aliases that were wrongly detected as externals. #351 aims to also auto add package namage/subpaths itself as they are valid aliases in ESM...

For direct H3 usage, `onError` is the most reliable way. For nitro, there is also `hooks.hook("error")` Note that the latest versions of nitro and unenv do not change consola implementation,...

Thanks for creating the issue. Yes probably for v2 we should migrate to simply `Request => Response` handler (and support node.js via [srvx](https://github.com/unjs/srvx) as optional peer dep. I plan to...

v2 will be zero dep: https://github.com/unjs/unstorage/releases/tag/v2.0.0-alpha.2

Thanks for the idea! I love it and actually was tracking from mlly (https://github.com/unjs/mlly/issues/1, for [`mlly.loadURL`](https://github.com/unjs/mlly#loadurl)) for same intention to use in jiti finally. What is currently a blocker, is...

Canceling the idea for now for jiti as there are security implications with this feature . Might make another lib for this.

Hi dear @jrson83 sorry again on my late response on this. I think this is a nice implementation for good start. Looking at bundle-buddy, seems this project is in experimental...

Thank you for PR, it was a missing functionality to filter debug. I will properly review as soon as I can. In the meantime do you think we could reduce...

Sorry for delay @joshmossas mainly needed to test it.