var foo = true; globalThis.TRUE_BUT_WE_CANT_TREESHAKE_IT = true; if (globalThis.TRUE_BUT_WE_CANT_TREESHAKE_IT) { var { foo } = { foo: false }; } export function test() { console.assert(foo === false, "foo should be false"); return testDone(import.meta.url); } ackblitzrc?h=fix-s-island-fallback' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
path: root/examples/framework-svelte/.stackblitzrc (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-11Fix APIRoute type (#3344)Gravatar Matthew Phillips 3-11/+8
2022-05-11[create-astro] Finalize developer experience... with gradients 🚀 (#3313)Gravatar Ben Holmes 5-23/+123