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);
}
ents/ThemeToggle.tsx?h=@astrojs/vue@0.1.0' type='application/atom+xml'/>
Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fix SSR static build public file copying
* chore: update lockfile
* remove dirname and use URL constructor
* Cleanup test and actually test what it says it tests
Co-authored-by: Nate Moore <nate@skypack.dev>
|
|
|
|
|
|
|