Skip to content

Commit 6c5631e

Browse files
committed
Fine. Enable in analyzer_cli/.
Not for performance, because it is one shot, but all language/ and co19/ code will go through manifests builder, and give us better coverage. Change-Id: Iae83ec685084847358d960deff81d18fb9904f4f Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/456404 Reviewed-by: Samuel Rawlins <srawlins@google.com>
1 parent 8b260b7 commit 6c5631e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/analyzer_cli/lib/src/driver.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,7 @@ class _AnalysisContextProvider {
626626
sdkPath: _commandLineOptions!.dartSdkPath,
627627
updateAnalysisOptions4: _updateAnalysisOptions,
628628
fileContentCache: _fileContentCache,
629+
withFineDependencies: true,
629630
);
630631
_toDispose.add(_collection!);
631632

0 commit comments

Comments
 (0)