Files
sdk/tools/dart2js/sourceMapViewer
Kevin Moore 179db6dc6a Remove usage of pkg:browser from tools/dart2js/sourceMapViewer
Change-Id: I10011d327173b2c26ef38e8400b8a6c81472323d
Reviewed-on: https://dart-review.googlesource.com/47583
Reviewed-by: Sigmund Cherem <sigmund@google.com>
2018-03-21 20:22:10 +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.