{"version":3,"sources":["node_modules\\babel-polyfill\\node_modules\\core-js\\modules\\es6.array.map.js"],"names":["$export","require","$map","P","F","map","callbackfn","arguments"],"mappings":"AAAA;AACA,GAAIA,SAAUC,QAAQ,WAAR,CAAd;AACIC,KAAUD,QAAQ,kBAAR,EAA4B,CAA5B,CADd;;AAGAD,QAAQA,QAAQG,CAAR,CAAYH,QAAQI,CAAR,CAAY,CAACH,QAAQ,kBAAR,EAA4B,GAAGI,GAA/B,CAAoC,IAApC,CAAjC,CAA4E,OAA5E,CAAqF;;AAEnFA,IAAK,QAASA,IAAT,CAAaC,UAAb,CAAwC;AAC3C,MAAOJ,MAAK,IAAL,CAAWI,UAAX,CAAuBC,UAAU,CAAV,CAAvB,CAAP;AACD,CAJkF,CAArF","file":"es6.array.map.js","sourceRoot":"d:/Work/Office/react-native-on-web/cli/tmpl/project","sourcesContent":["'use strict';\nvar $export = require('./_export')\n  , $map    = require('./_array-methods')(1);\n\n$export($export.P + $export.F * !require('./_strict-method')([].map, true), 'Array', {\n  // 22.1.3.15 / 15.4.4.19 Array.prototype.map(callbackfn [, thisArg])\n  map: function map(callbackfn /* , thisArg */){\n    return $map(this, callbackfn, arguments[1]);\n  }\n});"]}