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

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

Issue 11363240: Document --analyze-all option. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 1 month 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/sdk/lib/_internal/compiler/implementation/dart2js.dart
diff --git a/dart/sdk/lib/_internal/compiler/implementation/dart2js.dart b/dart/sdk/lib/_internal/compiler/implementation/dart2js.dart
index c653e2f68a354518adfd740e5cdf2106dc4eeb27..55a016e10ea5ef35b8dfe5fa670a2d4b181b5ff0 100644
--- a/dart/sdk/lib/_internal/compiler/implementation/dart2js.dart
+++ b/dart/sdk/lib/_internal/compiler/implementation/dart2js.dart
@@ -375,6 +375,12 @@ Supported options:
-p<path>, --package-root=<path>
Where to find packages, that is, "package:..." imports.
+ --analyze-all
+ Analyze all code. Without this option, the compiler only analyzes
+ code that is reachable from [main]. This option is useful for
+ finding errors in libraries, but using it can result in bigger and
+ slower output.
+
--minify
Generate minified output.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698