source-map-visualization icon indicating copy to clipboard operation
source-map-visualization copied to clipboard

Just a simple hacky visualisation of SourceMaps

Results 12 source-map-visualization issues
Sort by recently updated
recently updated
newest added

Sourcemaps have a `sections` format, allowing an array of subsourcemaps for joining files, etc. https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit#heading=h.535es3xeprgt

I tried a large JS file and it gave me the 'too much recursion' error not sure what it means though. The JS file was 45mb, was it too large?...

Hey, I currently use this tool almost daily and would like to put it into a small VS Code extension to make my workflow a bit faster. Are there any...

I was stuck in checking the [no source] code that is formed in my chunk file I was a bit confused what files to upload after running build i got...

Thanks for this great project, in js error monitors, we can get error with generated file and location(line and col numbers), but it's hard to locate this position in current...

Thanks for making such a useful tool! I just used it to find [a bug in TypeScript's source map support](https://github.com/Microsoft/TypeScript/issues/5122). It would be very useful if you could add line...

When testing mappings I have to repeatly click **Custom...** button and select 3 files in two different folders. It will be worth to remember my initial choice and apply them...

This saved my bacon, let me throw money at you

First: Thanks guys, this tool is extremely helpful! In this example here (generated and two original sources): generated: ``` [B][2] ``` source1: ``` A[BC] ``` source2: ``` 1[23] ``` The...

There is currently a 5K max length. It would be nice if either we could solve the performance issues and show the entire original/generated file. Or, perhaps more likely design...