File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 0.5.0+3
2+
3+ * Fixed multi-line error output.
4+
15## 0.5.0+2
26
37* Remove an outdated work-around.
Original file line number Diff line number Diff line change @@ -95,8 +95,7 @@ Future<AnalysisContext> getAnalysisContextForProjectPath(
9595
9696 AnalysisEngine .instance.processRequiredPlugins ();
9797
98- var options = new AnalysisOptionsImpl ()
99- ..analyzeFunctionBodies = false ;
98+ var options = new AnalysisOptionsImpl ()..analyzeFunctionBodies = false ;
10099
101100 var context = AnalysisEngine .instance.createAnalysisContext ()
102101 ..analysisOptions = options
Original file line number Diff line number Diff line change 11name : source_gen
2- version : 0.5.0+2
2+ version : 0.5.0+3
33author :
Dart Team <[email protected] > 44description : Automatic sourcecode generation for Dart
55homepage : https://github.com/dart-lang/source_gen
You can’t perform that action at this time.
0 commit comments