Files
supplier-dispatch-h5/node_modules/.cache/babel-loader/ee3c002c3d9f795d52820aa53c75af21947850327a3f69f5eaec9bb5d41171ed.json
2023-08-11 10:45:20 +08:00

1 line
4.5 KiB
JSON

{"ast":null,"code":"'use strict';\n\nvar bind = require('function-bind');\nvar GetIntrinsic = require('get-intrinsic');\nvar $apply = GetIntrinsic('%Function.prototype.apply%');\nvar $call = GetIntrinsic('%Function.prototype.call%');\nvar $reflectApply = GetIntrinsic('%Reflect.apply%', true) || bind.call($call, $apply);\nvar $gOPD = GetIntrinsic('%Object.getOwnPropertyDescriptor%', true);\nvar $defineProperty = GetIntrinsic('%Object.defineProperty%', true);\nvar $max = GetIntrinsic('%Math.max%');\nif ($defineProperty) {\n try {\n $defineProperty({}, 'a', {\n value: 1\n });\n } catch (e) {\n // IE 8 has a broken defineProperty\n $defineProperty = null;\n }\n}\nmodule.exports = function callBind(originalFunction) {\n var func = $reflectApply(bind, $call, arguments);\n if ($gOPD && $defineProperty) {\n var desc = $gOPD(func, 'length');\n if (desc.configurable) {\n // original length, plus the receiver, minus any additional arguments (after the receiver)\n $defineProperty(func, 'length', {\n value: 1 + $max(0, originalFunction.length - (arguments.length - 1))\n });\n }\n }\n return func;\n};\nvar applyBind = function applyBind() {\n return $reflectApply(bind, $apply, arguments);\n};\nif ($defineProperty) {\n $defineProperty(module.exports, 'apply', {\n value: applyBind\n });\n} else {\n module.exports.apply = applyBind;\n}","map":{"version":3,"names":["bind","require","GetIntrinsic","$apply","$call","$reflectApply","call","$gOPD","$defineProperty","$max","value","e","module","exports","callBind","originalFunction","func","arguments","desc","configurable","length","applyBind","apply"],"sources":["C:/Users/zhouxueli/Desktop/scheduling-app/node_modules/call-bind/index.js"],"sourcesContent":["'use strict';\n\nvar bind = require('function-bind');\nvar GetIntrinsic = require('get-intrinsic');\n\nvar $apply = GetIntrinsic('%Function.prototype.apply%');\nvar $call = GetIntrinsic('%Function.prototype.call%');\nvar $reflectApply = GetIntrinsic('%Reflect.apply%', true) || bind.call($call, $apply);\n\nvar $gOPD = GetIntrinsic('%Object.getOwnPropertyDescriptor%', true);\nvar $defineProperty = GetIntrinsic('%Object.defineProperty%', true);\nvar $max = GetIntrinsic('%Math.max%');\n\nif ($defineProperty) {\n\ttry {\n\t\t$defineProperty({}, 'a', { value: 1 });\n\t} catch (e) {\n\t\t// IE 8 has a broken defineProperty\n\t\t$defineProperty = null;\n\t}\n}\n\nmodule.exports = function callBind(originalFunction) {\n\tvar func = $reflectApply(bind, $call, arguments);\n\tif ($gOPD && $defineProperty) {\n\t\tvar desc = $gOPD(func, 'length');\n\t\tif (desc.configurable) {\n\t\t\t// original length, plus the receiver, minus any additional arguments (after the receiver)\n\t\t\t$defineProperty(\n\t\t\t\tfunc,\n\t\t\t\t'length',\n\t\t\t\t{ value: 1 + $max(0, originalFunction.length - (arguments.length - 1)) }\n\t\t\t);\n\t\t}\n\t}\n\treturn func;\n};\n\nvar applyBind = function applyBind() {\n\treturn $reflectApply(bind, $apply, arguments);\n};\n\nif ($defineProperty) {\n\t$defineProperty(module.exports, 'apply', { value: applyBind });\n} else {\n\tmodule.exports.apply = applyBind;\n}\n"],"mappings":"AAAA,YAAY;;AAEZ,IAAIA,IAAI,GAAGC,OAAO,CAAC,eAAe,CAAC;AACnC,IAAIC,YAAY,GAAGD,OAAO,CAAC,eAAe,CAAC;AAE3C,IAAIE,MAAM,GAAGD,YAAY,CAAC,4BAA4B,CAAC;AACvD,IAAIE,KAAK,GAAGF,YAAY,CAAC,2BAA2B,CAAC;AACrD,IAAIG,aAAa,GAAGH,YAAY,CAAC,iBAAiB,EAAE,IAAI,CAAC,IAAIF,IAAI,CAACM,IAAI,CAACF,KAAK,EAAED,MAAM,CAAC;AAErF,IAAII,KAAK,GAAGL,YAAY,CAAC,mCAAmC,EAAE,IAAI,CAAC;AACnE,IAAIM,eAAe,GAAGN,YAAY,CAAC,yBAAyB,EAAE,IAAI,CAAC;AACnE,IAAIO,IAAI,GAAGP,YAAY,CAAC,YAAY,CAAC;AAErC,IAAIM,eAAe,EAAE;EACpB,IAAI;IACHA,eAAe,CAAC,CAAC,CAAC,EAAE,GAAG,EAAE;MAAEE,KAAK,EAAE;IAAE,CAAC,CAAC;EACvC,CAAC,CAAC,OAAOC,CAAC,EAAE;IACX;IACAH,eAAe,GAAG,IAAI;EACvB;AACD;AAEAI,MAAM,CAACC,OAAO,GAAG,SAASC,QAAQA,CAACC,gBAAgB,EAAE;EACpD,IAAIC,IAAI,GAAGX,aAAa,CAACL,IAAI,EAAEI,KAAK,EAAEa,SAAS,CAAC;EAChD,IAAIV,KAAK,IAAIC,eAAe,EAAE;IAC7B,IAAIU,IAAI,GAAGX,KAAK,CAACS,IAAI,EAAE,QAAQ,CAAC;IAChC,IAAIE,IAAI,CAACC,YAAY,EAAE;MACtB;MACAX,eAAe,CACdQ,IAAI,EACJ,QAAQ,EACR;QAAEN,KAAK,EAAE,CAAC,GAAGD,IAAI,CAAC,CAAC,EAAEM,gBAAgB,CAACK,MAAM,IAAIH,SAAS,CAACG,MAAM,GAAG,CAAC,CAAC;MAAE,CACxE,CAAC;IACF;EACD;EACA,OAAOJ,IAAI;AACZ,CAAC;AAED,IAAIK,SAAS,GAAG,SAASA,SAASA,CAAA,EAAG;EACpC,OAAOhB,aAAa,CAACL,IAAI,EAAEG,MAAM,EAAEc,SAAS,CAAC;AAC9C,CAAC;AAED,IAAIT,eAAe,EAAE;EACpBA,eAAe,CAACI,MAAM,CAACC,OAAO,EAAE,OAAO,EAAE;IAAEH,KAAK,EAAEW;EAAU,CAAC,CAAC;AAC/D,CAAC,MAAM;EACNT,MAAM,CAACC,OAAO,CAACS,KAAK,GAAGD,SAAS;AACjC"},"metadata":{},"sourceType":"script","externalDependencies":[]}