Chromium Code Reviews| 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 88bae3294ce411f4b8c2f42bd19ecb1e54b274d6..57fb8ac1a64c09ce37eb155f7c2e4b6885501aff 100644 |
| --- a/pkg/analyzer/lib/src/generated/engine.dart |
| +++ b/pkg/analyzer/lib/src/generated/engine.dart |
| @@ -5810,6 +5810,12 @@ class AnalysisEngine { |
| bool useTaskModel = false; |
| /** |
| + * A flag indicating whether the task model should attempt to limit |
| + * invalidation after a change. |
| + */ |
| + bool limitInvalidationInTaskModel = true; |
|
Brian Wilkerson
2015/06/25 18:04:10
If this implementation is incomplete and sometimes
scheglov
2015/06/25 18:11:26
Ouch.
Fixed.
|
| + |
| + /** |
| * The task manager used to manage the tasks used to analyze code. |
| */ |
| TaskManager _taskManager; |