reshow-runtime
Advanced tools
Comparing version 0.16.5 to 0.16.6
import { UNDEFINED } from "reshow-constant"; | ||
import typeIs from "./getTypeOf"; | ||
export default function _asyncIterator(iterable) { | ||
@@ -3,0 +4,0 @@ var method, |
"use strict"; | ||
var _interopRequireDefault = require("reshow-runtime/helpers/interopRequireDefault"); | ||
Object.defineProperty(exports, "__esModule", { | ||
@@ -10,2 +12,4 @@ value: true | ||
var _getTypeOf = _interopRequireDefault(require("./getTypeOf")); | ||
function _asyncIterator(iterable) { | ||
@@ -17,3 +21,3 @@ var method, | ||
for (_reshowConstant.UNDEFINED != typeIs(Symbol) && (async = Symbol.asyncIterator, sync = Symbol.iterator); retry--;) { | ||
for (_reshowConstant.UNDEFINED != (0, _getTypeOf["default"])(Symbol) && (async = Symbol.asyncIterator, sync = Symbol.iterator); retry--;) { | ||
if (async && null != (method = iterable[async])) return method.call(iterable); | ||
@@ -20,0 +24,0 @@ if (sync && null != (method = iterable[sync])) return new AsyncFromSyncIterator(method.call(iterable)); |
{ | ||
"name": "reshow-runtime", | ||
"version": "0.16.5", | ||
"version": "0.16.6", | ||
"description": "Babel runtime alternative", | ||
@@ -5,0 +5,0 @@ "repository": "react-atomic/reshow", |
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
61325
1717