You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@holtwick I just ran into this myself. I’m not sure this is a supported use-case. Anyway, I found this article you wrote: https://dev.to/holtwick/esbuild-is-fast-2cjj which helped me a lot personally. For now I’m writing a hidden file to disk in the same root directory so that requires can resolve as expected and then unlinking the same you do when processing is done.
Currently, I use esbuild to compile code and dynamically transpile and execute user JS using
eval()
, like this:The code contains a sourcemap.
Is there a way to use node-source-map-support to print the exception's stack using the sourcemap info?
The text was updated successfully, but these errors were encountered: