[ Web Proxy ]
URL:
Viewing: https://dprint.dev/plugins/ [Back]  [Original]

Plugins - dprint - Code Formatter
Documentation menu
Guide
Plugins
// plugins

Plugins

Dprint is made up of Wasm and process plugins.

It would be ideal for all plugins to be Wasm plugins, but unfortunately many languages don't support compiling to a single .wasm file. Until then, process plugins exist.

The setup for both is the same except process plugins require a checksum to be specified to ensure the downloaded file is the same as what was built on the CI pipeline.

For the latest version and copy-paste URL of every plugin, see plugins.dprint.dev.

Wasm Plugins

Process Plugins

Using Wasm Plugins in the Browser, Deno, or Node.js

See https://github.com/dprint/js-formatter


Web Proxy Viewer  |  New URL  |  Original Page