7cfe9c2925c1aa028638daf2102bbd8f.json 919 Bytes
{"ast":null,"code":"// `RequireObjectCoercible` abstract operation\n// https://tc39.github.io/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":["C:/Users/kkwan_000/Desktop/git/2017110269/minsung/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.github.io/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"}