Sunday, September 9, 2012

Source maps in Javascript

Now here is a concept I love - the new JavaScript source map.  It allows you to start with a given source representation, then crunch and minify your script - but given the map, you can get back from a given execution state to the point in your code it reflects.

That's brilliant.

No comments:

Post a Comment