Chromium Code Reviews| Index: tools/dart2js/sourceMapViewer/README.TXT |
| diff --git a/tools/dart2js/sourceMapViewer/README.TXT b/tools/dart2js/sourceMapViewer/README.TXT |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..aa8cab51799f8404eef90b3e083e9abae02a4c36 |
| --- /dev/null |
| +++ b/tools/dart2js/sourceMapViewer/README.TXT |
| @@ -0,0 +1,7 @@ |
| +This program serves a visualization of a JavaScript source map file generated |
| +by dart2js or pub. |
| + |
| +Usage: dart bin/source_map_viewer.dart <path to map file>. |
| + |
| +The default system browser is started and pointed to the viewer if available. |
| + |