{"version":3,"file":"commons-app-does-not-exceed-safe-integer.js.f15d93f322a67019f76f.js","mappings":"2GAAA,IAAIA,EAAaC,UAGjBC,EAAOC,QAAU,SAAUC,GACzB,GAAIA,EAHiB,iBAGM,MAAMJ,EAAW,kCAC5C,OAAOI,CACT,C","sources":["webpack://grfanclub-webview/./node_modules/core-js/internals/does-not-exceed-safe-integer.js"],"sourcesContent":["var $TypeError = TypeError;\nvar MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF; // 2 ** 53 - 1 == 9007199254740991\n\nmodule.exports = function (it) {\n if (it > MAX_SAFE_INTEGER) throw $TypeError('Maximum allowed index exceeded');\n return it;\n};\n"],"names":["$TypeError","TypeError","module","exports","it"],"sourceRoot":""}