dart-sdk/tools/dart2js/sourceMapViewer
Lasse R.H. Nielsen b35b436cf5 Change : to = in tools/ and DOM templates.
Change-Id: Id0257e4d00ca4a7acc759d7f06fa5b64c744894b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/256126
Reviewed-by: Srujan Gaddam <srujzs@google.com>
Commit-Queue: Lasse Nielsen <lrn@google.com>
Reviewed-by: Michael Thomsen <mit@google.com>
Reviewed-by: Nicholas Shahan <nshahan@google.com>
2022-08-24 14:21:01 +00:00
..
bin
web Change : to = in tools/ and DOM templates. 2022-08-24 14:21:01 +00:00
pubspec.yaml
README.TXT

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.