qauMaWeb/node_modules/.cache/babel-loader/66dc5e8c5dae37ddaf2ce1da973...

1 line
4.2 KiB
JSON
Raw Normal View History

2024-10-13 18:02:27 +08:00
{"ast":null,"code":"import \"core-js/modules/es.error.cause.js\";\nvar wmUniqueIndex = Math.round(Math.random() * 9);\nvar supportDefineProperty = typeof Object.defineProperty === 'function';\n\nvar WeakMap = function () {\n function WeakMap() {\n this._id = '__ec_inner_' + wmUniqueIndex++;\n }\n\n WeakMap.prototype.get = function (key) {\n return this._guard(key)[this._id];\n };\n\n WeakMap.prototype.set = function (key, value) {\n var target = this._guard(key);\n\n if (supportDefineProperty) {\n Object.defineProperty(target, this._id, {\n value: value,\n enumerable: false,\n configurable: true\n });\n } else {\n target[this._id] = value;\n }\n\n return this;\n };\n\n WeakMap.prototype[\"delete\"] = function (key) {\n if (this.has(key)) {\n delete this._guard(key)[this._id];\n return true;\n }\n\n return false;\n };\n\n WeakMap.prototype.has = function (key) {\n return !!this._guard(key)[this._id];\n };\n\n WeakMap.prototype._guard = function (key) {\n if (key !== Object(key)) {\n throw TypeError('Value of WeakMap is not a non-null object.');\n }\n\n return key;\n };\n\n return WeakMap;\n}();\n\nexport default WeakMap;","map":{"version":3,"sources":["D:/Work/WorkSpace/GitWorkSpace/TenShop/resource/ElectronicMall/src/ElectronicMallVue/node_modules/zrender/lib/core/WeakMap.js"],"names":["wmUniqueIndex","Math","round","random","supportDefineProperty","Object","defineProperty","WeakMap","_id","prototype","get","key","_guard","set","value","target","enumerable","configurable","has","TypeError"],"mappings":";AAAA,IAAIA,aAAa,GAAGC,IAAI,CAACC,KAAL,CAAWD,IAAI,CAACE,MAAL,KAAgB,CAA3B,CAApB;AACA,IAAIC,qBAAqB,GAAG,OAAOC,MAAM,CAACC,cAAd,KAAiC,UAA7D;;AACA,IAAIC,OAAO,GAAI,YAAY;AACvB,WAASA,OAAT,GAAmB;AACf,SAAKC,GAAL,GAAW,gBAAgBR,aAAa,EAAxC;AACH;;AACDO,EAAAA,OAAO,CAACE,SAAR,CAAkBC,GAAlB,GAAwB,UAAUC,GAAV,EAAe;AACnC,WAAO,KAAKC,MAAL,CAAYD,GAAZ,EAAiB,KAAKH,GAAtB,CAAP;AACH,GAFD;;AAGAD,EAAAA,OAAO,CAACE,SAAR,CAAkBI,GAAlB,GAAwB,UAAUF,GAAV,EAAeG,KAAf,EAAsB;AAC1C,QAAIC,MAAM,GAAG,KAAKH,MAAL,CAAYD,GAAZ,CAAb;;AACA,QAAIP,qBAAJ,EAA2B;AACvBC,MAAAA,MAAM,CAACC,cAAP,CAAsBS,MAAtB,EAA8B,KAAKP,GAAnC,EAAwC;AACpCM,QAAAA,KAAK,EAAEA,KAD6B;AAEpCE,QAAAA,UAAU,EAAE,KAFwB;AAGpCC,QAAAA,YAAY,EAAE;AAHsB,OAAxC;AAKH,KAND,MAOK;AACDF,MAAAA,MAAM,CAAC,KAAKP,GAAN,CAAN,GAAmBM,KAAnB;AACH;;AACD,WAAO,IAAP;AACH,GAbD;;AAcAP,EAAAA,OAAO,CAACE,SAAR,CAAkB,QAAlB,IAA8B,UAAUE,GAAV,EAAe;AACzC,QAAI,KAAKO,GAAL,CAASP,GAAT,CAAJ,EAAmB;AACf,aAAO,KAAKC,MAAL,CAAYD,GAAZ,EAAiB,KAAKH,GAAtB,CAAP;AACA,aAAO,IAAP;AACH;;AACD,WAAO,KAAP;AACH,GAND;;AAOAD,EAAAA,OAAO,CAACE,SAAR,CAAkBS,GAAlB,GAAwB,UAAUP,GAAV,EAAe;AACnC,WAAO,CAAC,CAAC,KAAKC,MAAL,CAAYD,GAAZ,EAAiB,KAAKH,GAAtB,CAAT;AACH,GAFD;;AAGAD,EAAAA,OAAO,CAACE,SAAR,CAAkBG,MAAlB,GAA2B,UAAUD,GAAV,EAAe;AACtC,QAAIA,GAAG,KAAKN,MAAM,CAACM,GAAD,CAAlB,EAAyB;AACrB,YAAMQ,SAAS,CAAC,4CAAD,CAAf;AACH;;AACD,WAAOR,GAAP;AACH,GALD;;AAMA,SAAOJ,OAAP;AACH,CAtCc,EAAf;;AAuCA,eAAeA,OAAf","sourcesContent":["var wmUniqueIndex = Math.round(Math.random() * 9);\nvar supportDefineProperty = typeof Object.defineProperty === 'function';\nvar WeakMap = (function () {\n function WeakMap() {\n this._id = '__ec_inner_' + wmUniqueIndex++;\n }\n WeakMap.prototype.get = function (key) {\n return this._guard(key)[this._id];\n };\n WeakMap.prototype.set = function (key, value) {\n var target = this._guard(key);\n if (supportDefineProperty) {\n Object.defineProperty(target, this._id, {\n value: value,\n enumerable: false,\n configurable: true\n });\n }\n else {\n target[this._id] = value;\n }\n return this;\n };\n WeakMap.prototype[\"delete\"] = function (key) {\n if (this.has(key)) {\n delete this._guard(key)[this._id];\n return true;\n }\n return false;\n };\n WeakMap.prototype.has = function (key) {\n return !!this._guard(key)[this._id];\n };\n WeakMap.prototype._guard = function (k