/source-map-visualization

Just a simple hacky visualisation of SourceMaps

Primary LanguageJavaScript

source-map-visualization

http://twitchbronbron.github.io/source-map-visualization/

  • support 100,000 lines of code instead of 5,000.
  • allow sourceContent to be an empty string
  • better drag and drop support. Previously you had to drag and drop all 3 files together (and they had to be .js style files). Now you can drag and drop any files in any order, and once we find enough files, THAT's when we trigger the visualization. sourcemap

Contribute

Development:

npm install
npm start