first
This commit is contained in:
8
node_modules/core-js/internals/promise-statics-incorrect-iteration.js
generated
vendored
Normal file
8
node_modules/core-js/internals/promise-statics-incorrect-iteration.js
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
'use strict';
|
||||
var NativePromiseConstructor = require('../internals/promise-native-constructor');
|
||||
var checkCorrectnessOfIteration = require('../internals/check-correctness-of-iteration');
|
||||
var FORCED_PROMISE_CONSTRUCTOR = require('../internals/promise-constructor-detection').CONSTRUCTOR;
|
||||
|
||||
module.exports = FORCED_PROMISE_CONSTRUCTOR || !checkCorrectnessOfIteration(function (iterable) {
|
||||
NativePromiseConstructor.all(iterable).then(undefined, function () { /* empty */ });
|
||||
});
|
Reference in New Issue
Block a user