Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
wasm-fmt/web_fmtWorks with
•JSR Score100%•This package works with Node.js, Deno, Bun, BrowsersIt is unknown whether this package works with Cloudflare Workers




License
•MIT
Downloads1/wk
•Published2 months ago (0.2.9)
JavaScript/TypeScript formatter powered by WASM ported from OXC
WASM formatter for JavaScript/TypeScript using OXC (experimental).
Examples
Example 1
Example 1
import { format } from "@wasm-fmt/oxc_fmt"; const input = "const x=1"; const output = format(input, "noindex.js");
Built and signed on
GitHub Actions
Add Package
deno add jsr:@fmt/oxc-fmt
Import symbol
import * as oxc_fmt from "@fmt/oxc-fmt";
Import directly with a jsr specifier
import * as oxc_fmt from "jsr:@fmt/oxc-fmt";