0.1.9 • Published 2 months ago

@wasm-fmt/biome_fmt v0.1.9

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

Install

npm

npm install @wasm-fmt/biome_fmt

jsr.io

npx jsr add @fmt/biome-fmt

Usage

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

await init();

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

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

For Vite users:

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

// ...
0.1.8

2 months ago

0.1.9

2 months ago

0.1.7

2 months ago

0.1.6

3 months ago

0.1.5

3 months ago

0.1.4-alpha.2

3 months ago

0.1.4

3 months ago

0.1.3

4 months ago

0.1.2

4 months ago

0.1.1

6 months ago

0.1.0

8 months ago