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
+
1
5
## 0.5.0+2
2
6
3
7
* Remove an outdated work-around.
Original file line number Diff line number Diff line change @@ -95,8 +95,7 @@ Future<AnalysisContext> getAnalysisContextForProjectPath(
95
95
96
96
AnalysisEngine .instance.processRequiredPlugins ();
97
97
98
- var options = new AnalysisOptionsImpl ()
99
- ..analyzeFunctionBodies = false ;
98
+ var options = new AnalysisOptionsImpl ()..analyzeFunctionBodies = false ;
100
99
101
100
var context = AnalysisEngine .instance.createAnalysisContext ()
102
101
..analysisOptions = options
Original file line number Diff line number Diff line change 1
1
name : source_gen
2
- version : 0.5.0+2
2
+ version : 0.5.0+3
3
3
author :
Dart Team <[email protected] >
4
4
description : Automatic sourcecode generation for Dart
5
5
homepage : https://github.com/dart-lang/source_gen
You can’t perform that action at this time.
0 commit comments