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

Unified Diff: pkg/compiler/lib/src/resolution/resolution.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/resolution/resolution.dart
diff --git a/pkg/compiler/lib/src/resolution/resolution.dart b/pkg/compiler/lib/src/resolution/resolution.dart
index 3489fbdeac6e92be63a784c4b1c7bf9dce343ad2..7ffaa73a54bc8f9fc995bf4a800469bfd8d06f9d 100644
--- a/pkg/compiler/lib/src/resolution/resolution.dart
+++ b/pkg/compiler/lib/src/resolution/resolution.dart
@@ -15,6 +15,8 @@ import '../tree/tree.dart';
import '../scanner/scannerlib.dart';
import '../elements/elements.dart';
+import '../js_backend/js_backend.dart';
floitsch 2015/02/02 22:00:10 That feels fishy. Why would the resolution need to
sigurdm 2015/02/03 16:59:31 It is actually not needed anymore. It was a hack d
+
import '../elements/modelx.dart' show
BaseClassElementX,
BaseFunctionElementX,

Powered by Google App Engine
This is Rietveld 408576698