Closed ruifortes closed 5 years ago
Hello Rui !
I thought es6 imports were not compatible with this library, see #59. Maybe I'm wrong and it now works ? 🤷
I am not sure what you're trying to achieve, or what your setup looks like. Could you please provide a minimal repo showing an alias that works and one that doesn't ?
Nevermind... I'm using pnpm workspaces and its smartness ended up linking them together :\ Sorry, false alarm
No worries ! Closing this, then 🙂
Hi. I can alias other modules with es6 import either using "node --experimental-modules ..." or "node -r esm ..." but not pull-fetch' Weird?! I'm not familiar with node internals so I couldn't event set a proper breakpoint to find where the problem is. Does anyone knows why? Thanks