[frontend_server] Export to_string_transformer from frontend_server.dart

Change-Id: I0a3dae9c6d9357b71539ceacc16d0cf4f544ba69
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/179500
Reviewed-by: Johnni Winther <johnniwinther@google.com>
Commit-Queue: Jens Johansen <jensj@google.com>
This commit is contained in:
Jens Johansen 2021-01-15 14:13:28 +00:00 committed by commit-bot@chromium.org
parent 3a0a33f35f
commit cb2aed6262

View file

@ -36,6 +36,8 @@ import 'package:vm/kernel_front_end.dart';
import 'src/javascript_bundle.dart';
import 'src/strong_components.dart';
export 'src/to_string_transformer.dart';
ArgParser argParser = ArgParser(allowTrailingOptions: true)
..addFlag('train',
help: 'Run through sample command line to produce snapshot',