j2s/lib/src/transpiler/_entry.ts
TopchetoEU d563fc4919
All checks were successful
tagged-release / Tagged Release (push) Successful in 5m23s
build: split up into multiple projects, use kotlin DLS
2025-01-10 04:14:40 +02:00

5 lines
118 B
TypeScript

import coffeescript from "./coffeescript.ts";
import babel from "./babel.ts";
register(v => coffeescript(babel(v)));