regenerator-transform
Advanced tools
Comparing version 0.9.7 to 0.9.8
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
exports.__esModule = true; | ||
@@ -7,0 +5,0 @@ exports.default = function () { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
exports.__esModule = true; | ||
exports.runtimeProperty = runtimeProperty; | ||
@@ -7,0 +5,0 @@ exports.isReference = isReference; |
@@ -5,3 +5,3 @@ { | ||
"description": "Explode async and generator functions into a state machine.", | ||
"version": "0.9.7", | ||
"version": "0.9.8", | ||
"main": "lib/index.js", | ||
@@ -24,3 +24,3 @@ "keywords": [ | ||
"presets": [ | ||
"es2015" | ||
["es2015", { "loose": true }] | ||
], | ||
@@ -27,0 +27,0 @@ "plugins": [ |
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
113306
2969