@douyinfe/semi-illustrations 2.1.5 → 2.2.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1293,9 +1293,9 @@ var Iterators = __webpack_require__("m/wn");
|
|
|
1293
1293
|
|
|
1294
1294
|
var returnThis = function () { return this; };
|
|
1295
1295
|
|
|
1296
|
-
module.exports = function (IteratorConstructor, NAME, next) {
|
|
1296
|
+
module.exports = function (IteratorConstructor, NAME, next, ENUMERABLE_NEXT) {
|
|
1297
1297
|
var TO_STRING_TAG = NAME + ' Iterator';
|
|
1298
|
-
IteratorConstructor.prototype = create(IteratorPrototype, { next: createPropertyDescriptor(
|
|
1298
|
+
IteratorConstructor.prototype = create(IteratorPrototype, { next: createPropertyDescriptor(+!ENUMERABLE_NEXT, next) });
|
|
1299
1299
|
setToStringTag(IteratorConstructor, TO_STRING_TAG, false, true);
|
|
1300
1300
|
Iterators[TO_STRING_TAG] = returnThis;
|
|
1301
1301
|
return IteratorConstructor;
|
|
@@ -2717,7 +2717,7 @@ var store = __webpack_require__("yULr");
|
|
|
2717
2717
|
(module.exports = function (key, value) {
|
|
2718
2718
|
return store[key] || (store[key] = value !== undefined ? value : {});
|
|
2719
2719
|
})('versions', []).push({
|
|
2720
|
-
version: '3.19.
|
|
2720
|
+
version: '3.19.3',
|
|
2721
2721
|
mode: IS_PURE ? 'pure' : 'global',
|
|
2722
2722
|
copyright: '© 2021 Denis Pushkarev (zloirock.ru)'
|
|
2723
2723
|
});
|
|
@@ -5878,8 +5878,7 @@ function _interopRequireDefault(obj) {
|
|
|
5878
5878
|
};
|
|
5879
5879
|
}
|
|
5880
5880
|
|
|
5881
|
-
module.exports = _interopRequireDefault;
|
|
5882
|
-
module.exports["default"] = module.exports, module.exports.__esModule = true;
|
|
5881
|
+
module.exports = _interopRequireDefault, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
5883
5882
|
|
|
5884
5883
|
/***/ }),
|
|
5885
5884
|
|