dart-sdk/tools/dart2js/sourceMapViewer
Todd Volkert ddfde57069 Update File.openRead to return Stream<Uint8List>
Bug: https://github.com/dart-lang/sdk/issues/36900
Change-Id: Ib2e417f4baa0048e2d4c2156c250d0cf454fdf87
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/104523
Commit-Queue: Todd Volkert <tvolkert@google.com>
Reviewed-by: Lasse R.H. Nielsen <lrn@google.com>
2019-06-27 00:22:17 +00:00
..
bin Update File.openRead to return Stream<Uint8List> 2019-06-27 00:22:17 +00:00
web
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.