Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Side by Side Diff: tools/dart2js/sourceMapViewer/README.TXT

Issue 280513002: Add tool for viewing source maps. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed comments. Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 This program serves a visualization of a JavaScript source map file generated
2 by dart2js or pub.
3
4 Usage: dart bin/source_map_viewer.dart <path to map file>.
5
6 The default system browser is started and pointed to the viewer if available.
7
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698