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

Unified Diff: pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart

Issue 1284593003: Remove dart2jslib.dart (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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
Index: pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart
diff --git a/pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart b/pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart
index 10d331f99ee7a9c4236f4978bf634848da8a7530..6d5138bff50dfcaa269e1a0e263ecfb3d69cb2f2 100644
--- a/pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart
+++ b/pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart
@@ -6,6 +6,8 @@ library type_graph_inferrer;
import 'dart:collection' show Queue, IterableBase;
+import '../compiler.dart'
+ show Compiler;
import '../constants/values.dart';
import '../cps_ir/cps_ir_nodes.dart' as cps_ir
show Node;
@@ -14,13 +16,10 @@ import '../dart_types.dart'
FunctionType,
InterfaceType,
TypeKind;
-import '../dart2jslib.dart'
- show ClassWorld,
- Compiler,
- Constant,
- FunctionConstant,
- invariant,
- TreeElementMapping;
+import '../diagnostics/invariant.dart'
+ show invariant;
+import '../diagnostics/spannable.dart'
+ show Spannable;
import '../elements/elements.dart';
import '../native/native.dart' as native;
import '../resolution/resolution.dart'
@@ -46,8 +45,7 @@ import '../universe/universe.dart'
TypedSelector;
import '../util/util.dart'
show ImmutableEmptySet,
- Setlet,
- Spannable;
+ Setlet;
import '../js_backend/js_backend.dart' show Annotations, JavaScriptBackend;
import '../world.dart' show ClassWorld;
« no previous file with comments | « pkg/compiler/lib/src/inferrer/simple_types_inferrer.dart ('k') | pkg/compiler/lib/src/io/position_information.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698