dprint-plugin-jsonc 0.4.0

JSONC formatter for dprint.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod configuration;
mod format_text;
mod parser;

#[cfg(all(target_arch = "wasm32", target_os = "unknown"))]
mod wasm_plugin;

pub use format_text::format_text;

#[cfg(all(target_arch = "wasm32", target_os = "unknown"))]
pub use wasm_plugin::*;