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

Unified Diff: pkg/front_end/lib/src/fasta/scope.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
Index: pkg/front_end/lib/src/fasta/scope.dart
diff --git a/pkg/front_end/lib/src/fasta/builder/scope.dart b/pkg/front_end/lib/src/fasta/scope.dart
similarity index 98%
rename from pkg/front_end/lib/src/fasta/builder/scope.dart
rename to pkg/front_end/lib/src/fasta/scope.dart
index 2fe432982ec4967adb96df71a4679cf0306fe0a4..9376d64d713054781e2b64a814fcdebeba425189 100644
--- a/pkg/front_end/lib/src/fasta/builder/scope.dart
+++ b/pkg/front_end/lib/src/fasta/scope.dart
@@ -4,9 +4,9 @@
library fasta.scope;
-import 'builder.dart' show Builder, MixedAccessor;
+import 'builder/builder.dart' show Builder, MixedAccessor;
-import '../errors.dart' show internalError;
+import 'errors.dart' show internalError;
class Scope {
/// Names declared in this scope.
« no previous file with comments | « pkg/front_end/lib/src/fasta/kernel/fasta_accessors.dart ('k') | pkg/front_end/lib/src/fasta/source/diet_listener.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698