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

Unified Diff: packages/csslib/lib/src/options.dart

Issue 2989763002: Update charted to 0.4.8 and roll (Closed)
Patch Set: Removed Cutch from list of reviewers Created 3 years, 5 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 | « packages/csslib/lib/src/messages.dart ('k') | packages/csslib/lib/src/polyfill.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/csslib/lib/src/options.dart
diff --git a/packages/csslib/lib/src/options.dart b/packages/csslib/lib/src/options.dart
index 95e8a2faba8cf06b4e3ea58740418260461fd124..c80370b45d16e2179455f0361381f37b7ba91647 100644
--- a/packages/csslib/lib/src/options.dart
+++ b/packages/csslib/lib/src/options.dart
@@ -40,10 +40,16 @@ class PreprocessorOptions {
/** File to process by the compiler. */
final String inputFile;
- const PreprocessorOptions({this.verbose: false, this.checked: false,
- this.lessSupport: true, this.warningsAsErrors: false,
- this.throwOnErrors: false, this.throwOnWarnings: false,
- this.useColors: true, this.polyfill: false, this.inputFile});
+ const PreprocessorOptions(
+ {this.verbose: false,
+ this.checked: false,
+ this.lessSupport: true,
+ this.warningsAsErrors: false,
+ this.throwOnErrors: false,
+ this.throwOnWarnings: false,
+ this.useColors: true,
+ this.polyfill: false,
+ this.inputFile});
PreprocessorOptions.fromArgs(ArgResults args)
: warningsAsErrors = args['warnings_as_errors'],
« no previous file with comments | « packages/csslib/lib/src/messages.dart ('k') | packages/csslib/lib/src/polyfill.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698