release: WRNexusJS 0.4.0

This commit is contained in:
2026-07-27 12:42:18 +05:30
parent 8b728a3e5d
commit 30e5721e84
250 changed files with 10065 additions and 3923 deletions
+1 -1
View File
@@ -1199,7 +1199,7 @@ test("server-rendered each locals work in reactive handlers", async () => {
expect(articles[0]!.querySelector("span")?.classList.contains("open")).toBe(false);
expect(articles[1]!.querySelector("span")?.classList.contains("open")).toBe(true);
});
}, 20_000);
test("WRN 0.3 metadata, computed values, loaders, and actions compile additively", () => {
const source = `page Dashboard {