{"version":3,"file":"commons-app-regexp-unsupported-dot-all.js.d8acdefb66f976004636.js","mappings":"+GAAA,IAAIA,EAAQ,EAAQ,MAIhBC,EAHS,EAAQ,MAGAC,OAErBC,EAAOC,QAAUJ,GAAM,WACrB,IAAIK,EAAKJ,EAAQ,IAAK,KACtB,QAASI,EAAGC,QAAUD,EAAGE,KAAK,OAAsB,MAAbF,EAAGG,MAC5C,G","sources":["webpack://grfanclub-webview/./node_modules/core-js/internals/regexp-unsupported-dot-all.js"],"sourcesContent":["var fails = require('../internals/fails');\nvar global = require('../internals/global');\n\n// babel-minify and Closure Compiler transpiles RegExp('.', 's') -> /./s and it causes SyntaxError\nvar $RegExp = global.RegExp;\n\nmodule.exports = fails(function () {\n var re = $RegExp('.', 's');\n return !(re.dotAll && re.exec('\\n') && re.flags === 's');\n});\n"],"names":["fails","$RegExp","RegExp","module","exports","re","dotAll","exec","flags"],"sourceRoot":""}