Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-05-11 | Fix APIRoute type (#3344) | 3 | -11/+8 | |
2022-05-11 | [create-astro] Finalize developer experience... with gradients 🚀 (#3313) | 5 | -23/+123 |
import { describe, it, expect } from "bun:test"; it("shadow realm works", () => { const red = new ShadowRealm(); globalThis.someValue = 1; // Affects only the ShadowRealm's global const result = red.evaluate("globalThis.someValue = 2;"); expect(globalThis.someValue).toBe(1); expect(result).toBe(2); });
![]() |
index : astro | |
Unnamed repository; edit this file 'description' to name the repository. |
aboutsummaryrefslogtreecommitdiff |
Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-05-11 | Fix APIRoute type (#3344) | 3 | -11/+8 | |
2022-05-11 | [create-astro] Finalize developer experience... with gradients 🚀 (#3313) | 5 | -23/+123 |