1
2
3
4
5
import * as esbuild from "https://deno.land/x/esbuild@v0.20.1/wasm.js";
let ts = "let test: boolean = true";
let result = await esbuild.transform(ts, { loader: "ts" });
console.log("result:", result);
await esbuild.stop();
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
June 18, 2024