{"version":3,"sources":["node_modules\\babel-polyfill\\node_modules\\core-js\\modules\\_string-context.js"],"names":["isRegExp","require","defined","module","exports","that","searchString","NAME","TypeError","String"],"mappings":";AACA,GAAIA,UAAWC,QAAQ,cAAR,CAAf;AACIC,QAAWD,QAAQ,YAAR,CADf;;AAGAE,OAAOC,OAAP,CAAiB,SAASC,IAAT,CAAeC,YAAf,CAA6BC,IAA7B,CAAkC;AACjD,GAAGP,SAASM,YAAT,CAAH,CAA0B,KAAME,WAAU,UAAYD,IAAZ,CAAmB,wBAA7B,CAAN;AAC1B,MAAOE,QAAOP,QAAQG,IAAR,CAAP,CAAP;AACD,CAHD","file":"_string-context.js","sourceRoot":"d:/Work/Office/react-native-on-web/cli/tmpl/project","sourcesContent":["// helper for String#{startsWith, endsWith, includes}\nvar isRegExp = require('./_is-regexp')\n  , defined  = require('./_defined');\n\nmodule.exports = function(that, searchString, NAME){\n  if(isRegExp(searchString))throw TypeError('String#' + NAME + \" doesn't accept regex!\");\n  return String(defined(that));\n};"]}