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
When repeatedly calling this library, it looks up the source maps each time. It would be more efficient if the source map information is cached between invocations.
I can work on a PR for that if this is something you are ok with adding.
The text was updated successfully, but these errors were encountered:
this seems like it would be a reasonable improvement, I'd be curious to see a benchmark that indicates it's worth doing though, as it introduces some complexity. For instance, annoying edge-cases like colliding source map names.
When repeatedly calling this library, it looks up the source maps each time. It would be more efficient if the source map information is cached between invocations.
I can work on a PR for that if this is something you are ok with adding.
The text was updated successfully, but these errors were encountered: