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
Use WHATWG's URL to implement all of source-map's URL operations. (#371)
* Use WHATWG's URL to implement all of source-map's URL operations.
* Preserve string-concat sources behavior for absolute-path sources.
* Only use whatwg-url in browser builds.
* Optimize perf to avoid new URL where not strictly needed.
* Cache url -> source index lookups in the consumer.
* Simplify url cache size limiting.
0 commit comments