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

Unified Diff: lib/compiler/implementation/dart2js.dart

Issue 10332196: Start working on unparse validation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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: lib/compiler/implementation/dart2js.dart
diff --git a/lib/compiler/implementation/dart2js.dart b/lib/compiler/implementation/dart2js.dart
index bd2fd8a0a6d07da2dd9276a3105006e0a7a4a6e6..e8521e8de4d962f9f204978dff87a117aa8686cf 100644
--- a/lib/compiler/implementation/dart2js.dart
+++ b/lib/compiler/implementation/dart2js.dart
@@ -77,6 +77,7 @@ void compile(List<String> argv) {
out = cwd.resolve(nativeToUriPath(extractParameter(argument)));
}),
new OptionHandler('--allow-mock-compilation', passThrough),
+ new OptionHandler('--unparse-validation', passThrough),
new OptionHandler('--no-colors', (_) => colors.enabled = false),
new OptionHandler('--enable[_-]checked[_-]mode|--checked|-c',
(_) => passThrough('--enable-checked-mode')),
« lib/compiler/implementation/compiler.dart ('K') | « lib/compiler/implementation/compiler.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698