File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
lib/src/clients/build_resolvers Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 11## 8.1.0-dev
22* Add ` DartObject.constructorInvocation ` with the constructor and arguments.
3+ * Fix draining analysis events when used by ` package:build ` .
34
45## 8.0.0
56* Remove deprecated element model V1.
Original file line number Diff line number Diff line change @@ -57,7 +57,10 @@ AnalysisDriverForPackageBuild createAnalysisDriver({
5757
5858 var logger = PerformanceLog (null );
5959 byteStore ?? = MemoryByteStore ();
60+
6061 var scheduler = AnalysisDriverScheduler (logger);
62+ scheduler.events.drain <void >().ignore ();
63+
6164 var sharedOptions = analysisOptions as AnalysisOptionsImpl ;
6265 var optionsMap = AnalysisOptionsMap .forSharedOptions (sharedOptions);
6366 var driver = AnalysisDriver (
You can’t perform that action at this time.
0 commit comments