We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b61aabf commit b9aa447Copy full SHA for b9aa447
lib/src/utils.dart
@@ -95,10 +95,7 @@ Future<AnalysisContext> getAnalysisContextForProjectPath(
95
96
AnalysisEngine.instance.processRequiredPlugins();
97
98
- // TODO: Remove this once dartbug.com/23017 is fixed
99
- // See source_gen bug https://github.com/dart-lang/source_gen/issues/46
100
var options = new AnalysisOptionsImpl()
101
- ..cacheSize = 256
102
..analyzeFunctionBodies = false;
103
104
var context = AnalysisEngine.instance.createAnalysisContext()
0 commit comments