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

Unified Diff: pkg/compiler/lib/src/dart_types.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 | « pkg/compiler/lib/src/dart_backend/dart_backend.dart ('k') | pkg/compiler/lib/src/deferred_load.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/dart_types.dart
diff --git a/pkg/compiler/lib/src/dart_types.dart b/pkg/compiler/lib/src/dart_types.dart
index 353c00aeff95216dba4b6ee98601134957b9da7c..8171314a4e7eba1ce7ad08a59582bade33a50e57 100644
--- a/pkg/compiler/lib/src/dart_types.dart
+++ b/pkg/compiler/lib/src/dart_types.dart
@@ -6,18 +6,12 @@ library dart_types;
import 'dart:math' show min;
+import 'common.dart';
import 'common/resolution.dart' show
Resolution;
import 'compiler.dart' show
Compiler;
import 'core_types.dart';
-import 'diagnostics/diagnostic_listener.dart' show
- DiagnosticReporter;
-import 'diagnostics/invariant.dart' show
- invariant;
-import 'diagnostics/spannable.dart' show
- CURRENT_ELEMENT_SPANNABLE,
- NO_LOCATION_SPANNABLE;
import 'elements/modelx.dart' show
LibraryElementX,
TypeDeclarationElementX,
« no previous file with comments | « pkg/compiler/lib/src/dart_backend/dart_backend.dart ('k') | pkg/compiler/lib/src/deferred_load.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698