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

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

Issue 2982093003: Unifying compiler context (Closed)
Patch Set: revert change to kernel-service.dart Created 3 years, 5 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/command_line.dart
diff --git a/pkg/front_end/lib/src/fasta/command_line.dart b/pkg/front_end/lib/src/fasta/command_line.dart
index a36c59d6da6096aabbf3a5bf1bacca28f2cdba6d..322ae7f83bf2973e8d2745218e96c3f76b816d3b 100644
--- a/pkg/front_end/lib/src/fasta/command_line.dart
+++ b/pkg/front_end/lib/src/fasta/command_line.dart
@@ -27,6 +27,7 @@ class ParsedArguments {
toString() => "ParsedArguments($options, $arguments)";
}
+/// Abstract parser for command-line options.
class CommandLine {
final Map<String, dynamic> options;

Powered by Google App Engine
This is Rietveld 408576698