1
2
3
4
5
6
7
8
9
10
11
import { compileString } from "npm:squint-cljs";
import * as squint_core from "npm:squint-cljs/core.js";
globalThis.squint_core = squint_core;
export function compileCljsToES6(cljs: string) {
return compileString(cljs, { repl: true, "elide-exports": true }).replace(
"squint-cljs",
"npm:squint-cljs",
);
}
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!
February 26, 2024