update modules
This commit is contained in:
3
node_modules/@ungap/url-search-params/index.js
generated
vendored
3
node_modules/@ungap/url-search-params/index.js
generated
vendored
@@ -245,12 +245,13 @@ try {
|
||||
function iterator(self, callback) {
|
||||
var items = [];
|
||||
self.forEach(callback, items);
|
||||
/* istanbul ignore next */
|
||||
return iterable ?
|
||||
items[Symbol.iterator]() :
|
||||
{
|
||||
next: function() {
|
||||
var value = items.shift();
|
||||
return {done: value === undefined, value: value};
|
||||
return {done: value === void 0, value: value};
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user