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

Unified Diff: pkg/dart_parser/lib/dart_parser.dart

Issue 2664593002: Port parser and scanner fixes from rasta branch. (Closed)
Patch Set: Update status files. Created 3 years, 11 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/dart_parser/lib/dart_parser.dart
diff --git a/pkg/dart_parser/lib/dart_parser.dart b/pkg/dart_parser/lib/dart_parser.dart
index af906b7b6291014ed0804ef87251c7c419256e84..432d7a9a36b9e7ce725cdef892d630da5da3e29c 100644
--- a/pkg/dart_parser/lib/dart_parser.dart
+++ b/pkg/dart_parser/lib/dart_parser.dart
@@ -18,7 +18,6 @@ import 'src/listener.dart' show
export 'src/parser.dart' show
Parser,
- closeBraceFor,
optional;
export 'src/listener.dart' show

Powered by Google App Engine
This is Rietveld 408576698