{"version":3,"sources":["node_modules\\babel-polyfill\\node_modules\\core-js\\modules\\_array-species-create.js"],"names":["speciesConstructor","require","module","exports","original","length"],"mappings":";AACA,GAAIA,oBAAqBC,QAAQ,8BAAR,CAAzB;;AAEAC,OAAOC,OAAP,CAAiB,SAASC,QAAT,CAAmBC,MAAnB,CAA0B;AACzC,MAAO,KAAKL,mBAAmBI,QAAnB,CAAL,EAAmCC,MAAnC,CAAP;AACD,CAFD","file":"_array-species-create.js","sourceRoot":"d:/Work/Office/react-native-on-web/cli/tmpl/project","sourcesContent":["// 9.4.2.3 ArraySpeciesCreate(originalArray, length)\nvar speciesConstructor = require('./_array-species-constructor');\n\nmodule.exports = function(original, length){\n  return new (speciesConstructor(original))(length);\n};"]}