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

Unified Diff: pkg/analyzer/lib/src/generated/engine.dart

Issue 2828083004: Include additional boolean flags into AnalysisOptionsImpl signature. (Closed)
Patch Set: Created 3 years, 8 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 | « pkg/analyzer/lib/src/dart/analysis/driver.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/src/generated/engine.dart
diff --git a/pkg/analyzer/lib/src/generated/engine.dart b/pkg/analyzer/lib/src/generated/engine.dart
index f96e9f674ecb4f959641fe66200a8ee37bba1d79..adb72c4f81989ecdac4e7855067167cd6ab01940 100644
--- a/pkg/analyzer/lib/src/generated/engine.dart
+++ b/pkg/analyzer/lib/src/generated/engine.dart
@@ -1650,9 +1650,11 @@ class AnalysisOptionsImpl implements AnalysisOptions {
ApiSignature buffer = new ApiSignature();
// Append boolean flags.
+ buffer.addBool(enableAssertInitializer);
buffer.addBool(enableLazyAssignmentOperators);
buffer.addBool(enableStrictCallChecks);
buffer.addBool(enableSuperMixins);
+ buffer.addBool(enableUriInPartOf);
buffer.addBool(implicitCasts);
buffer.addBool(implicitDynamic);
buffer.addBool(strongMode);
« no previous file with comments | « pkg/analyzer/lib/src/dart/analysis/driver.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698