mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 15:17:07 +00:00
[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:
parent
3a0a33f35f
commit
cb2aed6262
1 changed files with 2 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue