danvk / source-map-explorer

Analyze and debug space usage through source maps
Apache License 2.0
3.82k stars 100 forks source link

Does not support Windows path separator #197

Closed michens closed 3 years ago

michens commented 3 years ago

Description If the source map contains Windows-style paths, each file is treated as if it has no directories in common with its siblings

Steps to reproduce Run on a source map that uses Windows-style paths

Files to reproduce Don't have a source map I can share right now

Expected behavior Windows-style paths should also merge

Environment

Additional context Current: image

After PR: image