dart-sdk/tools/dart2js/sourceMapViewer
2014-06-10 09:30:09 +00:00
..
bin Update SourceMapViewer to work on Windows. 2014-06-10 09:30:09 +00:00
web Update SourceMapViewer to work on Windows. 2014-06-10 09:30:09 +00:00
pubspec.yaml Add tool for viewing source maps. 2014-05-15 11:47:54 +00:00
README.TXT Update SourceMapViewer to work on Windows. 2014-06-10 09:30:09 +00:00

This program serves a visualization of a JavaScript source map file generated
by dart2js or pub.

Run 'pub build' to build the application.

Usage: dart --package-root=packages/ bin/source_map_viewer.dart <path to map file>.

The default system browser is started and pointed to the viewer if available.