Changes

Jump to: navigation, search

DevTools/Features/SourceMap

129 bytes added, 23:29, 8 August 2011
no edit summary
A user can take .js source files and compress them with the Closure Compiler. Errors and log messages in the Web Console will refer to the original .js files.
Case 2: CoffeeScriptLanguages which compile to JavaScript
You can start with a .coffee an original filewhich contains any language that compiles to JS (for example, CoffeeScript). Any log logged output or uncaught errors generated will refer back to the original .coffee file, rather than the generated .js JS filewhich is actually being executed.
|Feature requirements=* When a sourcemap is available, error messages in console will link to the original source, not the generated JS
* Likewise, console log output will link back to the original source
Confirm
125
edits

Navigation menu