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

Unified Diff: pkg/front_end/lib/src/fasta/kernel/body_builder.dart

Issue 2726793003: Remove package imports from itself. (Closed)
Patch Set: Created 3 years, 10 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/kernel/body_builder.dart
diff --git a/pkg/front_end/lib/src/fasta/kernel/body_builder.dart b/pkg/front_end/lib/src/fasta/kernel/body_builder.dart
index b1d82d8e3a1a0915b191d990f61eff41a45e05a2..5cd7a49675bad1d61279f919418ff16b183361aa 100644
--- a/pkg/front_end/lib/src/fasta/kernel/body_builder.dart
+++ b/pkg/front_end/lib/src/fasta/kernel/body_builder.dart
@@ -4,13 +4,11 @@
library fasta.body_builder;
-import 'package:front_end/src/fasta/parser/parser.dart'
- show FormalParameterType, optional;
+import '../parser/parser.dart' show FormalParameterType, optional;
-import 'package:front_end/src/fasta/parser/error_kind.dart' show ErrorKind;
+import '../parser/error_kind.dart' show ErrorKind;
-import 'package:front_end/src/fasta/parser/identifier_context.dart'
- show IdentifierContext;
+import '../parser/identifier_context.dart' show IdentifierContext;
import 'package:kernel/ast.dart';
@@ -24,7 +22,7 @@ import 'package:kernel/core_types.dart' show CoreTypes;
import '../parser/dart_vm_native.dart' show skipNativeClause;
-import 'package:front_end/src/fasta/scanner/token.dart'
+import '../scanner/token.dart'
show BeginGroupToken, Token, isBinaryOperator, isMinusOperator;
import '../errors.dart' show internalError, printUnexpected;
« no previous file with comments | « pkg/front_end/lib/src/fasta/builder/formal_parameter_builder.dart ('k') | pkg/front_end/lib/src/fasta/parser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698