var testFailed = false; const invariant = () => { testFailed = true; }; var $$m = (arg) => { var module = { exports: {} }, exports = module.exports; return arg(module, exports); }; var size = 100, ttl = 3600; export var $f332019d = $$m( { "relay-runtime/lib/network/RelayQueryResponseCache.js": ( module, exports, ) => { var RelayQueryResponseCache = function () { var foo = function RelayQueryResponseCache(_ref) { var size = _ref.size, ttl = _ref.ttl; !(size > 0) ? process.env.NODE_ENV !== "production" ? invariant( false, "RelayQueryResponseCache: Expected the max cache size to be > 0, got " + "`%s`.", size, ) : invariant(false) : void 0; !(ttl > 0) ? process.env.NODE_ENV !== "production" ? invariant( false, "RelayQueryResponseCache: Expected the max ttl to be > 0, got `%s`.", ttl, ) : invariant(false) : void 0; }; foo({ size: 100, ttl: 3600 }); }; RelayQueryResponseCache(); }, }["relay-runtime/lib/network/RelayQueryResponseCache.js"], ); export function test() { var foo = () => result; // $f332019d; if (testFailed) throw new Error("invariant should not be called"); return testDone(import.meta.url); } ue='changeset-base'>changeset-base Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/examples/with-vite-plugin-pwa/src/pages (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-07-11Filter out astro from `peerDependencies` in `astro add` (#7620)Gravatar Chris Swithinbank 2-1/+7
2023-07-11[ci] formatGravatar bluwy 1-1/+1
2023-07-11Refactor simple CLI commands (#7619)Gravatar Bjorn Lu 12-115/+123
2023-07-10fix: `astro info` command fallback for package manager (#7618)Gravatar Emanuele Stoppa 2-1/+7
2023-07-10Add CLI startup speed benchmark (#7617)Gravatar Bjorn Lu 5-11/+95
2023-07-10[ci] formatGravatar bluwy 1-1/+1