b3d9c8a297
Currently outline transformations aren't run via the incremental compiler which causes problems in https://dart-review.googlesource.com/c/sdk/+/491702 which fixes it by calling the current transformation in the incremental compiler. This calls it twice though (because it's run again in `frontend_server/lib/compute_kernel.dart`, but removing it there doesn't work because a filtering is done which doesn't apply through the incremental compiler. This CL splits up the outline transformation stage into a call that can actually transform the libraries and one that can do the filtering, which should fix the issue. Change-Id: I5ae3477ebfe580dca372ea792924cdfb79979b35 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/495700 Commit-Queue: Jens Johansen <jensj@google.com> Reviewed-by: Johnni Winther <johnniwinther@google.com>