{"version":3,"file":"commons-app-array-species-create.js.5c7288985f0d7f403df5.js","mappings":"+GAAA,IAAIA,EAA0B,EAAQ,MAItCC,EAAOC,QAAU,SAAUC,EAAeC,GACxC,OAAO,IAAKJ,EAAwBG,GAA7B,CAAwD,IAAXC,EAAe,EAAIA,EACzE,C","sources":["webpack://grfanclub-webview/./node_modules/core-js/internals/array-species-create.js"],"sourcesContent":["var arraySpeciesConstructor = require('../internals/array-species-constructor');\n\n// `ArraySpeciesCreate` abstract operation\n// https://tc39.es/ecma262/#sec-arrayspeciescreate\nmodule.exports = function (originalArray, length) {\n return new (arraySpeciesConstructor(originalArray))(length === 0 ? 0 : length);\n};\n"],"names":["arraySpeciesConstructor","module","exports","originalArray","length"],"sourceRoot":""}