source-map-visualization
source-map-visualization copied to clipboard
A simple visualization of source map data
You can upload the generated js file and the source map for it but I don't see a way to upload the original file. That makes the whole site unusable.
I have error stack from production side like `"stack": "construct@[native code]\nconstruct@[native code]\no@capacitor://localhost/static/js/main.19f32b23.js:2:384533\nconstruct@[native code]\n@capacitor://localhost/static/js/main.19f32b23.js:2:373920\nn:2:372417\nPromise@[native code]\n@capacitor://localhost/static/js/main.19f32b23.js:2:372308\nd:2:372417\nPromise@[native code]\n@capacitor://localhost/static/js/main.19f32b23.js:2:372308\npromiseReactionJob@[native code]",` And it's not possible with mouse scroll to 2:384533 I've added `window.generatedTextArea = generatedTextArea`...
Hi @evanw -- awesome project. Would you consider adding a license to it? I am interested in using it.
From the default example Expected `↲` characters to be included in the mappings
I have recently been very interested in contributing some useful features to `source-map-visualization`. Now I have added some TypeScript types and little of logic code to make it easier for...
I want to download the original code, preserving the structure in my local computer so I can look into it from my editor. I couldn't find such feature, please let...
I am working on seeing how one could reconstruct the code from my frontend UI that is built in react, it uses webpack for build creationg and i have a...