Skip to content

Commit 4260fcf

Browse files
committed
Update
1 parent 3c639d2 commit 4260fcf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/src/generate_screen_access/generator.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ Future<void> generateScreenAccess({
7070
final filePath = filePathResult.path;
7171

7272
// Extract insights from the file.
73-
final classInsights = await extractClassInsightsFromDartFile(
74-
analysisContextCollection,
75-
filePath,
76-
);
73+
// final classInsights = await extractClassInsightsFromDartFile(
74+
// analysisContextCollection,
75+
// filePath,
76+
// );
7777

7878
// if (classInsights.isNotEmpty) {
7979
// // Converge what was gathered to generate the output.

0 commit comments

Comments
 (0)