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);
}
pe='application/atom+xml'/>
Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* fix package name added to package json
* check for github tag
* remove alloc
* some tests
* fix test
|
|
|
|
|
|
|
|
|
|
(#6435)
* disable zig fmt on generated ResolvedSourceTag.zig
* overrides
* it works
* ok
* a
---------
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
|
* make sure latest is checked after prerelease
* test and fix
* test for when latest matches prerelease
|
|
|
|
|
|
|
|
|