{"version":3,"file":"commons-app-es.array.map.js.9f40389da045da070d5d.js","mappings":"4HACA,IAAIA,EAAI,EAAQ,MACZC,EAAO,YAQXD,EAAE,CAAEE,OAAQ,QAASC,OAAO,EAAMC,QAPC,EAAQ,KAEjBC,CAA6B,QAKW,CAChEC,IAAK,SAAaC,GAChB,OAAON,EAAKO,KAAMD,EAAYE,UAAUC,OAAS,EAAID,UAAU,QAAKE,EACtE,G","sources":["webpack://grfanclub-webview/./node_modules/core-js/modules/es.array.map.js"],"sourcesContent":["'use strict';\nvar $ = require('../internals/export');\nvar $map = require('../internals/array-iteration').map;\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\n\nvar HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('map');\n\n// `Array.prototype.map` method\n// https://tc39.es/ecma262/#sec-array.prototype.map\n// with adding support of @@species\n$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {\n map: function map(callbackfn /* , thisArg */) {\n return $map(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n"],"names":["$","$map","target","proto","forced","arrayMethodHasSpeciesSupport","map","callbackfn","this","arguments","length","undefined"],"sourceRoot":""}