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

Unified Diff: pkg/compiler/lib/src/commandline_options.dart

Issue 1975153002: Support (de)serialization from command-line (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 years, 7 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/compiler/lib/src/commandline_options.dart
diff --git a/pkg/compiler/lib/src/commandline_options.dart b/pkg/compiler/lib/src/commandline_options.dart
index 9c0c2449cec994a30fb9e39e92453f03d22da771..900ea3637bf46733a1d6333ab4774c2807de3f12 100644
--- a/pkg/compiler/lib/src/commandline_options.dart
+++ b/pkg/compiler/lib/src/commandline_options.dart
@@ -58,4 +58,8 @@ class Flags {
class Option {
static const String showPackageWarnings =
'${Flags.showPackageWarnings}|${Flags.showPackageWarnings}=.*';
+
+ // Experimental options.
Siggi Cherem (dart-lang) 2016/05/14 01:10:31 Several ideas/comments about how to expose the fla
Johnni Winther 2016/05/17 12:37:33 The --serialization-X are not meant to last but we
Siggi Cherem (dart-lang) 2016/05/17 21:54:25 I understand, I was also thinking we'd keep the ne
+ static const String serializationSource = '--serialization-source=.+';
+ static const String serializationTarget = '--serialization-target=.+';
}

Powered by Google App Engine
This is Rietveld 408576698