{"version":3,"sources":["webpack://Unipol/./node_modules/core-js/internals/correct-is-regexp-logic.js","webpack://Unipol/./node_modules/core-js/internals/not-a-regexp.js","webpack://Unipol/./node_modules/core-js/modules/es.string.starts-with.js"],"names":["MATCH","wellKnownSymbol","module","exports","METHOD_NAME","regexp","e","f","isRegExp","it","TypeError","descriptor","$","getOwnPropertyDescriptor","toLength","notARegExp","requireObjectCoercible","correctIsRegExpLogic","IS_PURE","nativeStartsWith","startsWith","min","Math","CORRECT_IS_REGEXP_LOGIC","target","proto","forced","String","prototype","writable","searchString","that","this","index","arguments","length","undefined","search","call","slice"],"mappings":"mFAAA,IAEIA,EAFkB,EAAQ,KAElBC,CAAgB,SAE5BC,EAAOC,QAAU,SAAUC,GACzB,IAAIC,EAAS,IACb,IACE,MAAMD,GAAaC,GACnB,MAAOC,GACP,IAEE,OADAD,EAAOL,IAAS,EACT,MAAMI,GAAaC,GAC1B,MAAOE,KACT,OAAO,I,eCbX,IAAIC,EAAW,EAAQ,MAEvBN,EAAOC,QAAU,SAAUM,GACzB,GAAID,EAASC,GACX,MAAMC,UAAU,iDAChB,OAAOD,I,4BCJX,IAcME,EAdFC,EAAI,EAAQ,MACZC,EAA2B,UAC3BC,EAAW,EAAQ,MACnBC,EAAa,EAAQ,MACrBC,EAAyB,EAAQ,MACjCC,EAAuB,EAAQ,MAC/BC,EAAU,EAAQ,MAElBC,EAAmB,GAAGC,WACtBC,EAAMC,KAAKD,IAEXE,EAA0BN,EAAqB,cASnDL,EAAE,CAAEY,OAAQ,SAAUC,OAAO,EAAMC,UAPXR,IAAYK,IAC9BZ,EAAaE,EAAyBc,OAAOC,UAAW,cACrDjB,IAAeA,EAAWkB,WAK8BN,IAA2B,CAC1FH,WAAY,SAAoBU,GAC9B,IAAIC,EAAOJ,OAAOX,EAAuBgB,OACzCjB,EAAWe,GACX,IAAIG,EAAQnB,EAASO,EAAIa,UAAUC,OAAS,EAAID,UAAU,QAAKE,EAAWL,EAAKI,SAC3EE,EAASV,OAAOG,GACpB,OAAOX,EACHA,EAAiBmB,KAAKP,EAAMM,EAAQJ,GACpCF,EAAKQ,MAAMN,EAAOA,EAAQI,EAAOF,UAAYE","file":"6755.228c2197fbad8af8e0e9.js","sourcesContent":["var wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar MATCH = wellKnownSymbol('match');\n\nmodule.exports = function (METHOD_NAME) {\n var regexp = /./;\n try {\n '/./'[METHOD_NAME](regexp);\n } catch (e) {\n try {\n regexp[MATCH] = false;\n return '/./'[METHOD_NAME](regexp);\n } catch (f) { /* empty */ }\n } return false;\n};\n","var isRegExp = require('../internals/is-regexp');\n\nmodule.exports = function (it) {\n if (isRegExp(it)) {\n throw TypeError(\"The method doesn't accept regular expressions\");\n } return it;\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar toLength = require('../internals/to-length');\nvar notARegExp = require('../internals/not-a-regexp');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar correctIsRegExpLogic = require('../internals/correct-is-regexp-logic');\nvar IS_PURE = require('../internals/is-pure');\n\nvar nativeStartsWith = ''.startsWith;\nvar min = Math.min;\n\nvar CORRECT_IS_REGEXP_LOGIC = correctIsRegExpLogic('startsWith');\n// https://github.com/zloirock/core-js/pull/702\nvar MDN_POLYFILL_BUG = !IS_PURE && !CORRECT_IS_REGEXP_LOGIC && !!function () {\n var descriptor = getOwnPropertyDescriptor(String.prototype, 'startsWith');\n return descriptor && !descriptor.writable;\n}();\n\n// `String.prototype.startsWith` method\n// https://tc39.github.io/ecma262/#sec-string.prototype.startswith\n$({ target: 'String', proto: true, forced: !MDN_POLYFILL_BUG && !CORRECT_IS_REGEXP_LOGIC }, {\n startsWith: function startsWith(searchString /* , position = 0 */) {\n var that = String(requireObjectCoercible(this));\n notARegExp(searchString);\n var index = toLength(min(arguments.length > 1 ? arguments[1] : undefined, that.length));\n var search = String(searchString);\n return nativeStartsWith\n ? nativeStartsWith.call(that, search, index)\n : that.slice(index, index + search.length) === search;\n }\n});\n"],"sourceRoot":""}