TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Introduction to JavaScript source maps

79 pointsby eskimobloodabout 13 years ago

5 comments

jqueryinabout 13 years ago
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).
jeremyisabout 13 years ago
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 :)
jeremi23about 13 years ago
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.
famoreiraabout 13 years ago
Anyone know the state of source map support for CofeeScript?
评论 #3739473 未加载
评论 #3739015 未加载
quadhomeabout 13 years ago
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?
评论 #3739238 未加载
评论 #3738999 未加载