// The max file size for Snap source code and auxiliary files.// 64 MB - we chose this number because it is the size limit for postMessage// between the extension and the offscreen document enforced by Chrome.exportconst MAX_FILE_SIZE = 64000000;
//# sourceMappingURL=constants.mjs.map