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

Unified Diff: pkg/front_end/lib/src/fasta/analyzer/analyzer_diet_listener.dart

Issue 2756593004: Start unraveling circularities between analyzer and front_end/kernel. (Closed)
Patch Set: Created 3 years, 9 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/front_end/lib/src/fasta/analyzer/analyzer_diet_listener.dart
diff --git a/pkg/front_end/lib/src/fasta/analyzer/analyzer_diet_listener.dart b/pkg/front_end/lib/src/fasta/analyzer/analyzer_diet_listener.dart
index f907b47056487fcb9a90aefc01a3ed0a6986d628..0feb245a619c523d1e56dbafc373ac4cc0a22b29 100644
--- a/pkg/front_end/lib/src/fasta/analyzer/analyzer_diet_listener.dart
+++ b/pkg/front_end/lib/src/fasta/analyzer/analyzer_diet_listener.dart
@@ -16,9 +16,9 @@ import '../source/source_library_builder.dart' show SourceLibraryBuilder;
import '../source/diet_listener.dart' show DietListener;
-import 'element_store.dart' show ElementStore;
+import 'package:analyzer/src/fasta/element_store.dart' show ElementStore;
-import 'ast_builder.dart' show AstBuilder;
+import 'package:analyzer/src/fasta/ast_builder.dart' show AstBuilder;
class AnalyzerDietListener extends DietListener {
final ElementStore elementStore;
« no previous file with comments | « pkg/front_end/lib/src/fasta/analyzer/analyzer.dart ('k') | pkg/front_end/lib/src/fasta/analyzer/analyzer_loader.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698