File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.7.4+2
2
+
3
+ * Fix file URIs on windows.
4
+
1
5
## 0.7.4+1
2
6
3
7
* Removed a ` log.finest ` with the output source of each generator. This allows
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ class LibraryReader {
133
133
// a valid import URL in Dart source code.
134
134
return new Uri (path: to.pathSegments.last);
135
135
}
136
- final relative = Uri . parse (p.relative (
136
+ final relative = p. toUri (p.relative (
137
137
to.toString (),
138
138
from: from.toString (),
139
139
));
Original file line number Diff line number Diff line change 1
1
name : source_gen
2
- version : 0.7.4+1
2
+ version : 0.7.4+2
3
3
author :
Dart Team <[email protected] >
4
4
description : Automated source code 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