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

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

Issue 2650813002: Restructure parser error handling and recovery. (Closed)
Patch Set: Address comments. 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
« no previous file with comments | « pkg/compiler/lib/src/parser/node_listener.dart ('k') | pkg/dart_parser/lib/src/error_kind.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b1b56897f31a7dc1c9bf46f55e025582ff449b6d..af906b7b6291014ed0804ef87251c7c419256e84 100644
--- a/pkg/dart_parser/lib/dart_parser.dart
+++ b/pkg/dart_parser/lib/dart_parser.dart
@@ -17,12 +17,13 @@ import 'src/listener.dart' show
ParserError;
export 'src/parser.dart' show
- Parser;
+ Parser,
+ closeBraceFor,
+ optional;
export 'src/listener.dart' show
Listener,
- ParserError,
- closeBraceFor;
+ ParserError;
export 'src/error_kind.dart' show
ErrorKind;
« no previous file with comments | « pkg/compiler/lib/src/parser/node_listener.dart ('k') | pkg/dart_parser/lib/src/error_kind.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698