Pretty exciting stuff here. There's nothing worse than trying to debug when a call is made to a minified version of a plugin and your console is puking up a wrapped one-liner chock full of single char variable names (or worse, evals).
This is awesome. Didn't see a mention of node anywhere... Once Chrome supports this, anyone have an idea how difficult NodeJS integration will be? Am particularly interested in Coffee w/ NodeJS :)
Would it be possible to support this in tools like errbit that report js error in production as well ?
It would make it easier to have full stacktrace with meaningful names.
wrt. Base64 VLQ: source maps are text and compressible via gzip.<p>Anyone know if there are any links to discussion about the trade-off made making the more complex and less human accessible?