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
A follow up on this: my measurements used node --enable-source-maps which actually doesn't use source-map-support (see scala-js/scala-js-js-envs#20, #2582) so the comment above might not be relevant actually.
Also, I'm not sure if using the default source map functionality in Scala.js (which uses source-map-support) has the same performance problem. I don't think so, but should check again.
Running the tracing example from the docs on Node.js with the exact same tracing parameters.
https://typelevel.org/cats-effect/docs/tracing#complete-code
With sourcemaps:
Without:
One idea is to provide tooling/utility that takes unsourcemapped exceptions + a sourcemap and provides sourcemapped exceptions.
The text was updated successfully, but these errors were encountered: