Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(145)

Unified Diff: pkg/compiler/lib/src/apiimpl.dart

Issue 1394063004: Use common.dart to re-export commonly used entities. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/compiler/lib/src/closure.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/apiimpl.dart
diff --git a/pkg/compiler/lib/src/apiimpl.dart b/pkg/compiler/lib/src/apiimpl.dart
index e515631bdb9163d8f06ebf1a796f860c2402b6ad..66d960b7fb3afd635c76c76da7eb3db6dd36fc20 100644
--- a/pkg/compiler/lib/src/apiimpl.dart
+++ b/pkg/compiler/lib/src/apiimpl.dart
@@ -20,18 +20,14 @@ import 'package:sdk_library_metadata/libraries.dart' as library_info show
import '../compiler_new.dart' as api;
import 'commandline_options.dart';
+import 'common.dart';
import 'common/tasks.dart' show
GenericTask;
import 'compiler.dart' as leg;
import 'diagnostics/diagnostic_listener.dart' show
- DiagnosticMessage,
DiagnosticOptions;
-import 'diagnostics/messages.dart';
-import 'diagnostics/source_span.dart' show
- SourceSpan;
-import 'diagnostics/spannable.dart' show
- NO_LOCATION_SPANNABLE,
- Spannable;
+import 'diagnostics/messages.dart' show
+ Message;
import 'elements/elements.dart' as elements;
import 'io/source_file.dart';
import 'script.dart';
« no previous file with comments | « no previous file | pkg/compiler/lib/src/closure.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698