| Index: pkg/front_end/lib/src/fasta/vm.dart
|
| diff --git a/pkg/front_end/lib/src/fasta/vm.dart b/pkg/front_end/lib/src/fasta/vm.dart
|
| index 9247c4a38da9668898f447a346a3f7128a75bc4f..67de365526ebeef06e7eaaec7e4afff46c76665a 100644
|
| --- a/pkg/front_end/lib/src/fasta/vm.dart
|
| +++ b/pkg/front_end/lib/src/fasta/vm.dart
|
| @@ -4,7 +4,8 @@
|
|
|
| /// API for compiling Dart source code to .dill (Kernel IR) files.
|
| library front_end.vm;
|
| -// TODO(ahe): Move this to lib/ once the API has matured.
|
| +// TODO(ahe): Convert this file to use the API in `../../kernel_generator.dart`
|
| +// and `../../compiler_options.dart`.
|
|
|
| import 'dart:async' show Future;
|
|
|
|
|