rn-web-cli
Version:
React Native for Web
1 lines • 1.05 kB
Source Map (JSON)
{"version":3,"sources":["node_modules\\babel-polyfill\\node_modules\\core-js\\modules\\es7.array.includes.js"],"names":["$export","require","$includes","P","includes","el","arguments","length","undefined"],"mappings":"AAAA;;AAEA,GAAIA,SAAYC,QAAQ,WAAR,CAAhB;AACIC,UAAYD,QAAQ,mBAAR,EAA6B,IAA7B,CADhB;;AAGAD,QAAQA,QAAQG,CAAhB,CAAmB,OAAnB,CAA4B;AAC1BC,SAAU,QAASA,SAAT,CAAkBC,EAAlB,CAA0C;AAClD,MAAOH,WAAU,IAAV,CAAgBG,EAAhB,CAAoBC,UAAUC,MAAV,CAAmB,CAAnB,CAAuBD,UAAU,CAAV,CAAvB,CAAsCE,SAA1D,CAAP;AACD,CAHyB,CAA5B;;;AAMAP,QAAQ,uBAAR,EAAiC,UAAjC","file":"es7.array.includes.js","sourceRoot":"D:/Work/Office/react-native-on-web/cli/tmpl/project","sourcesContent":["'use strict';\n// https://github.com/tc39/Array.prototype.includes\nvar $export = require('./_export')\n , $includes = require('./_array-includes')(true);\n\n$export($export.P, 'Array', {\n includes: function includes(el /*, fromIndex = 0 */){\n return $includes(this, el, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n\nrequire('./_add-to-unscopables')('includes');"]}