| Index: pkg/analyzer/lib/context/context_root.dart
|
| diff --git a/pkg/analyzer/lib/context/context_root.dart b/pkg/analyzer/lib/context/context_root.dart
|
| index cfc47ff8f99c2c0ebbadbf3ed75c5cbb49422994..2596cedc3af6b2f3d6dc68e7712ccb5aba8b81d6 100644
|
| --- a/pkg/analyzer/lib/context/context_root.dart
|
| +++ b/pkg/analyzer/lib/context/context_root.dart
|
| @@ -24,6 +24,13 @@ class ContextRoot {
|
| final List<String> exclude;
|
|
|
| /**
|
| + * An informative value for the file path that the analysis options were read
|
| + * from. This value can be `null` if there is no analysis options file or if
|
| + * the location of the file has not yet been discovered.
|
| + */
|
| + String optionsFilePath;
|
| +
|
| + /**
|
| * Initialize a newly created context root.
|
| */
|
| ContextRoot(this.root, this.exclude);
|
|
|