enable multi-option context support

https://github.com/dart-lang/sdk/issues/53876

Change-Id: Ia6e8fd299685f6049862a7027e9c7734d806e328
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/350342
Commit-Queue: Phil Quitslund <pquitslund@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
This commit is contained in:
pq
2024-04-08 20:55:10 +00:00
committed by Commit Queue
parent d0e4ef7e6c
commit 409fa2c19e
@@ -31,7 +31,7 @@ class ContextLocatorImpl implements ContextLocator {
/// analysis options file.
///
/// See: https://github.com/dart-lang/sdk/issues/53876
static bool singleOptionContexts = true;
static bool singleOptionContexts = false;
/// The resource provider used to access the file system.
final ResourceProvider resourceProvider;