"pub serve" should provide more accurate output with lazy transformers #859
Labels
closed-not-planned
Closed as we don't intend to take action on the reported issue
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
<img src="https://avatars.githubusercontent.com/u/188?v=3" align="left" width="96" height="96"hspace="10"> Issue by nex3
Originally opened as dart-lang/sdk#16743
Right now, when "pub serve" is run, it will print "Build completed successfully" as long as no transformers provide an error. This is misleading when lazy transformers exist, because a lazy transformer will not have run yet and may in fact produce errors. As such, it should print something like "Build completed successfully with X outstanding transforms that will be run on-demand" instead.
The text was updated successfully, but these errors were encountered: