katoikia-app/web-ui/web-react/node_modules/.cache/babel-loader/23d6233ca0e1d83f491a1ca8571...

1 line
2.4 KiB
JSON

{"ast":null,"code":"var DESCRIPTORS = require('../internals/descriptors');\n\nvar hasOwn = require('../internals/has-own-property');\n\nvar FunctionPrototype = Function.prototype; // eslint-disable-next-line es-x/no-object-getownpropertydescriptor -- safe\n\nvar getDescriptor = DESCRIPTORS && Object.getOwnPropertyDescriptor;\nvar EXISTS = hasOwn(FunctionPrototype, 'name'); // additional protection from minified / mangled / dropped function names\n\nvar PROPER = EXISTS && function something() {\n /* empty */\n}.name === 'something';\n\nvar CONFIGURABLE = EXISTS && (!DESCRIPTORS || DESCRIPTORS && getDescriptor(FunctionPrototype, 'name').configurable);\nmodule.exports = {\n EXISTS: EXISTS,\n PROPER: PROPER,\n CONFIGURABLE: CONFIGURABLE\n};","map":{"version":3,"names":["DESCRIPTORS","require","hasOwn","FunctionPrototype","Function","prototype","getDescriptor","Object","getOwnPropertyDescriptor","EXISTS","PROPER","something","name","CONFIGURABLE","configurable","module","exports"],"sources":["/Users/paolasanchez/Desktop/Pry4/Katoikia/katoikia-app/web-ui/sakai-react/node_modules/core-js/internals/function-name.js"],"sourcesContent":["var DESCRIPTORS = require('../internals/descriptors');\nvar hasOwn = require('../internals/has-own-property');\n\nvar FunctionPrototype = Function.prototype;\n// eslint-disable-next-line es-x/no-object-getownpropertydescriptor -- safe\nvar getDescriptor = DESCRIPTORS && Object.getOwnPropertyDescriptor;\n\nvar EXISTS = hasOwn(FunctionPrototype, 'name');\n// additional protection from minified / mangled / dropped function names\nvar PROPER = EXISTS && (function something() { /* empty */ }).name === 'something';\nvar CONFIGURABLE = EXISTS && (!DESCRIPTORS || (DESCRIPTORS && getDescriptor(FunctionPrototype, 'name').configurable));\n\nmodule.exports = {\n EXISTS: EXISTS,\n PROPER: PROPER,\n CONFIGURABLE: CONFIGURABLE\n};\n"],"mappings":"AAAA,IAAIA,WAAW,GAAGC,OAAO,CAAC,0BAAD,CAAzB;;AACA,IAAIC,MAAM,GAAGD,OAAO,CAAC,+BAAD,CAApB;;AAEA,IAAIE,iBAAiB,GAAGC,QAAQ,CAACC,SAAjC,C,CACA;;AACA,IAAIC,aAAa,GAAGN,WAAW,IAAIO,MAAM,CAACC,wBAA1C;AAEA,IAAIC,MAAM,GAAGP,MAAM,CAACC,iBAAD,EAAoB,MAApB,CAAnB,C,CACA;;AACA,IAAIO,MAAM,GAAGD,MAAM,IAAK,SAASE,SAAT,GAAqB;EAAE;AAAa,CAArC,CAAuCC,IAAvC,KAAgD,WAAvE;;AACA,IAAIC,YAAY,GAAGJ,MAAM,KAAK,CAACT,WAAD,IAAiBA,WAAW,IAAIM,aAAa,CAACH,iBAAD,EAAoB,MAApB,CAAb,CAAyCW,YAA9E,CAAzB;AAEAC,MAAM,CAACC,OAAP,GAAiB;EACfP,MAAM,EAAEA,MADO;EAEfC,MAAM,EAAEA,MAFO;EAGfG,YAAY,EAAEA;AAHC,CAAjB"},"metadata":{},"sourceType":"script"}