From 26ce0b8c8b4850a47a6d4bf8df40213972148b5b Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Mon, 22 Dec 2014 21:37:40 +1100 Subject: [PATCH] switch to regenerator/runtime --- lib/6to5/polyfill.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/6to5/polyfill.js b/lib/6to5/polyfill.js index f6253cf6e9..56142ab93b 100644 --- a/lib/6to5/polyfill.js +++ b/lib/6to5/polyfill.js @@ -30,7 +30,7 @@ if (typeof Symbol === "undefined") { } require("es6-shim"); -require("./transformation/transformers/es6-generators/runtime"); +require("regenerator/runtime"); ensureSymbol("species");