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

Unified Diff: pkg/front_end/lib/src/fasta/names.dart

Issue 2777883002: Remove Fasta's copy of accessors.dart. (Closed)
Patch Set: Remove type checking of Rasta, not strong mode clean. 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/kernel/frontend_accessors.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/names.dart
diff --git a/pkg/front_end/lib/src/fasta/names.dart b/pkg/front_end/lib/src/fasta/names.dart
index 9b4eb530013f192491221afe41c621ead66f2dbb..0253d7d4a5a430886693e448cc49e364bc201374 100644
--- a/pkg/front_end/lib/src/fasta/names.dart
+++ b/pkg/front_end/lib/src/fasta/names.dart
@@ -6,6 +6,8 @@ library front_end.src.fasta.names;
import 'package:kernel/ast.dart' show Name;
+export 'package:kernel/frontend/accessors.dart' show indexGetName, indexSetName;
+
final Name callName = new Name("call");
final Name plusName = new Name("+");
@@ -29,7 +31,3 @@ final Name caretName = new Name("^");
final Name barName = new Name("|");
final Name mustacheName = new Name("~/");
-
-final Name indexGetName = new Name("[]");
-
-final Name indexSetName = new Name("[]=");
« no previous file with comments | « pkg/front_end/lib/src/fasta/kernel/frontend_accessors.dart ('k') | pkg/front_end/test/fasta/testing.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698