2 Star 0 Fork 0

mirrors_jsantell / 2013.cascadiajs.com

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
compiling-to-js-and-debugging-with-source-maps_fitzgen.md 1.13 KB
一键复制 编辑 原始数据 按行查看 历史

Compiling to JavaScript, and Debugging with Source Maps

Abstract

JavaScript is the x86 of the web, and it's important that JavaScript developers can take advantage of source maps as the popularity of transpiled languages like CoffeeScript and TypeScript grows. My presentation begins with an overview of source maps: what they are, and why they're cool. Then, moves into a quick tutorial overview on generating proper source maps for your language that compiles to JavaScript. Finally, I demonstrate painlessly debugging the original source language without dealing with the unnecessary mental overhead of wrangling with the generated JS code output from your compiler.

Speaker Bio

fitzgen

I am a firm believer in the open web. I work for Mozilla, hacking on Firefox Developer Tools. I co-authored the source map specification, and authored the source-map NPM library used by UglifyJS, browserify, CoffeeScriptRedux, ESCodeGen, and more.

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_jsantell/mirrors_jsantell_2013.cascadiajs.com.git
git@gitee.com:mirrors_jsantell/mirrors_jsantell_2013.cascadiajs.com.git
mirrors_jsantell
mirrors_jsantell_2013.cascadiajs.com
2013.cascadiajs.com
master

搜索帮助