1812c96d6f6ddbc31bdbc2438efb9b19.json 1.9 KB

1
  1. {"ast":null,"code":"var check = function (it) {\n return it && it.Math == Math && it;\n}; // https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\n\n\nmodule.exports = // eslint-disable-next-line es/no-global-this -- safe\ncheck(typeof globalThis == 'object' && globalThis) || check(typeof window == 'object' && window) || // eslint-disable-next-line no-restricted-globals -- safe\ncheck(typeof self == 'object' && self) || check(typeof global == 'object' && global) || // eslint-disable-next-line no-new-func -- fallback\nfunction () {\n return this;\n}() || Function('return this')();","map":{"version":3,"sources":["/Users/jane/Documents/Курс Front-end/HW8/myproject/node_modules/core-js-pure/internals/global.js"],"names":["check","it","Math","module","exports","globalThis","window","self","global","Function"],"mappings":"AAAA,IAAIA,KAAK,GAAG,UAAUC,EAAV,EAAc;AACxB,SAAOA,EAAE,IAAIA,EAAE,CAACC,IAAH,IAAWA,IAAjB,IAAyBD,EAAhC;AACD,CAFD,C,CAIA;;;AACAE,MAAM,CAACC,OAAP,GACE;AACAJ,KAAK,CAAC,OAAOK,UAAP,IAAqB,QAArB,IAAiCA,UAAlC,CAAL,IACAL,KAAK,CAAC,OAAOM,MAAP,IAAiB,QAAjB,IAA6BA,MAA9B,CADL,IAEA;AACAN,KAAK,CAAC,OAAOO,IAAP,IAAe,QAAf,IAA2BA,IAA5B,CAHL,IAIAP,KAAK,CAAC,OAAOQ,MAAP,IAAiB,QAAjB,IAA6BA,MAA9B,CAJL,IAKA;AACC,YAAY;AAAE,SAAO,IAAP;AAAc,CAA7B,EANA,IAMoCC,QAAQ,CAAC,aAAD,CAAR,EARtC","sourcesContent":["var check = function (it) {\n return it && it.Math == Math && it;\n};\n\n// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports =\n // eslint-disable-next-line es/no-global-this -- safe\n check(typeof globalThis == 'object' && globalThis) ||\n check(typeof window == 'object' && window) ||\n // eslint-disable-next-line no-restricted-globals -- safe\n check(typeof self == 'object' && self) ||\n check(typeof global == 'object' && global) ||\n // eslint-disable-next-line no-new-func -- fallback\n (function () { return this; })() || Function('return this')();\n"]},"metadata":{},"sourceType":"script"}