{"version":3,"sources":["node_modules\\babel-polyfill\\node_modules\\core-js\\modules\\es6.string.includes.js"],"names":["$export","require","context","INCLUDES","P","F","includes","searchString","indexOf","arguments","length","undefined"],"mappings":";AACA;AACA,GAAIA,SAAWC,QAAQ,WAAR,CAAf;AACIC,QAAWD,QAAQ,mBAAR,CADf;AAEIE,SAAW,UAFf;;AAIAH,QAAQA,QAAQI,CAAR,CAAYJ,QAAQK,CAAR,CAAYJ,QAAQ,oBAAR,EAA8BE,QAA9B,CAAhC,CAAyE,QAAzE,CAAmF;AACjFG,SAAU,QAASA,SAAT,CAAkBC,YAAlB,CAAmD;AAC3D,MAAO,CAAC,CAAC,CAACL,QAAQ,IAAR,CAAcK,YAAd,CAA4BJ,QAA5B;AACPK,OADO,CACCD,YADD,CACeE,UAAUC,MAAV,CAAmB,CAAnB,CAAuBD,UAAU,CAAV,CAAvB,CAAsCE,SADrD,CAAV;AAED,CAJgF,CAAnF","file":"es6.string.includes.js","sourceRoot":"D:/Work/Office/react-native-on-web/cli/tmpl/project","sourcesContent":["// 21.1.3.7 String.prototype.includes(searchString, position = 0)\n'use strict';\nvar $export  = require('./_export')\n  , context  = require('./_string-context')\n  , INCLUDES = 'includes';\n\n$export($export.P + $export.F * require('./_fails-is-regexp')(INCLUDES), 'String', {\n  includes: function includes(searchString /*, position = 0 */){\n    return !!~context(this, searchString, INCLUDES)\n      .indexOf(searchString, arguments.length > 1 ? arguments[1] : undefined);\n  }\n});"]}