| Index: pkg/front_end/lib/src/fasta/loader.dart
|
| diff --git a/pkg/front_end/lib/src/fasta/loader.dart b/pkg/front_end/lib/src/fasta/loader.dart
|
| index 35463be1b0cc405c296bbcc064c80afdca3465b8..2d8cf71f35ff05a6bd17dbf0179861f7551b8b19 100644
|
| --- a/pkg/front_end/lib/src/fasta/loader.dart
|
| +++ b/pkg/front_end/lib/src/fasta/loader.dart
|
| @@ -14,6 +14,7 @@ import 'ast_kind.dart' show
|
| AstKind;
|
|
|
| import 'builder/builder.dart' show
|
| + Builder,
|
| LibraryBuilder;
|
|
|
| import 'errors.dart' show
|
| @@ -147,6 +148,8 @@ ${format(ms / libraryCount, 3, 12)} ms/compilation unit.""");
|
| }
|
| return errors;
|
| }
|
| +
|
| + Builder getCompileTimeError() => target.getCompileTimeError(this);
|
| }
|
|
|
| String format(double d, int fractionDigits, int width) {
|
|
|