Chromium Code Reviews| Index: pkg/polymer/lib/src/compiler_options.dart |
| diff --git a/pkg/polymer/lib/src/compiler_options.dart b/pkg/polymer/lib/src/compiler_options.dart |
| index 4c1d317b14af1919932504d4b2ec6b66dad46827..847de8de05404ff5bcdf25b5823f3fe772ac0ea7 100644 |
| --- a/pkg/polymer/lib/src/compiler_options.dart |
| +++ b/pkg/polymer/lib/src/compiler_options.dart |
| @@ -57,6 +57,7 @@ class CompilerOptions { |
| final String resetCssFile; |
| /** Whether to analyze the input for warnings without generating any code. */ |
| + // TODO(sigmund): remove/deprecate this flag |
|
Jennifer Messerly
2013/08/28 22:25:45
you could remove the boolean now right? but contin
Siggi Cherem (dart-lang)
2013/08/28 23:17:06
Done.
|
| final bool analysisOnly; |
| // We could make this faster, if it ever matters. |