release: WRNexusJS 0.2.40

This commit is contained in:
2026-07-15 13:42:18 +05:30
parent 29bbeefe92
commit 7dfca4a190
3 changed files with 175 additions and 1 deletions
+1
View File
@@ -5,6 +5,7 @@ import { join } from "node:path";
import { pathToFileURL } from "node:url";
import { generate, parse } from "../src/index.ts";
import { compileWireFile } from "../src/index.ts";
import { mountHtml } from "@wrnexus/test";
let seq = 0;
/** Compile a `.wrn` source and import the resulting module. */