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

Unified Diff: sdk/lib/_internal/compiler/implementation/mirrors/analyze.dart

Issue 675113002: Support async/await in the dart2js frontend. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. comments Created 6 years, 1 month 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: sdk/lib/_internal/compiler/implementation/mirrors/analyze.dart
diff --git a/sdk/lib/_internal/compiler/implementation/mirrors/analyze.dart b/sdk/lib/_internal/compiler/implementation/mirrors/analyze.dart
index fe10b0fb30f5f59e666490dcbf7a5fb76fba7c25..4ba7616e4eecf2ae293347c96dbcd9799aa637bf 100644
--- a/sdk/lib/_internal/compiler/implementation/mirrors/analyze.dart
+++ b/sdk/lib/_internal/compiler/implementation/mirrors/analyze.dart
@@ -38,6 +38,7 @@ Future<MirrorSystem> analyze(List<Uri> libraries,
options.add('--analyze-signatures-only');
options.add('--analyze-all');
options.add('--categories=Client,Server');
+ options.add('--enable-async');
bool compilationFailed = false;
void internalDiagnosticHandler(Uri uri, int begin, int end,

Powered by Google App Engine
This is Rietveld 408576698