babel-runtime
Advanced tools
Comparing version 7.0.0-alpha.9 to 7.0.0-alpha.10
@@ -9,4 +9,8 @@ exports.__esModule = true; | ||
return function () { | ||
var gen = fn.apply(this, arguments); | ||
var _this = this, | ||
_arguments = arguments; | ||
return new _promise2.default(function (resolve, reject) { | ||
var gen = fn.apply(_this, _arguments); | ||
function step(key, arg) { | ||
@@ -13,0 +17,0 @@ try { |
@@ -5,4 +5,8 @@ exports.__esModule = true; | ||
return function () { | ||
var gen = fn.apply(this, arguments); | ||
var _this = this, | ||
_arguments = arguments; | ||
return new Promise(function (resolve, reject) { | ||
var gen = fn.apply(_this, _arguments); | ||
function step(key, arg) { | ||
@@ -9,0 +13,0 @@ try { |
export default function (fn) { | ||
return function () { | ||
var gen = fn.apply(this, arguments); | ||
var _this = this, | ||
_arguments = arguments; | ||
return new Promise(function (resolve, reject) { | ||
var gen = fn.apply(_this, _arguments); | ||
function step(key, arg) { | ||
@@ -6,0 +10,0 @@ try { |
import _Promise from "../../core-js/promise"; | ||
export default function (fn) { | ||
return function () { | ||
var gen = fn.apply(this, arguments); | ||
var _this = this, | ||
_arguments = arguments; | ||
return new _Promise(function (resolve, reject) { | ||
var gen = fn.apply(_this, _arguments); | ||
function step(key, arg) { | ||
@@ -7,0 +11,0 @@ try { |
{ | ||
"name": "babel-runtime", | ||
"version": "7.0.0-alpha.9", | ||
"version": "7.0.0-alpha.10", | ||
"description": "babel selfContained runtime", | ||
@@ -13,5 +13,5 @@ "license": "MIT", | ||
"devDependencies": { | ||
"babel-helpers": "7.0.0-alpha.9", | ||
"babel-plugin-transform-runtime": "7.0.0-alpha.9" | ||
"babel-helpers": "7.0.0-alpha.10", | ||
"babel-plugin-transform-runtime": "7.0.0-alpha.10" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
78208
1955