Changes

Jump to: navigation, search

DevTools/Features/SourceMap

133 bytes added, 15:40, 1 August 2011
no edit summary
* A specification for generated scripts to refer to their mappings and a mapping format
* SpiderMonkey needs to output column in addition to source/line.
* code that is loaded via eval() should also support sourcemaps
|Feature non-goals=* Ideally, the source mapping file will also work for mapping LESS and similar to CSS. However, implementing the user interface for style source mapping is out of scope for this particular feature.
* It is possible to have a chain of source maps. Consider the case of a .coffee file that is compiled to .js and run through Closure Compiler. The final source map would refer to lines in the compiled JS, which would have a separate source map referring to lines in the .coffee file. For the first crack at this feature, we will not bother with that case.
* console.trace does not need to be supported in the initial version
|Feature functional spec=I've written a web app called "Social Socialer Socialest". It's going to make me rich. I spent all morning creating it.
Canmove, confirm, emeritus
1,093
edits

Navigation menu