1 line
5.3 KiB
JSON
1 line
5.3 KiB
JSON
{"ast":null,"code":"'use strict';\n\nvar fails = require('../internals/fails');\n\nvar isCallable = require('../internals/is-callable');\n\nvar create = require('../internals/object-create');\n\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\n\nvar defineBuiltIn = require('../internals/define-built-in');\n\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar IS_PURE = require('../internals/is-pure');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar BUGGY_SAFARI_ITERATORS = false; // `%IteratorPrototype%` object\n// https://tc39.es/ecma262/#sec-%iteratorprototype%-object\n\nvar IteratorPrototype, PrototypeOfArrayIteratorPrototype, arrayIterator;\n/* eslint-disable es-x/no-array-prototype-keys -- safe */\n\nif ([].keys) {\n arrayIterator = [].keys(); // Safari 8 has buggy iterators w/o `next`\n\n if (!('next' in arrayIterator)) BUGGY_SAFARI_ITERATORS = true;else {\n PrototypeOfArrayIteratorPrototype = getPrototypeOf(getPrototypeOf(arrayIterator));\n if (PrototypeOfArrayIteratorPrototype !== Object.prototype) IteratorPrototype = PrototypeOfArrayIteratorPrototype;\n }\n}\n\nvar NEW_ITERATOR_PROTOTYPE = IteratorPrototype == undefined || fails(function () {\n var test = {}; // FF44- legacy iterators case\n\n return IteratorPrototype[ITERATOR].call(test) !== test;\n});\nif (NEW_ITERATOR_PROTOTYPE) IteratorPrototype = {};else if (IS_PURE) IteratorPrototype = create(IteratorPrototype); // `%IteratorPrototype%[@@iterator]()` method\n// https://tc39.es/ecma262/#sec-%iteratorprototype%-@@iterator\n\nif (!isCallable(IteratorPrototype[ITERATOR])) {\n defineBuiltIn(IteratorPrototype, ITERATOR, function () {\n return this;\n });\n}\n\nmodule.exports = {\n IteratorPrototype: IteratorPrototype,\n BUGGY_SAFARI_ITERATORS: BUGGY_SAFARI_ITERATORS\n};","map":{"version":3,"names":["fails","require","isCallable","create","getPrototypeOf","defineBuiltIn","wellKnownSymbol","IS_PURE","ITERATOR","BUGGY_SAFARI_ITERATORS","IteratorPrototype","PrototypeOfArrayIteratorPrototype","arrayIterator","keys","Object","prototype","NEW_ITERATOR_PROTOTYPE","undefined","test","call","module","exports"],"sources":["/Users/paolasanchez/Desktop/Pry4/Katoikia/katoikia-app/web-ui/sakai-react/node_modules/core-js/internals/iterators-core.js"],"sourcesContent":["'use strict';\nvar fails = require('../internals/fails');\nvar isCallable = require('../internals/is-callable');\nvar create = require('../internals/object-create');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar defineBuiltIn = require('../internals/define-built-in');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar IS_PURE = require('../internals/is-pure');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar BUGGY_SAFARI_ITERATORS = false;\n\n// `%IteratorPrototype%` object\n// https://tc39.es/ecma262/#sec-%iteratorprototype%-object\nvar IteratorPrototype, PrototypeOfArrayIteratorPrototype, arrayIterator;\n\n/* eslint-disable es-x/no-array-prototype-keys -- safe */\nif ([].keys) {\n arrayIterator = [].keys();\n // Safari 8 has buggy iterators w/o `next`\n if (!('next' in arrayIterator)) BUGGY_SAFARI_ITERATORS = true;\n else {\n PrototypeOfArrayIteratorPrototype = getPrototypeOf(getPrototypeOf(arrayIterator));\n if (PrototypeOfArrayIteratorPrototype !== Object.prototype) IteratorPrototype = PrototypeOfArrayIteratorPrototype;\n }\n}\n\nvar NEW_ITERATOR_PROTOTYPE = IteratorPrototype == undefined || fails(function () {\n var test = {};\n // FF44- legacy iterators case\n return IteratorPrototype[ITERATOR].call(test) !== test;\n});\n\nif (NEW_ITERATOR_PROTOTYPE) IteratorPrototype = {};\nelse if (IS_PURE) IteratorPrototype = create(IteratorPrototype);\n\n// `%IteratorPrototype%[@@iterator]()` method\n// https://tc39.es/ecma262/#sec-%iteratorprototype%-@@iterator\nif (!isCallable(IteratorPrototype[ITERATOR])) {\n defineBuiltIn(IteratorPrototype, ITERATOR, function () {\n return this;\n });\n}\n\nmodule.exports = {\n IteratorPrototype: IteratorPrototype,\n BUGGY_SAFARI_ITERATORS: BUGGY_SAFARI_ITERATORS\n};\n"],"mappings":"AAAA;;AACA,IAAIA,KAAK,GAAGC,OAAO,CAAC,oBAAD,CAAnB;;AACA,IAAIC,UAAU,GAAGD,OAAO,CAAC,0BAAD,CAAxB;;AACA,IAAIE,MAAM,GAAGF,OAAO,CAAC,4BAAD,CAApB;;AACA,IAAIG,cAAc,GAAGH,OAAO,CAAC,sCAAD,CAA5B;;AACA,IAAII,aAAa,GAAGJ,OAAO,CAAC,8BAAD,CAA3B;;AACA,IAAIK,eAAe,GAAGL,OAAO,CAAC,gCAAD,CAA7B;;AACA,IAAIM,OAAO,GAAGN,OAAO,CAAC,sBAAD,CAArB;;AAEA,IAAIO,QAAQ,GAAGF,eAAe,CAAC,UAAD,CAA9B;AACA,IAAIG,sBAAsB,GAAG,KAA7B,C,CAEA;AACA;;AACA,IAAIC,iBAAJ,EAAuBC,iCAAvB,EAA0DC,aAA1D;AAEA;;AACA,IAAI,GAAGC,IAAP,EAAa;EACXD,aAAa,GAAG,GAAGC,IAAH,EAAhB,CADW,CAEX;;EACA,IAAI,EAAE,UAAUD,aAAZ,CAAJ,EAAgCH,sBAAsB,GAAG,IAAzB,CAAhC,KACK;IACHE,iCAAiC,GAAGP,cAAc,CAACA,cAAc,CAACQ,aAAD,CAAf,CAAlD;IACA,IAAID,iCAAiC,KAAKG,MAAM,CAACC,SAAjD,EAA4DL,iBAAiB,GAAGC,iCAApB;EAC7D;AACF;;AAED,IAAIK,sBAAsB,GAAGN,iBAAiB,IAAIO,SAArB,IAAkCjB,KAAK,CAAC,YAAY;EAC/E,IAAIkB,IAAI,GAAG,EAAX,CAD+E,CAE/E;;EACA,OAAOR,iBAAiB,CAACF,QAAD,CAAjB,CAA4BW,IAA5B,CAAiCD,IAAjC,MAA2CA,IAAlD;AACD,CAJmE,CAApE;AAMA,IAAIF,sBAAJ,EAA4BN,iBAAiB,GAAG,EAApB,CAA5B,KACK,IAAIH,OAAJ,EAAaG,iBAAiB,GAAGP,MAAM,CAACO,iBAAD,CAA1B,C,CAElB;AACA;;AACA,IAAI,CAACR,UAAU,CAACQ,iBAAiB,CAACF,QAAD,CAAlB,CAAf,EAA8C;EAC5CH,aAAa,CAACK,iBAAD,EAAoBF,QAApB,EAA8B,YAAY;IACrD,OAAO,IAAP;EACD,CAFY,CAAb;AAGD;;AAEDY,MAAM,CAACC,OAAP,GAAiB;EACfX,iBAAiB,EAAEA,iBADJ;EAEfD,sBAAsB,EAAEA;AAFT,CAAjB"},"metadata":{},"sourceType":"script"} |