sokra / source-map-visualization

Just a simple hacky visualisation of SourceMaps
http://sokra.github.io/source-map-visualization
628 stars 77 forks source link

escape html in input files #23

Closed goto-bus-stop closed 6 years ago

goto-bus-stop commented 6 years ago

thanks a ton for building this tool! it's been incredibly useful for me recently :)

when adding a source file with html in template strings, the app would output lines without explicit mappings as html, and not as text:

image

this fixes it and uses the robust escape-html module to do so:

image

aubergene commented 6 years ago

I'm also having this issue. Thanks for the patch

paulirish commented 6 years ago

This does suffer from the double escaping problem that I saw in #24...

image

But i fixed it for you. :) Merge incoming...