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

Unified Diff: pkg/compiler/lib/src/tree/tree.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/tokens/token.dart ('k') | pkg/compiler/lib/src/tree_ir/tree_ir_builder.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/tree/tree.dart
diff --git a/pkg/compiler/lib/src/tree/tree.dart b/pkg/compiler/lib/src/tree/tree.dart
index d4331b5cc701c76bcb5f961827a58dcd274ab8d9..8c65fabdd51382f7f30cad9d263aa03a108d8d9c 100644
--- a/pkg/compiler/lib/src/tree/tree.dart
+++ b/pkg/compiler/lib/src/tree/tree.dart
@@ -6,9 +6,7 @@ library tree;
import 'dart:collection';
-import '../diagnostics/spannable.dart' show
- Spannable,
- SpannableAssertionFailure;
+import '../common.dart';
import '../tokens/precedence_constants.dart' as Precedence show
FUNCTION_INFO;
import '../tokens/token.dart' show
@@ -21,10 +19,12 @@ import '../tokens/token_constants.dart' as Tokens show
import '../util/util.dart';
import '../util/characters.dart';
-import '../resolution/secret_tree_element.dart'
- show StoredTreeElementMixin, NullTreeElementMixin;
+import '../resolution/secret_tree_element.dart' show
+ NullTreeElementMixin,
+ StoredTreeElementMixin;
-import '../elements/elements.dart' show MetadataAnnotation;
+import '../elements/elements.dart' show
+ MetadataAnnotation;
part 'dartstring.dart';
part 'nodes.dart';
« no previous file with comments | « pkg/compiler/lib/src/tokens/token.dart ('k') | pkg/compiler/lib/src/tree_ir/tree_ir_builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698