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

Unified Diff: pkg/compiler/lib/src/io/source_information.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/io/source_information.dart
diff --git a/pkg/compiler/lib/src/io/source_information.dart b/pkg/compiler/lib/src/io/source_information.dart
index 7acf71922a49973c1e3b2a6c81d28ce8342275c6..8f83f9bbec35516bddec6d4e68cc2dd187a3edd1 100644
--- a/pkg/compiler/lib/src/io/source_information.dart
+++ b/pkg/compiler/lib/src/io/source_information.dart
@@ -4,11 +4,14 @@
library dart2js.source_information;
-import '../dart2jslib.dart' show SourceSpan, MessageKind;
+import '../diagnostics/source_span.dart' show
+ SourceSpan;
import '../elements/elements.dart' show
AstElement,
LocalElement;
-import '../tree/tree.dart' show Node, Send;
+import '../tree/tree.dart' show
+ Node,
+ Send;
import '../js/js.dart' show
JavaScriptNodeSourceInformation;
import 'source_file.dart';
« no previous file with comments | « pkg/compiler/lib/src/io/position_information.dart ('k') | pkg/compiler/lib/src/io/start_end_information.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698