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

Unified 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: 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 side-by-side diff with in-line comments
Download patch
Index: tools/dart2js/sourceMapViewer/README.TXT
diff --git a/tools/dart2js/sourceMapViewer/README.TXT b/tools/dart2js/sourceMapViewer/README.TXT
new file mode 100644
index 0000000000000000000000000000000000000000..eaca00befadf39361976845b17e6f6dd0cf0e8fe
--- /dev/null
+++ b/tools/dart2js/sourceMapViewer/README.TXT
@@ -0,0 +1,6 @@
+This program serves a visualization of a JavaScript source map file generated by dart2js or pub.
Johnni Winther 2014/05/14 12:00:38 Long line.
zarah 2014/05/14 20:51:03 Done.
+
+Usage: dart bin/source_map_viewer.dart <path to map file>.
+
+The default system browser is started and pointed to the viewer if available.
+

Powered by Google App Engine
This is Rietveld 408576698