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

Unified Diff: lib/compiler/implementation/dart2js.dart

Issue 10901002: Hook up the --minify option in dart2js and use it to get rid of unnecessary whitespace inside funct… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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: lib/compiler/implementation/dart2js.dart
diff --git a/lib/compiler/implementation/dart2js.dart b/lib/compiler/implementation/dart2js.dart
index 8c25d8809708f087b3aff7815c47f43cfc924df3..9564bad2d8b170b7739126b7cead63aaf8810ff7 100644
--- a/lib/compiler/implementation/dart2js.dart
+++ b/lib/compiler/implementation/dart2js.dart
@@ -327,6 +327,9 @@ Supported options:
-p<path>, --package-root=<path>
Where to find packages, that is, "package:..." imports.
+ --minify
+ Generate minified output.
+
--suppress-warnings
Do not display any warnings.

Powered by Google App Engine
This is Rietveld 408576698