1 |
- {"ast":null,"code":"// `RequireObjectCoercible` abstract operation\n// https://tc39.es/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};","map":{"version":3,"sources":["/Users/jane/Documents/Курс Front-end/HW8/myproject/node_modules/core-js-pure/internals/require-object-coercible.js"],"names":["module","exports","it","undefined","TypeError"],"mappings":"AAAA;AACA;AACAA,MAAM,CAACC,OAAP,GAAiB,UAAUC,EAAV,EAAc;AAC7B,MAAIA,EAAE,IAAIC,SAAV,EAAqB,MAAMC,SAAS,CAAC,0BAA0BF,EAA3B,CAAf;AACrB,SAAOA,EAAP;AACD,CAHD","sourcesContent":["// `RequireObjectCoercible` abstract operation\n// https://tc39.es/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n"]},"metadata":{},"sourceType":"script"}
|