{"version":3,"sources":["node_modules\\babel-polyfill\\node_modules\\core-js\\modules\\es6.array.reduce.js"],"names":["$export","require","$reduce","P","F","reduce","callbackfn","arguments","length"],"mappings":"AAAA;AACA,GAAIA,SAAUC,QAAQ,WAAR,CAAd;AACIC,QAAUD,QAAQ,iBAAR,CADd;;AAGAD,QAAQA,QAAQG,CAAR,CAAYH,QAAQI,CAAR,CAAY,CAACH,QAAQ,kBAAR,EAA4B,GAAGI,MAA/B,CAAuC,IAAvC,CAAjC,CAA+E,OAA/E,CAAwF;;AAEtFA,OAAQ,QAASA,OAAT,CAAgBC,UAAhB,CAAgD;AACtD,MAAOJ,SAAQ,IAAR,CAAcI,UAAd,CAA0BC,UAAUC,MAApC,CAA4CD,UAAU,CAAV,CAA5C,CAA0D,KAA1D,CAAP;AACD,CAJqF,CAAxF","file":"es6.array.reduce.js","sourceRoot":"d:/Work/Office/react-native-on-web/cli/tmpl/project","sourcesContent":["'use strict';\nvar $export = require('./_export')\n  , $reduce = require('./_array-reduce');\n\n$export($export.P + $export.F * !require('./_strict-method')([].reduce, true), 'Array', {\n  // 22.1.3.18 / 15.4.4.21 Array.prototype.reduce(callbackfn [, initialValue])\n  reduce: function reduce(callbackfn /* , initialValue */){\n    return $reduce(this, callbackfn, arguments.length, arguments[1], false);\n  }\n});"]}