{"version":3,"file":"commons-app-formats.js.a04d754faf8e6a1674a2.js","mappings":"wHAEA,IAAIA,EAAUC,OAAOC,UAAUF,QAC3BG,EAAkB,OAElBC,EACS,UADTA,EAES,UAGbC,EAAOC,QAAU,CACb,QAAWF,EACXG,WAAY,CACRC,QAAS,SAAUC,GACf,OAAOT,EAAQU,KAAKD,EAAON,EAAiB,IAChD,EACAQ,QAAS,SAAUF,GACf,OAAOR,OAAOQ,EAClB,GAEJD,QAASJ,EACTO,QAASP,E","sources":["webpack://grfanclub-webview/./node_modules/qs/lib/formats.js"],"sourcesContent":["'use strict';\n\nvar replace = String.prototype.replace;\nvar percentTwenties = /%20/g;\n\nvar Format = {\n RFC1738: 'RFC1738',\n RFC3986: 'RFC3986'\n};\n\nmodule.exports = {\n 'default': Format.RFC3986,\n formatters: {\n RFC1738: function (value) {\n return replace.call(value, percentTwenties, '+');\n },\n RFC3986: function (value) {\n return String(value);\n }\n },\n RFC1738: Format.RFC1738,\n RFC3986: Format.RFC3986\n};\n"],"names":["replace","String","prototype","percentTwenties","Format","module","exports","formatters","RFC1738","value","call","RFC3986"],"sourceRoot":""}