1 |
- {"ast":null,"code":"var NATIVE_BIND = require('../internals/function-bind-native');\n\nvar call = Function.prototype.call;\nmodule.exports = NATIVE_BIND ? call.bind(call) : function () {\n return call.apply(call, arguments);\n};","map":{"version":3,"sources":["/home/ilya/projects/NIX/homework/react-store/node_modules/core-js-pure/internals/function-call.js"],"names":["NATIVE_BIND","require","call","Function","prototype","module","exports","bind","apply","arguments"],"mappings":"AAAA,IAAIA,WAAW,GAAGC,OAAO,CAAC,mCAAD,CAAzB;;AAEA,IAAIC,IAAI,GAAGC,QAAQ,CAACC,SAAT,CAAmBF,IAA9B;AAEAG,MAAM,CAACC,OAAP,GAAiBN,WAAW,GAAGE,IAAI,CAACK,IAAL,CAAUL,IAAV,CAAH,GAAqB,YAAY;AAC3D,SAAOA,IAAI,CAACM,KAAL,CAAWN,IAAX,EAAiBO,SAAjB,CAAP;AACD,CAFD","sourcesContent":["var NATIVE_BIND = require('../internals/function-bind-native');\n\nvar call = Function.prototype.call;\n\nmodule.exports = NATIVE_BIND ? call.bind(call) : function () {\n return call.apply(call, arguments);\n};\n"]},"metadata":{},"sourceType":"script"}
|