89f862d207ecd1329e7975be9804e6f2.json 2.2 KB

1
  1. {"ast":null,"code":"var global = require('../internals/global');\n\nvar uncurryThis = require('../internals/function-uncurry-this');\n\nvar fails = require('../internals/fails');\n\nvar classof = require('../internals/classof-raw');\n\nvar Object = global.Object;\nvar split = uncurryThis(''.split); // fallback for non-array-like ES3 and non-enumerable old V8 strings\n\nmodule.exports = fails(function () {\n // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n // eslint-disable-next-line no-prototype-builtins -- safe\n return !Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n return classof(it) == 'String' ? split(it, '') : Object(it);\n} : Object;","map":{"version":3,"sources":["/home/ilya/projects/NIX/homework/react/react-store/node_modules/core-js-pure/internals/indexed-object.js"],"names":["global","require","uncurryThis","fails","classof","Object","split","module","exports","propertyIsEnumerable","it"],"mappings":"AAAA,IAAIA,MAAM,GAAGC,OAAO,CAAC,qBAAD,CAApB;;AACA,IAAIC,WAAW,GAAGD,OAAO,CAAC,oCAAD,CAAzB;;AACA,IAAIE,KAAK,GAAGF,OAAO,CAAC,oBAAD,CAAnB;;AACA,IAAIG,OAAO,GAAGH,OAAO,CAAC,0BAAD,CAArB;;AAEA,IAAII,MAAM,GAAGL,MAAM,CAACK,MAApB;AACA,IAAIC,KAAK,GAAGJ,WAAW,CAAC,GAAGI,KAAJ,CAAvB,C,CAEA;;AACAC,MAAM,CAACC,OAAP,GAAiBL,KAAK,CAAC,YAAY;AACjC;AACA;AACA,SAAO,CAACE,MAAM,CAAC,GAAD,CAAN,CAAYI,oBAAZ,CAAiC,CAAjC,CAAR;AACD,CAJqB,CAAL,GAIZ,UAAUC,EAAV,EAAc;AACjB,SAAON,OAAO,CAACM,EAAD,CAAP,IAAe,QAAf,GAA0BJ,KAAK,CAACI,EAAD,EAAK,EAAL,CAA/B,GAA0CL,MAAM,CAACK,EAAD,CAAvD;AACD,CANgB,GAMbL,MANJ","sourcesContent":["var global = require('../internals/global');\nvar uncurryThis = require('../internals/function-uncurry-this');\nvar fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\n\nvar Object = global.Object;\nvar split = uncurryThis(''.split);\n\n// fallback for non-array-like ES3 and non-enumerable old V8 strings\nmodule.exports = fails(function () {\n // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n // eslint-disable-next-line no-prototype-builtins -- safe\n return !Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n return classof(it) == 'String' ? split(it, '') : Object(it);\n} : Object;\n"]},"metadata":{},"sourceType":"script"}