| Index: sdk/lib/_internal/compiler/implementation/dart2jslib.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/dart2jslib.dart b/sdk/lib/_internal/compiler/implementation/dart2jslib.dart
|
| index 1e382783d249fb1881138de6e0d99af3dfd7ba7f..008096f60b863d8641bec3b7c9a795ff4ca4e4a7 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/dart2jslib.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/dart2jslib.dart
|
| @@ -39,6 +39,7 @@ import 'js/js.dart' as js;
|
| import 'deferred_load.dart' show DeferredLoadTask;
|
| import 'mirrors_used.dart' show MirrorUsageAnalyzerTask;
|
| import 'dump_info.dart';
|
| +import 'helpers/helpers.dart';
|
|
|
| export 'resolution/resolution.dart' show TreeElements, TreeElementMapping;
|
| export 'scanner/scannerlib.dart' show isUserDefinableOperator,
|
| @@ -51,6 +52,7 @@ export 'util/util.dart'
|
| show Spannable,
|
| CURRENT_ELEMENT_SPANNABLE,
|
| NO_LOCATION_SPANNABLE;
|
| +export 'helpers/helpers.dart';
|
|
|
| part 'code_buffer.dart';
|
| part 'compile_time_constants.dart';
|
|
|