Introduction to JavaScript source maps
html5rocks.com
Introduction to JavaScript source maps
1–10 of 12 posts
Re: Introduction to JavaScript source maps
#2Re: Introduction to JavaScript source maps
#3Anyone know if there are any links to discussion about the trade-off made making the more complex and less human accessible?
Re: Introduction to JavaScript source maps
#4wrt. Base64 VLQ: source maps are text and compressible via gzip. Anyone know if there are any links to discussion about the trade-off made making the more complex and less human accessible?
Re: Introduction to JavaScript source maps
#5Anyone know the state of source map support for CofeeScript?
Re: Introduction to JavaScript source maps
#6wrt. Base64 VLQ: source maps are text and compressible via gzip. Anyone know if there are any links to discussion about the trade-off made making the more complex and less human accessible?
It really sucks that the best source of information on 'how to create source maps' is the closure compiler source and not an actual spec or documentation (I searched around and the closest thing to docs I could find was an extremely concise Google Doc with gaps in it that may not match what is deployed in Chrome [1]). Being told 'just do what these guys do' is not a great way to get a new standard implemented on the web, especially when 'these guys' is Chrome Canary talking to a Google compiler.
Has anyone run across better documentation that clearly describes the file format, or a second implementation I can use to check that my source maps are correct? The only other choice I've run across is a (seemingly dead) Firefox 3.x addon that adds support for some reason of the source map format, specifically for supporting Closure Compiler. [2]
[1]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiO...
[2]: https://developers.google.com/closure/compiler/docs/inspecto...
Re: Introduction to JavaScript source maps
#7Re: Introduction to JavaScript source maps
#8Anyone know the state of source map support for CofeeScript?