File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ class Build {
22
22
await context.analyzer.resolveUnitAt (context.resolveUri (astUri));
23
23
});
24
24
25
- // ok - we should ask each compiler if they want any ASTs resolved here
26
25
print ("Generating runtime..." );
27
26
28
27
final runtimeGenerator = RuntimeGenerator ();
@@ -144,7 +143,7 @@ class Build {
144
143
145
144
void copyPackage (Uri srcUri, Uri dstUri) {
146
145
copyDirectory (src: srcUri.resolve ("lib/" ), dst: dstUri.resolve ("lib/" ));
147
- context.getFile (srcUri.resolve ("pubspec.yaml" )).copy (
146
+ context.getFile (srcUri.resolve ("pubspec.yaml" )).copySync (
148
147
dstUri.resolve ("pubspec.yaml" ).toFilePath (windows: Platform .isWindows));
149
148
}
150
149
Original file line number Diff line number Diff line change 1
1
name : runtime
2
2
description : Provides behaviors and base types for packages that can use mirrors and be AOT compiled.
3
- version : 1.0.0-8
3
+ version : 1.0.0-9
4
4
author :
Joe Conway <[email protected] >
5
5
homepage : https://stablekernel.com
6
6
You can’t perform that action at this time.
0 commit comments