update modules
This commit is contained in:
3
node_modules/@ungap/url-search-params/cjs/index.js
generated
vendored
3
node_modules/@ungap/url-search-params/cjs/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};
|
||||
}
|
||||
};
|
||||
}
|
||||
|
1
node_modules/@ungap/url-search-params/cjs/package.json
generated
vendored
Normal file
1
node_modules/@ungap/url-search-params/cjs/package.json
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"type":"commonjs"}
|
Reference in New Issue
Block a user