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

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

Issue 839323003: Implementation of async-await transformation on js ast. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Implement new ssa-nodes in ssa-tracer. Created 5 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
Index: pkg/compiler/lib/src/warnings.dart
diff --git a/pkg/compiler/lib/src/warnings.dart b/pkg/compiler/lib/src/warnings.dart
index 15098af7b643d0207a5eb5d9752ca15bd45fb7e8..394b08310d70935f7b14ab40eaac65cad276640f 100644
--- a/pkg/compiler/lib/src/warnings.dart
+++ b/pkg/compiler/lib/src/warnings.dart
@@ -2075,9 +2075,6 @@ Please include the following information:
" require a preamble file located in:\n"
" <sdk>/lib/_internal/compiler/js_lib/preambles.");
- static const MessageKind EXPERIMENTAL_ASYNC_AWAIT = const MessageKind(
- "Experimental language feature 'async/await' is not supported.");
-
static const MessageKind INVALID_STARRED_KEYWORD = const MessageKind(
"Invalid '#{keyword}' keyword.",
options: const ['--enable-async'],

Powered by Google App Engine
This is Rietveld 408576698