{"version":3,"file":"ui/thirdparty/npm.string-hash.1d05c3abc2189b9ee9eb.js","mappings":"uFAgBAA,EAAOC,QAdP,SAAcC,GAIZ,IAHA,IAAIC,EAAO,KACPC,EAAOF,EAAIG,OAETD,GACJD,EAAe,GAAPA,EAAaD,EAAII,aAAaF,GAMxC,OAAOD,IAAS,CAClB,C","sources":["webpack://apps/./node_modules/string-hash/index.js"],"sourcesContent":["\"use strict\";\n\nfunction hash(str) {\n var hash = 5381,\n i = str.length;\n\n while(i) {\n hash = (hash * 33) ^ str.charCodeAt(--i);\n }\n\n /* JavaScript does bitwise operations (like XOR, above) on 32-bit signed\n * integers. Since we want the results to be always positive, convert the\n * signed int to an unsigned by doing an unsigned bitshift. */\n return hash >>> 0;\n}\n\nmodule.exports = hash;\n"],"names":["module","exports","str","hash","i","length","charCodeAt"],"sourceRoot":""}