|
|
|
|
|
by jmesserly
4822 days ago
|
|
yeah, if you're running directly on a VM for the language (e.g. JS on a JS engine, Dart on a Dart engine) you wouldn't need source maps for debugging, unless you are using some other tool that is doing source->source transforms for you (e.g. https://github.com/dart-lang/web-ui currently does some dart->dart source transforms). You'd still have source maps for the dart2js output. |
|
Edit: just found the answer here, if anyone is interested : https://news.ycombinator.com/item?id=5489111