register
register copied to clipboard
source maps not applied on stack traces
Hey,
I'm trying to use this library as a replacement for @babel/register.
I've encountered an issue where source maps are not applied on stack traces (reproducing repository).
Can you please assist?
Thanks.
@kdy1 Is this repo still maintained and should be used for swc runtime registration? or there's a new replacement?
If this is the one, can you please take a look at the issue?
Thanks.
I'll do so when I have some time
Thank you.
I'd be happy to contribute, if you can point me a bit. I was having a hard time writing a failing test due to jest overriding require
@kdy1 I just checked my reproducing example again, and it seems like it was resolved. thank you 🙏
@kdy1 I'm sorry for tagging you again.
I just saw the error also happens when using the sourceMaps: "inline" property (instead of sourceMaps: true).
Is there a chance you can take a look / point me a bit so I can help fixing it?
Thanks.