biome_js_formatter 0.0.2

Biome's JavaScript formatter
Documentation
1
2
3
4
5
6
7
8
9
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file.

pub(crate) mod as_expression;
pub(crate) mod instantiation_expression;
pub(crate) mod name_with_type_arguments;
pub(crate) mod non_null_assertion_expression;
pub(crate) mod satisfies_expression;
pub(crate) mod type_arguments;
pub(crate) mod type_assertion_expression;