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

Unified Diff: lib/src/options.dart

Issue 1322673004: Reformat (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « lib/src/codegen/js_codegen.dart ('k') | test/codegen/expect/sunflower/sunflower.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/options.dart
diff --git a/lib/src/options.dart b/lib/src/options.dart
index b152e5f4f2b62a15e3d58c4dee55d4cec2a685a8..3fa1334431d8c67b0b344c02ed77b13647447861 100644
--- a/lib/src/options.dart
+++ b/lib/src/options.dart
@@ -302,7 +302,8 @@ final ArgParser argParser = StrongModeOptions.addArguments(new ArgParser()
help: 'Port to serve files from (used only when --serve is on)',
defaultsTo: '8080')
..addFlag('closure',
- help: 'Emit Closure Compiler-friendly code (experimental)', defaultsTo: _CLOSURE_DEFAULT)
+ help: 'Emit Closure Compiler-friendly code (experimental)',
+ defaultsTo: _CLOSURE_DEFAULT)
..addFlag('force-compile',
help: 'Compile code with static errors', defaultsTo: false)
..addOption('log', abbr: 'l', help: 'Logging level (defaults to severe)')
« no previous file with comments | « lib/src/codegen/js_codegen.dart ('k') | test/codegen/expect/sunflower/sunflower.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698