0.1.13 • Published 8 months ago

@wasm-fmt/web_fmt v0.1.13

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Install

npm

npm install @wasm-fmt/web_fmt

jsr.io

npx jsr add @fmt/web-fmt

Usage

import init, { format } from "@wasm-fmt/web_fmt";

await init();

const input = `function foo() {console.log("Hello, world!")}`;

const formatted = format(input, "index.js");
console.log(formatted);

For Vite users:

import init, { format } from "@wasm-fmt/web_fmt/vite";

// ...
0.1.13

8 months ago

0.1.11

9 months ago

0.1.12

9 months ago

0.1.10

1 year ago

0.1.8

1 year ago

0.1.9

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.4-alpha.2

1 year ago