Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 This program serves a visualization of a JavaScript source map file generated by dart2js or pub. | |
|
Johnni Winther
2014/05/14 12:00:38
Long line.
zarah
2014/05/14 20:51:03
Done.
| |
| 2 | |
| 3 Usage: dart bin/source_map_viewer.dart <path to map file>. | |
| 4 | |
| 5 The default system browser is started and pointed to the viewer if available. | |
| 6 | |
| OLD | NEW |