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

Unified Diff: pkg/compiler/lib/src/js_backend/backend.dart

Issue 2123073003: remove dependency on compiler from resolution (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: fix tests Created 4 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/compiler/lib/src/js_backend/backend.dart
diff --git a/pkg/compiler/lib/src/js_backend/backend.dart b/pkg/compiler/lib/src/js_backend/backend.dart
index cbae71286b2011c603c27cd6c4d8b2aa968c2841..5eeb89bd2645fcd1ed71f9da24255624c4981f7f 100644
--- a/pkg/compiler/lib/src/js_backend/backend.dart
+++ b/pkg/compiler/lib/src/js_backend/backend.dart
@@ -232,8 +232,6 @@ class JavaScriptBackend extends Backend {
bool get supportsReflection => emitter.emitter.supportsReflection;
- bool get supportsAsyncAwait => true;
-
final Annotations annotations;
/// Set of classes that need to be considered for reflection although not

Powered by Google App Engine
This is Rietveld 408576698