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

Unified Diff: pkg/front_end/lib/src/fasta/source/source_library_builder.dart

Issue 2794533002: Move scope.dart. (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
« no previous file with comments | « pkg/front_end/lib/src/fasta/source/scope_listener.dart ('k') | pkg/front_end/test/fasta/testing.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/lib/src/fasta/source/source_library_builder.dart
diff --git a/pkg/front_end/lib/src/fasta/source/source_library_builder.dart b/pkg/front_end/lib/src/fasta/source/source_library_builder.dart
index 7152ee4939cfd01f6f8898c0c6d5dca4e320affe..4c5da4ffbe27380b92666269a9bb991e01c35a36 100644
--- a/pkg/front_end/lib/src/fasta/source/source_library_builder.dart
+++ b/pkg/front_end/lib/src/fasta/source/source_library_builder.dart
@@ -16,8 +16,6 @@ import '../import.dart' show Import;
import 'source_loader.dart' show SourceLoader;
-import '../builder/scope.dart' show Scope;
-
import '../builder/builder.dart'
show
Builder,
@@ -30,6 +28,7 @@ import '../builder/builder.dart'
MetadataBuilder,
PrefixBuilder,
ProcedureBuilder,
+ Scope,
TypeBuilder,
TypeDeclarationBuilder,
TypeVariableBuilder,
« no previous file with comments | « pkg/front_end/lib/src/fasta/source/scope_listener.dart ('k') | pkg/front_end/test/fasta/testing.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698