Pooya Parsa

Results 2275 comments of Pooya Parsa

I would suggest add gitignore for some of the known dot files. Or ideally parse .gitignore to avoid unwanted behavior or at least reduce them.

Thanks for explaining the issue. I understand that the new behavior affects testing when modules are strictly being compared as objects. Unfortunately, it is not easy to avoid proxy, as...

Are both modules and configs having a default export? In this case, you might want to use `jiti.import(id, { default: true })` (we use it internally for c12, config loader...

Surely feel free to make a PR to make `interopDefault` programmatically configurable. Consider that `interopDefault` is used in all intermediate modules. `mlly.interopDefault` has known issues and alone is not a...

We can do that too! Or what about `default: false` that _skips_ interop default for final exports result? (currently it is `true` or nothing)

`Symbol.for('jiti.raw')` can be directly used in docusaurus to access raw module. It is not unsafe just not interop version of module namespace. I agree might be better to keep it...

This issue had been open for a long time without reproduction. If you still have the same issue and can reproduce it, please feel free to comment and reopen 👍🏼

We are already partially pre bundling undici (via node-fetch-native) for proxy support and in next major it is gonna be merged. Honestly i prefer to avoid doing this and wait...

Good idea. I think we might introduce a new option like `typeGroups` or `scopeGroup`, mapping scope (which is `deps`) to a new category in generated changelog. Feel free to go...

Thank you for PR, looks like a nice fix. Would you be able to add one unit test?