mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
ddfde57069
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> |
||
---|---|---|
.. | ||
bin | ||
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.