Skip to content

Commit d98a386

Browse files
committed
Update
1 parent e95c3bd commit d98a386

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lib/src/generate_screen_access/generator.dart

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ Future<void> generateScreenAccess({
5757
// ---------------------------------------------------------------------------
5858

5959
// Create context for the Dart analyzer.
60-
// final analysisContextCollection = createDartAnalysisContextCollection(
61-
// sourceFileExporer.dirPathGroups.first.paths,
62-
// fallbackDartSdkPath,
63-
// );
60+
final analysisContextCollection = createDartAnalysisContextCollection(
61+
sourceFileExporer.dirPathGroups.first.paths,
62+
fallbackDartSdkPath,
63+
);
6464

6565
// For each file...
66-
for (final filePathResult in sourceFileExplorerResults.filePathResults
67-
.where((e) => e.category == _Categories.DART)) {
66+
for (final filePathResult
67+
in sourceFileExplorerResults.filePathResults.where((e) => e.category == _Categories.DART)) {
6868
final filePath = filePathResult.path;
6969

7070
// // Extract insights from the file.

0 commit comments

Comments
 (0)