{"version":3,"sources":["node_modules\\babel-polyfill\\node_modules\\core-js\\modules\\_flags.js"],"names":["anObject","require","module","exports","that","result","global","ignoreCase","multiline","unicode","sticky"],"mappings":"AAAA;;AAEA,GAAIA,UAAWC,QAAQ,cAAR,CAAf;AACAC,OAAOC,OAAP,CAAiB,UAAU;AACzB,GAAIC,MAASJ,SAAS,IAAT,CAAb;AACIK,OAAS,EADb;AAEA,GAAGD,KAAKE,MAAR,CAAoBD,QAAU,GAAV;AACpB,GAAGD,KAAKG,UAAR,CAAoBF,QAAU,GAAV;AACpB,GAAGD,KAAKI,SAAR,CAAoBH,QAAU,GAAV;AACpB,GAAGD,KAAKK,OAAR,CAAoBJ,QAAU,GAAV;AACpB,GAAGD,KAAKM,MAAR,CAAoBL,QAAU,GAAV;AACpB,MAAOA,OAAP;AACD,CATD","file":"_flags.js","sourceRoot":"D:/Work/Office/react-native-on-web/cli/tmpl/project","sourcesContent":["'use strict';\n// 21.2.5.3 get RegExp.prototype.flags\nvar anObject = require('./_an-object');\nmodule.exports = function(){\n  var that   = anObject(this)\n    , result = '';\n  if(that.global)     result += 'g';\n  if(that.ignoreCase) result += 'i';\n  if(that.multiline)  result += 'm';\n  if(that.unicode)    result += 'u';\n  if(that.sticky)     result += 'y';\n  return result;\n};"]}