simplify runtime transformer traversal and add a catch-all - fixes #1248

This commit is contained in:
Sebastian McKenzie
2015-04-13 09:20:28 -07:00
parent 5f8667eaa7
commit 087c714098
5 changed files with 99 additions and 30 deletions

View File

@@ -0,0 +1 @@
Promise.resolve;

View File

@@ -0,0 +1,5 @@
"use strict";
var _Promise = require("babel-runtime/core-js/promise")["default"];
_Promise.resolve;