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
feat: Improve path resolution with suffix matching for self-referential source maps
- Add suffix path matching to correctly resolve paths when source map and referenced files share parent directories
- Fix issue where paths like "examples/uwu/file.js" weren't resolving when map file was in "examples/uwu/"
- Both generated file and source file resolution now handle shared directory structures
- Ensure path overlap matching happens at the end of paths (suffix matching), not arbitrary subsets
This improves source map visualization for projects where the map file is located in the same directory structure as the files it references.
0 commit comments