repo
stringlengths
6
65
file_url
stringlengths
81
311
file_path
stringlengths
6
227
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
7 values
commit_sha
stringlengths
40
40
retrieved_at
stringdate
2026-01-04 15:31:58
2026-01-04 20:25:31
truncated
bool
2 classes
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/classes/constructor_class_member.rs
crates/rome_js_formatter/src/js/classes/constructor_class_member.rs
use crate::prelude::*; use crate::js::classes::method_class_member::FormatAnyJsMethodMember; use rome_formatter::write; use rome_js_syntax::JsConstructorClassMember; #[derive(Debug, Clone, Default)] pub(crate) struct FormatJsConstructorClassMember; impl FormatNodeRule<JsConstructorClassMember> for FormatJsConstructo...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/classes/static_initialization_block_class_member.rs
crates/rome_js_formatter/src/js/classes/static_initialization_block_class_member.rs
use crate::prelude::*; use rome_formatter::write; use rome_js_syntax::JsStaticInitializationBlockClassMember; use rome_js_syntax::JsStaticInitializationBlockClassMemberFields; #[derive(Debug, Clone, Default)] pub(crate) struct FormatJsStaticInitializationBlockClassMember; impl FormatNodeRule<JsStaticInitializationBl...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/any/for_initializer.rs
crates/rome_js_formatter/src/js/any/for_initializer.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. use crate::prelude::*; use rome_js_syntax::AnyJsForInitializer; #[derive(Debug, Clone, Default)] pub(crate) struct FormatAnyJsForInitializer; impl FormatRule<AnyJsForInitializer> for FormatAnyJsForInitializer ...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/any/declaration.rs
crates/rome_js_formatter/src/js/any/declaration.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. use crate::prelude::*; use rome_js_syntax::AnyJsDeclaration; #[derive(Debug, Clone, Default)] pub(crate) struct FormatAnyJsDeclaration; impl FormatRule<AnyJsDeclaration> for FormatAnyJsDeclaration { type C...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/any/constructor_parameter.rs
crates/rome_js_formatter/src/js/any/constructor_parameter.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. use crate::prelude::*; use rome_js_syntax::AnyJsConstructorParameter; #[derive(Debug, Clone, Default)] pub(crate) struct FormatAnyJsConstructorParameter; impl FormatRule<AnyJsConstructorParameter> for FormatAn...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/any/object_assignment_pattern_member.rs
crates/rome_js_formatter/src/js/any/object_assignment_pattern_member.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. use crate::prelude::*; use rome_js_syntax::AnyJsObjectAssignmentPatternMember; #[derive(Debug, Clone, Default)] pub(crate) struct FormatAnyJsObjectAssignmentPatternMember; impl FormatRule<AnyJsObjectAssignment...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/any/array_element.rs
crates/rome_js_formatter/src/js/any/array_element.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. use crate::prelude::*; use rome_js_syntax::AnyJsArrayElement; #[derive(Debug, Clone, Default)] pub(crate) struct FormatAnyJsArrayElement; impl FormatRule<AnyJsArrayElement> for FormatAnyJsArrayElement { ty...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/any/decorator.rs
crates/rome_js_formatter/src/js/any/decorator.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. use crate::prelude::*; use rome_js_syntax::AnyJsDecorator; #[derive(Debug, Clone, Default)] pub(crate) struct FormatAnyJsDecorator; impl FormatRule<AnyJsDecorator> for FormatAnyJsDecorator { type Context =...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/any/array_binding_pattern_element.rs
crates/rome_js_formatter/src/js/any/array_binding_pattern_element.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. use crate::prelude::*; use rome_js_syntax::AnyJsArrayBindingPatternElement; #[derive(Debug, Clone, Default)] pub(crate) struct FormatAnyJsArrayBindingPatternElement; impl FormatRule<AnyJsArrayBindingPatternEle...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/any/arrow_function_parameters.rs
crates/rome_js_formatter/src/js/any/arrow_function_parameters.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. use crate::prelude::*; use rome_js_syntax::AnyJsArrowFunctionParameters; #[derive(Debug, Clone, Default)] pub(crate) struct FormatAnyJsArrowFunctionParameters; impl FormatRule<AnyJsArrowFunctionParameters> for...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/any/object_member.rs
crates/rome_js_formatter/src/js/any/object_member.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. use crate::prelude::*; use rome_js_syntax::AnyJsObjectMember; #[derive(Debug, Clone, Default)] pub(crate) struct FormatAnyJsObjectMember; impl FormatRule<AnyJsObjectMember> for FormatAnyJsObjectMember { ty...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/any/named_import_specifier.rs
crates/rome_js_formatter/src/js/any/named_import_specifier.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. use crate::prelude::*; use rome_js_syntax::AnyJsNamedImportSpecifier; #[derive(Debug, Clone, Default)] pub(crate) struct FormatAnyJsNamedImportSpecifier; impl FormatRule<AnyJsNamedImportSpecifier> for FormatAn...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/any/class.rs
crates/rome_js_formatter/src/js/any/class.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. use crate::prelude::*; use rome_js_syntax::AnyJsClass; #[derive(Debug, Clone, Default)] pub(crate) struct FormatAnyJsClass; impl FormatRule<AnyJsClass> for FormatAnyJsClass { type Context = JsFormatContext...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/any/method_modifier.rs
crates/rome_js_formatter/src/js/any/method_modifier.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. use crate::prelude::*; use rome_js_syntax::AnyJsMethodModifier; #[derive(Debug, Clone, Default)] pub(crate) struct FormatAnyJsMethodModifier; impl FormatRule<AnyJsMethodModifier> for FormatAnyJsMethodModifier ...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/any/root.rs
crates/rome_js_formatter/src/js/any/root.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. use crate::prelude::*; use rome_js_syntax::AnyJsRoot; #[derive(Debug, Clone, Default)] pub(crate) struct FormatAnyJsRoot; impl FormatRule<AnyJsRoot> for FormatAnyJsRoot { type Context = JsFormatContext; ...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/any/array_assignment_pattern_element.rs
crates/rome_js_formatter/src/js/any/array_assignment_pattern_element.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. use crate::prelude::*; use rome_js_syntax::AnyJsArrayAssignmentPatternElement; #[derive(Debug, Clone, Default)] pub(crate) struct FormatAnyJsArrayAssignmentPatternElement; impl FormatRule<AnyJsArrayAssignmentP...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/any/export_named_specifier.rs
crates/rome_js_formatter/src/js/any/export_named_specifier.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. use crate::prelude::*; use rome_js_syntax::AnyJsExportNamedSpecifier; #[derive(Debug, Clone, Default)] pub(crate) struct FormatAnyJsExportNamedSpecifier; impl FormatRule<AnyJsExportNamedSpecifier> for FormatAn...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/any/template_element.rs
crates/rome_js_formatter/src/js/any/template_element.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. use crate::prelude::*; use rome_js_syntax::AnyJsTemplateElement; #[derive(Debug, Clone, Default)] pub(crate) struct FormatAnyJsTemplateElement; impl FormatRule<AnyJsTemplateElement> for FormatAnyJsTemplateElem...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/any/function.rs
crates/rome_js_formatter/src/js/any/function.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. use crate::prelude::*; use rome_js_syntax::AnyJsFunction; #[derive(Debug, Clone, Default)] pub(crate) struct FormatAnyJsFunction; impl FormatRule<AnyJsFunction> for FormatAnyJsFunction { type Context = JsF...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/any/object_member_name.rs
crates/rome_js_formatter/src/js/any/object_member_name.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. use crate::prelude::*; use rome_js_syntax::AnyJsObjectMemberName; #[derive(Debug, Clone, Default)] pub(crate) struct FormatAnyJsObjectMemberName; impl FormatRule<AnyJsObjectMemberName> for FormatAnyJsObjectMem...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/any/call_argument.rs
crates/rome_js_formatter/src/js/any/call_argument.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. use crate::prelude::*; use rome_js_syntax::AnyJsCallArgument; #[derive(Debug, Clone, Default)] pub(crate) struct FormatAnyJsCallArgument; impl FormatRule<AnyJsCallArgument> for FormatAnyJsCallArgument { ty...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/any/function_body.rs
crates/rome_js_formatter/src/js/any/function_body.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. use crate::prelude::*; use rome_js_syntax::AnyJsFunctionBody; #[derive(Debug, Clone, Default)] pub(crate) struct FormatAnyJsFunctionBody; impl FormatRule<AnyJsFunctionBody> for FormatAnyJsFunctionBody { ty...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/any/export_default_declaration.rs
crates/rome_js_formatter/src/js/any/export_default_declaration.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. use crate::prelude::*; use rome_js_syntax::AnyJsExportDefaultDeclaration; #[derive(Debug, Clone, Default)] pub(crate) struct FormatAnyJsExportDefaultDeclaration; impl FormatRule<AnyJsExportDefaultDeclaration> ...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/any/declaration_clause.rs
crates/rome_js_formatter/src/js/any/declaration_clause.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. use crate::prelude::*; use rome_js_syntax::AnyJsDeclarationClause; #[derive(Debug, Clone, Default)] pub(crate) struct FormatAnyJsDeclarationClause; impl FormatRule<AnyJsDeclarationClause> for FormatAnyJsDeclar...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/any/expression.rs
crates/rome_js_formatter/src/js/any/expression.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. use crate::prelude::*; use rome_js_syntax::AnyJsExpression; #[derive(Debug, Clone, Default)] pub(crate) struct FormatAnyJsExpression; impl FormatRule<AnyJsExpression> for FormatAnyJsExpression { type Conte...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/any/class_member_name.rs
crates/rome_js_formatter/src/js/any/class_member_name.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. use crate::prelude::*; use rome_js_syntax::AnyJsClassMemberName; #[derive(Debug, Clone, Default)] pub(crate) struct FormatAnyJsClassMemberName; impl FormatRule<AnyJsClassMemberName> for FormatAnyJsClassMemberN...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/any/module_item.rs
crates/rome_js_formatter/src/js/any/module_item.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. use crate::prelude::*; use rome_js_syntax::AnyJsModuleItem; #[derive(Debug, Clone, Default)] pub(crate) struct FormatAnyJsModuleItem; impl FormatRule<AnyJsModuleItem> for FormatAnyJsModuleItem { type Conte...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/any/for_in_or_of_initializer.rs
crates/rome_js_formatter/src/js/any/for_in_or_of_initializer.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. use crate::prelude::*; use rome_js_syntax::AnyJsForInOrOfInitializer; #[derive(Debug, Clone, Default)] pub(crate) struct FormatAnyJsForInOrOfInitializer; impl FormatRule<AnyJsForInOrOfInitializer> for FormatAn...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/any/in_property.rs
crates/rome_js_formatter/src/js/any/in_property.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. use crate::prelude::*; use rome_js_syntax::AnyJsInProperty; #[derive(Debug, Clone, Default)] pub(crate) struct FormatAnyJsInProperty; impl FormatRule<AnyJsInProperty> for FormatAnyJsInProperty { type Conte...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/any/mod.rs
crates/rome_js_formatter/src/js/any/mod.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. pub(crate) mod array_assignment_pattern_element; pub(crate) mod array_binding_pattern_element; pub(crate) mod array_element; pub(crate) mod arrow_function_parameters; pub(crate) mod assignment; pub(crate) mod ...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/any/import_clause.rs
crates/rome_js_formatter/src/js/any/import_clause.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. use crate::prelude::*; use rome_js_syntax::AnyJsImportClause; #[derive(Debug, Clone, Default)] pub(crate) struct FormatAnyJsImportClause; impl FormatRule<AnyJsImportClause> for FormatAnyJsImportClause { ty...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/any/statement.rs
crates/rome_js_formatter/src/js/any/statement.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. use crate::prelude::*; use rome_js_syntax::AnyJsStatement; #[derive(Debug, Clone, Default)] pub(crate) struct FormatAnyJsStatement; impl FormatRule<AnyJsStatement> for FormatAnyJsStatement { type Context =...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/any/switch_clause.rs
crates/rome_js_formatter/src/js/any/switch_clause.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. use crate::prelude::*; use rome_js_syntax::AnyJsSwitchClause; #[derive(Debug, Clone, Default)] pub(crate) struct FormatAnyJsSwitchClause; impl FormatRule<AnyJsSwitchClause> for FormatAnyJsSwitchClause { ty...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/any/literal_expression.rs
crates/rome_js_formatter/src/js/any/literal_expression.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. use crate::prelude::*; use rome_js_syntax::AnyJsLiteralExpression; #[derive(Debug, Clone, Default)] pub(crate) struct FormatAnyJsLiteralExpression; impl FormatRule<AnyJsLiteralExpression> for FormatAnyJsLitera...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/any/name.rs
crates/rome_js_formatter/src/js/any/name.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. use crate::prelude::*; use rome_js_syntax::AnyJsName; #[derive(Debug, Clone, Default)] pub(crate) struct FormatAnyJsName; impl FormatRule<AnyJsName> for FormatAnyJsName { type Context = JsFormatContext; ...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/any/formal_parameter.rs
crates/rome_js_formatter/src/js/any/formal_parameter.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. use crate::prelude::*; use rome_js_syntax::AnyJsFormalParameter; #[derive(Debug, Clone, Default)] pub(crate) struct FormatAnyJsFormalParameter; impl FormatRule<AnyJsFormalParameter> for FormatAnyJsFormalParame...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/any/class_member.rs
crates/rome_js_formatter/src/js/any/class_member.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. use crate::prelude::*; use rome_js_syntax::AnyJsClassMember; #[derive(Debug, Clone, Default)] pub(crate) struct FormatAnyJsClassMember; impl FormatRule<AnyJsClassMember> for FormatAnyJsClassMember { type C...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/any/binding.rs
crates/rome_js_formatter/src/js/any/binding.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. use crate::prelude::*; use rome_js_syntax::AnyJsBinding; #[derive(Debug, Clone, Default)] pub(crate) struct FormatAnyJsBinding; impl FormatRule<AnyJsBinding> for FormatAnyJsBinding { type Context = JsForma...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/any/binding_pattern.rs
crates/rome_js_formatter/src/js/any/binding_pattern.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. use crate::prelude::*; use rome_js_syntax::AnyJsBindingPattern; #[derive(Debug, Clone, Default)] pub(crate) struct FormatAnyJsBindingPattern; impl FormatRule<AnyJsBindingPattern> for FormatAnyJsBindingPattern ...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/any/named_import.rs
crates/rome_js_formatter/src/js/any/named_import.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. use crate::prelude::*; use rome_js_syntax::AnyJsNamedImport; #[derive(Debug, Clone, Default)] pub(crate) struct FormatAnyJsNamedImport; impl FormatRule<AnyJsNamedImport> for FormatAnyJsNamedImport { type C...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/any/property_modifier.rs
crates/rome_js_formatter/src/js/any/property_modifier.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. use crate::prelude::*; use rome_js_syntax::AnyJsPropertyModifier; #[derive(Debug, Clone, Default)] pub(crate) struct FormatAnyJsPropertyModifier; impl FormatRule<AnyJsPropertyModifier> for FormatAnyJsPropertyM...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/any/assignment_pattern.rs
crates/rome_js_formatter/src/js/any/assignment_pattern.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. use crate::prelude::*; use rome_js_syntax::AnyJsAssignmentPattern; #[derive(Debug, Clone, Default)] pub(crate) struct FormatAnyJsAssignmentPattern; impl FormatRule<AnyJsAssignmentPattern> for FormatAnyJsAssign...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/any/export_clause.rs
crates/rome_js_formatter/src/js/any/export_clause.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. use crate::prelude::*; use rome_js_syntax::AnyJsExportClause; #[derive(Debug, Clone, Default)] pub(crate) struct FormatAnyJsExportClause; impl FormatRule<AnyJsExportClause> for FormatAnyJsExportClause { ty...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/any/assignment.rs
crates/rome_js_formatter/src/js/any/assignment.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. use crate::prelude::*; use rome_js_syntax::AnyJsAssignment; #[derive(Debug, Clone, Default)] pub(crate) struct FormatAnyJsAssignment; impl FormatRule<AnyJsAssignment> for FormatAnyJsAssignment { type Conte...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/any/object_binding_pattern_member.rs
crates/rome_js_formatter/src/js/any/object_binding_pattern_member.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. use crate::prelude::*; use rome_js_syntax::AnyJsObjectBindingPatternMember; #[derive(Debug, Clone, Default)] pub(crate) struct FormatAnyJsObjectBindingPatternMember; impl FormatRule<AnyJsObjectBindingPatternMe...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/any/import_assertion_entry.rs
crates/rome_js_formatter/src/js/any/import_assertion_entry.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. use crate::prelude::*; use rome_js_syntax::AnyJsImportAssertionEntry; #[derive(Debug, Clone, Default)] pub(crate) struct FormatAnyJsImportAssertionEntry; impl FormatRule<AnyJsImportAssertionEntry> for FormatAn...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/any/parameter.rs
crates/rome_js_formatter/src/js/any/parameter.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. use crate::prelude::*; use rome_js_syntax::AnyJsParameter; #[derive(Debug, Clone, Default)] pub(crate) struct FormatAnyJsParameter; impl FormatRule<AnyJsParameter> for FormatAnyJsParameter { type Context =...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/objects/literal_member_name.rs
crates/rome_js_formatter/src/js/objects/literal_member_name.rs
use crate::prelude::*; use crate::utils::{FormatLiteralStringToken, StringLiteralParentKind}; use rome_formatter::write; use rome_js_syntax::JsLiteralMemberNameFields; use rome_js_syntax::{JsLiteralMemberName, JsSyntaxKind}; #[derive(Debug, Clone, Default)] pub(crate) struct FormatJsLiteralMemberName; impl FormatNod...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/objects/property_object_member.rs
crates/rome_js_formatter/src/js/objects/property_object_member.rs
use crate::prelude::*; use crate::utils::AnyJsAssignmentLike; use rome_formatter::write; use rome_js_syntax::JsPropertyObjectMember; #[derive(Debug, Clone, Default)] pub(crate) struct FormatJsPropertyObjectMember; impl FormatNodeRule<JsPropertyObjectMember> for FormatJsPropertyObjectMember { fn fmt_fields(&self,...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/objects/shorthand_property_object_member.rs
crates/rome_js_formatter/src/js/objects/shorthand_property_object_member.rs
use crate::prelude::*; use rome_formatter::write; use rome_js_syntax::JsShorthandPropertyObjectMember; use rome_js_syntax::JsShorthandPropertyObjectMemberFields; #[derive(Debug, Clone, Default)] pub(crate) struct FormatJsShorthandPropertyObjectMember; impl FormatNodeRule<JsShorthandPropertyObjectMember> for FormatJs...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/objects/computed_member_name.rs
crates/rome_js_formatter/src/js/objects/computed_member_name.rs
use crate::prelude::*; use rome_formatter::write; use rome_js_syntax::JsComputedMemberName; use rome_js_syntax::JsComputedMemberNameFields; #[derive(Debug, Clone, Default)] pub(crate) struct FormatJsComputedMemberName; impl FormatNodeRule<JsComputedMemberName> for FormatJsComputedMemberName { fn fmt_fields(&self...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/objects/mod.rs
crates/rome_js_formatter/src/js/objects/mod.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. pub(crate) mod computed_member_name; pub(crate) mod getter_object_member; pub(crate) mod literal_member_name; pub(crate) mod method_object_member; pub(crate) mod private_class_member_name; pub(crate) mod prope...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/objects/setter_object_member.rs
crates/rome_js_formatter/src/js/objects/setter_object_member.rs
use crate::prelude::*; use rome_formatter::write; use rome_js_syntax::JsSetterObjectMember; use rome_js_syntax::JsSetterObjectMemberFields; #[derive(Debug, Clone, Default)] pub(crate) struct FormatJsSetterObjectMember; impl FormatNodeRule<JsSetterObjectMember> for FormatJsSetterObjectMember { fn fmt_fields(&self...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/objects/private_class_member_name.rs
crates/rome_js_formatter/src/js/objects/private_class_member_name.rs
use crate::prelude::*; use rome_formatter::write; use rome_js_syntax::JsPrivateClassMemberName; use rome_js_syntax::JsPrivateClassMemberNameFields; #[derive(Debug, Clone, Default)] pub(crate) struct FormatJsPrivateClassMemberName; impl FormatNodeRule<JsPrivateClassMemberName> for FormatJsPrivateClassMemberName { ...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/objects/method_object_member.rs
crates/rome_js_formatter/src/js/objects/method_object_member.rs
use crate::prelude::*; use crate::js::classes::method_class_member::FormatAnyJsMethodMember; use rome_js_syntax::JsMethodObjectMember; #[derive(Debug, Clone, Default)] pub(crate) struct FormatJsMethodObjectMember; impl FormatNodeRule<JsMethodObjectMember> for FormatJsMethodObjectMember { fn fmt_fields(&self, nod...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/js/objects/getter_object_member.rs
crates/rome_js_formatter/src/js/objects/getter_object_member.rs
use crate::prelude::*; use rome_formatter::write; use rome_js_syntax::JsGetterObjectMember; use rome_js_syntax::JsGetterObjectMemberFields; #[derive(Debug, Clone, Default)] pub(crate) struct FormatJsGetterObjectMember; impl FormatNodeRule<JsGetterObjectMember> for FormatJsGetterObjectMember { fn fmt_fields(&self...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/ts/mod.rs
crates/rome_js_formatter/src/ts/mod.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. pub(crate) mod any; pub(crate) mod assignments; pub(crate) mod auxiliary; pub(crate) mod bindings; pub(crate) mod bogus; pub(crate) mod classes; pub(crate) mod declarations; pub(crate) mod expressions; pub(cra...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/ts/statements/declare_statement.rs
crates/rome_js_formatter/src/ts/statements/declare_statement.rs
use crate::prelude::*; use rome_formatter::write; use rome_js_syntax::TsDeclareStatement; use rome_js_syntax::TsDeclareStatementFields; #[derive(Debug, Clone, Default)] pub struct FormatTsDeclareStatement; impl FormatNodeRule<TsDeclareStatement> for FormatTsDeclareStatement { fn fmt_fields(&self, node: &TsDeclar...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/ts/statements/mod.rs
crates/rome_js_formatter/src/ts/statements/mod.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. pub(crate) mod declare_statement;
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/ts/lists/property_signature_modifier_list.rs
crates/rome_js_formatter/src/ts/lists/property_signature_modifier_list.rs
use crate::prelude::*; use crate::utils::format_modifiers::FormatModifiers; use rome_js_syntax::TsPropertySignatureModifierList; #[derive(Debug, Clone, Default)] pub struct FormatTsPropertySignatureModifierList; impl FormatRule<TsPropertySignatureModifierList> for FormatTsPropertySignatureModifierList { type Cont...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/ts/lists/enum_member_list.rs
crates/rome_js_formatter/src/ts/lists/enum_member_list.rs
use crate::prelude::*; use crate::context::trailing_comma::FormatTrailingComma; use rome_js_syntax::TsEnumMemberList; #[derive(Debug, Clone, Default)] pub struct FormatTsEnumMemberList; impl FormatRule<TsEnumMemberList> for FormatTsEnumMemberList { type Context = JsFormatContext; fn fmt(&self, node: &TsEnum...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/ts/lists/type_parameter_list.rs
crates/rome_js_formatter/src/ts/lists/type_parameter_list.rs
use crate::context::trailing_comma::FormatTrailingComma; use crate::prelude::*; use rome_js_syntax::TsTypeParameterList; use rome_rowan::AstSeparatedList; #[derive(Debug, Clone, Default)] pub struct FormatTsTypeParameterList; impl FormatRule<TsTypeParameterList> for FormatTsTypeParameterList { type Context = JsFo...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/ts/lists/intersection_type_element_list.rs
crates/rome_js_formatter/src/ts/lists/intersection_type_element_list.rs
use crate::{prelude::*, utils::is_object_like_type}; use rome_formatter::{format_args, write}; use rome_js_syntax::TsIntersectionTypeElementList; use rome_rowan::AstSeparatedList; #[derive(Debug, Clone, Default)] pub struct FormatTsIntersectionTypeElementList; impl FormatRule<TsIntersectionTypeElementList> for Format...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/ts/lists/type_argument_list.rs
crates/rome_js_formatter/src/ts/lists/type_argument_list.rs
use crate::prelude::*; use rome_js_syntax::TsTypeArgumentList; #[derive(Debug, Clone, Default)] pub struct FormatTsTypeArgumentList; impl FormatRule<TsTypeArgumentList> for FormatTsTypeArgumentList { type Context = JsFormatContext; fn fmt(&self, node: &TsTypeArgumentList, f: &mut JsFormatter) -> FormatResult...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/ts/lists/index_signature_modifier_list.rs
crates/rome_js_formatter/src/ts/lists/index_signature_modifier_list.rs
use crate::prelude::*; use crate::utils::sort_modifiers_by_precedence; use rome_js_syntax::TsIndexSignatureModifierList; #[derive(Debug, Clone, Default)] pub struct FormatTsIndexSignatureModifierList; impl FormatRule<TsIndexSignatureModifierList> for FormatTsIndexSignatureModifierList { type Context = JsFormatCo...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/ts/lists/property_parameter_modifier_list.rs
crates/rome_js_formatter/src/ts/lists/property_parameter_modifier_list.rs
use crate::prelude::*; use crate::utils::sort_modifiers_by_precedence; use rome_js_syntax::TsPropertyParameterModifierList; #[derive(Debug, Clone, Default)] pub struct FormatTsPropertyParameterModifierList; impl FormatRule<TsPropertyParameterModifierList> for FormatTsPropertyParameterModifierList { type Context =...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/ts/lists/mod.rs
crates/rome_js_formatter/src/ts/lists/mod.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. pub(crate) mod enum_member_list; pub(crate) mod index_signature_modifier_list; pub(crate) mod intersection_type_element_list; pub(crate) mod method_signature_modifier_list; pub(crate) mod property_parameter_mo...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/ts/lists/type_parameter_modifier_list.rs
crates/rome_js_formatter/src/ts/lists/type_parameter_modifier_list.rs
use crate::prelude::*; use rome_js_syntax::TsTypeParameterModifierList; #[derive(Debug, Clone, Default)] pub(crate) struct FormatTsTypeParameterModifierList; impl FormatRule<TsTypeParameterModifierList> for FormatTsTypeParameterModifierList { type Context = JsFormatContext; fn fmt(&self, node: &TsTypeParamete...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/ts/lists/union_type_variant_list.rs
crates/rome_js_formatter/src/ts/lists/union_type_variant_list.rs
use crate::prelude::*; use crate::ts::bogus::bogus_type::FormatTsBogusType; use crate::ts::module::import_type::FormatTsImportType; use crate::ts::types::any_type::FormatTsAnyType; use crate::ts::types::array_type::FormatTsArrayType; use crate::ts::types::bigint_literal_type::FormatTsBigintLiteralType; use crate::ts::t...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/ts/lists/tuple_type_element_list.rs
crates/rome_js_formatter/src/ts/lists/tuple_type_element_list.rs
use crate::context::trailing_comma::FormatTrailingComma; use crate::prelude::*; use rome_js_syntax::TsTupleTypeElementList; #[derive(Debug, Clone, Default)] pub struct FormatTsTupleTypeElementList; impl FormatRule<TsTupleTypeElementList> for FormatTsTupleTypeElementList { type Context = JsFormatContext; fn f...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/ts/lists/type_list.rs
crates/rome_js_formatter/src/ts/lists/type_list.rs
use crate::prelude::*; use rome_js_syntax::TsTypeList; #[derive(Debug, Clone, Default)] pub struct FormatTsTypeList; impl FormatRule<TsTypeList> for FormatTsTypeList { type Context = JsFormatContext; fn fmt(&self, node: &TsTypeList, f: &mut JsFormatter) -> FormatResult<()> { // the grouping will be a...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/ts/lists/template_element_list.rs
crates/rome_js_formatter/src/ts/lists/template_element_list.rs
use crate::js::lists::template_element_list::AnyTemplateElementList; use crate::prelude::*; use rome_js_syntax::TsTemplateElementList; #[derive(Debug, Clone, Default)] pub struct FormatTsTemplateElementList; impl FormatRule<TsTemplateElementList> for FormatTsTemplateElementList { type Context = JsFormatContext; ...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/ts/lists/type_member_list.rs
crates/rome_js_formatter/src/ts/lists/type_member_list.rs
use crate::prelude::*; use rome_formatter::{write, Buffer}; use rome_js_syntax::{AnyTsTypeMember, TsTypeMemberList}; use crate::context::Semicolons; use rome_rowan::AstNodeList; #[derive(Debug, Clone, Default)] pub struct FormatTsTypeMemberList; impl FormatRule<TsTypeMemberList> for FormatTsTypeMemberList { type...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/ts/lists/method_signature_modifier_list.rs
crates/rome_js_formatter/src/ts/lists/method_signature_modifier_list.rs
use crate::prelude::*; use crate::utils::format_modifiers::FormatModifiers; use rome_js_syntax::TsMethodSignatureModifierList; #[derive(Debug, Clone, Default)] pub struct FormatTsMethodSignatureModifierList; impl FormatRule<TsMethodSignatureModifierList> for FormatTsMethodSignatureModifierList { type Context = Js...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/ts/assignments/type_assertion_assignment.rs
crates/rome_js_formatter/src/ts/assignments/type_assertion_assignment.rs
use crate::prelude::*; use rome_formatter::write; use rome_js_syntax::{JsSyntaxKind, JsSyntaxNode, TsTypeAssertionAssignmentFields}; use crate::parentheses::NeedsParentheses; use rome_js_syntax::TsTypeAssertionAssignment; #[derive(Debug, Clone, Default)] pub struct FormatTsTypeAssertionAssignment; impl FormatNodeRul...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/ts/assignments/satisfies_assignment.rs
crates/rome_js_formatter/src/ts/assignments/satisfies_assignment.rs
use crate::prelude::*; use crate::parentheses::NeedsParentheses; use crate::ts::assignments::as_assignment::TsAsOrSatisfiesAssignment; use rome_js_syntax::JsSyntaxNode; use rome_js_syntax::TsSatisfiesAssignment; #[derive(Debug, Clone, Default)] pub struct FormatTsSatisfiesAssignment; impl FormatNodeRule<TsSatisfiesA...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/ts/assignments/mod.rs
crates/rome_js_formatter/src/ts/assignments/mod.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. pub(crate) mod as_assignment; pub(crate) mod non_null_assertion_assignment; pub(crate) mod satisfies_assignment; pub(crate) mod type_assertion_assignment;
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/ts/assignments/non_null_assertion_assignment.rs
crates/rome_js_formatter/src/ts/assignments/non_null_assertion_assignment.rs
use crate::prelude::*; use crate::parentheses::NeedsParentheses; use rome_formatter::write; use rome_js_syntax::TsNonNullAssertionAssignmentFields; use rome_js_syntax::{JsSyntaxNode, TsNonNullAssertionAssignment}; #[derive(Debug, Clone, Default)] pub struct FormatTsNonNullAssertionAssignment; impl FormatNodeRule<TsN...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/ts/assignments/as_assignment.rs
crates/rome_js_formatter/src/ts/assignments/as_assignment.rs
use crate::prelude::*; use crate::parentheses::NeedsParentheses; use rome_formatter::{format_args, write}; use rome_js_syntax::{AnyJsAssignment, AnyTsType, JsSyntaxKind, JsSyntaxNode, JsSyntaxToken}; use rome_js_syntax::{TsAsAssignment, TsSatisfiesAssignment}; use rome_rowan::{declare_node_union, SyntaxResult}; #[der...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/ts/bogus/bogus_type.rs
crates/rome_js_formatter/src/ts/bogus/bogus_type.rs
use crate::parentheses::NeedsParentheses; use crate::FormatBogusNodeRule; use rome_js_syntax::{JsSyntaxNode, TsBogusType}; #[derive(Debug, Clone, Default)] pub(crate) struct FormatTsBogusType; impl FormatBogusNodeRule<TsBogusType> for FormatTsBogusType {} impl NeedsParentheses for TsBogusType { fn needs_parenthe...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/ts/bogus/mod.rs
crates/rome_js_formatter/src/ts/bogus/mod.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. pub(crate) mod bogus_type;
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/ts/declarations/type_alias_declaration.rs
crates/rome_js_formatter/src/ts/declarations/type_alias_declaration.rs
use crate::prelude::*; use crate::utils::{AnyJsAssignmentLike, FormatStatementSemicolon}; use rome_formatter::write; use rome_js_syntax::TsTypeAliasDeclaration; #[derive(Debug, Clone, Default)] pub struct FormatTsTypeAliasDeclaration; impl FormatNodeRule<TsTypeAliasDeclaration> for FormatTsTypeAliasDeclaration { ...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/ts/declarations/declare_function_export_default_declaration.rs
crates/rome_js_formatter/src/ts/declarations/declare_function_export_default_declaration.rs
use crate::js::declarations::function_declaration::FormatFunction; use crate::prelude::*; use crate::utils::FormatStatementSemicolon; use rome_formatter::write; use rome_js_syntax::TsDeclareFunctionExportDefaultDeclaration; #[derive(Debug, Clone, Default)] pub struct FormatTsDeclareFunctionExportDefaultDeclaration; im...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/ts/declarations/import_equals_declaration.rs
crates/rome_js_formatter/src/ts/declarations/import_equals_declaration.rs
use crate::prelude::*; use crate::utils::FormatStatementSemicolon; use rome_formatter::write; use rome_js_syntax::TsImportEqualsDeclaration; use rome_js_syntax::TsImportEqualsDeclarationFields; #[derive(Debug, Clone, Default)] pub struct FormatTsImportEqualsDeclaration; impl FormatNodeRule<TsImportEqualsDeclaration>...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/ts/declarations/external_module_declaration.rs
crates/rome_js_formatter/src/ts/declarations/external_module_declaration.rs
use crate::prelude::*; use rome_formatter::write; use rome_js_syntax::TsExternalModuleDeclarationFields; use rome_js_syntax::{AnyTsExternalModuleDeclarationBody, TsExternalModuleDeclaration}; #[derive(Debug, Clone, Default)] pub struct FormatTsExternalModuleDeclaration; impl FormatNodeRule<TsExternalModuleDeclaratio...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/ts/declarations/interface_declaration.rs
crates/rome_js_formatter/src/ts/declarations/interface_declaration.rs
use crate::prelude::*; use rome_formatter::{format_args, write}; use rome_js_syntax::{TsInterfaceDeclaration, TsInterfaceDeclarationFields}; #[derive(Debug, Clone, Default)] pub struct FormatTsInterfaceDeclaration; impl FormatNodeRule<TsInterfaceDeclaration> for FormatTsInterfaceDeclaration { fn fmt_fields(&self...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/ts/declarations/mod.rs
crates/rome_js_formatter/src/ts/declarations/mod.rs
//! This is a generated file. Don't modify it by hand! Run 'cargo codegen formatter' to re-generate the file. pub(crate) mod declare_function_declaration; pub(crate) mod declare_function_export_default_declaration; pub(crate) mod enum_declaration; pub(crate) mod external_module_declaration; pub(crate) mod global_decla...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/ts/declarations/module_declaration.rs
crates/rome_js_formatter/src/ts/declarations/module_declaration.rs
use crate::prelude::*; use rome_formatter::write; use rome_js_syntax::TsModuleDeclaration; use rome_js_syntax::TsModuleDeclarationFields; #[derive(Debug, Clone, Default)] pub struct FormatTsModuleDeclaration; impl FormatNodeRule<TsModuleDeclaration> for FormatTsModuleDeclaration { fn fmt_fields(&self, node: &TsM...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/ts/declarations/enum_declaration.rs
crates/rome_js_formatter/src/ts/declarations/enum_declaration.rs
use crate::prelude::*; use rome_formatter::{format_args, write}; use rome_js_syntax::{TsEnumDeclaration, TsEnumDeclarationFields}; #[derive(Debug, Clone, Default)] pub struct FormatTsEnumDeclaration; impl FormatNodeRule<TsEnumDeclaration> for FormatTsEnumDeclaration { fn fmt_fields(&self, node: &TsEnumDeclaratio...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/ts/declarations/declare_function_declaration.rs
crates/rome_js_formatter/src/ts/declarations/declare_function_declaration.rs
use crate::prelude::*; use crate::utils::FormatStatementSemicolon; use crate::js::declarations::function_declaration::FormatFunction; use rome_formatter::write; use rome_js_syntax::TsDeclareFunctionDeclaration; #[derive(Debug, Clone, Default)] pub struct FormatTsDeclareFunctionDeclaration; impl FormatNodeRule<TsDecl...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/ts/declarations/global_declaration.rs
crates/rome_js_formatter/src/ts/declarations/global_declaration.rs
use crate::prelude::*; use rome_formatter::write; use rome_js_syntax::TsGlobalDeclaration; use rome_js_syntax::TsGlobalDeclarationFields; #[derive(Debug, Clone, Default)] pub struct FormatTsGlobalDeclaration; impl FormatNodeRule<TsGlobalDeclaration> for FormatTsGlobalDeclaration { fn fmt_fields(&self, node: &TsG...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/ts/types/string_literal_type.rs
crates/rome_js_formatter/src/ts/types/string_literal_type.rs
use crate::prelude::*; use crate::utils::{FormatLiteralStringToken, StringLiteralParentKind}; use crate::parentheses::NeedsParentheses; use rome_formatter::write; use rome_js_syntax::{JsSyntaxNode, TsStringLiteralType, TsStringLiteralTypeFields}; #[derive(Debug, Clone, Default)] pub struct FormatTsStringLiteralType; ...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/ts/types/null_literal_type.rs
crates/rome_js_formatter/src/ts/types/null_literal_type.rs
use crate::prelude::*; use crate::parentheses::NeedsParentheses; use rome_formatter::write; use rome_js_syntax::{JsSyntaxNode, TsNullLiteralType, TsNullLiteralTypeFields}; #[derive(Debug, Clone, Default)] pub struct FormatTsNullLiteralType; impl FormatNodeRule<TsNullLiteralType> for FormatTsNullLiteralType { fn ...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/ts/types/typeof_type.rs
crates/rome_js_formatter/src/ts/types/typeof_type.rs
use crate::prelude::*; use crate::parentheses::NeedsParentheses; use rome_formatter::write; use rome_js_syntax::{JsSyntaxNode, TsTypeofType, TsTypeofTypeFields}; #[derive(Debug, Clone, Default)] pub struct FormatTsTypeofType; impl FormatNodeRule<TsTypeofType> for FormatTsTypeofType { fn fmt_fields(&self, node: &...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/ts/types/type_operator_type.rs
crates/rome_js_formatter/src/ts/types/type_operator_type.rs
use crate::prelude::*; use crate::parentheses::{operator_type_or_higher_needs_parens, NeedsParentheses}; use rome_formatter::write; use rome_js_syntax::{JsSyntaxNode, TsTypeOperatorType, TsTypeOperatorTypeFields}; use rome_rowan::AstNode; #[derive(Debug, Clone, Default)] pub struct FormatTsTypeOperatorType; impl For...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/ts/types/template_literal_type.rs
crates/rome_js_formatter/src/ts/types/template_literal_type.rs
use crate::prelude::*; use crate::parentheses::NeedsParentheses; use rome_formatter::write; use rome_js_syntax::TsTemplateLiteralTypeFields; use rome_js_syntax::{JsSyntaxNode, TsTemplateLiteralType}; #[derive(Debug, Clone, Default)] pub struct FormatTsTemplateLiteralType; impl FormatNodeRule<TsTemplateLiteralType> f...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/ts/types/asserts_return_type.rs
crates/rome_js_formatter/src/ts/types/asserts_return_type.rs
use crate::prelude::*; use crate::parentheses::NeedsParentheses; use rome_formatter::write; use rome_js_syntax::TsAssertsReturnTypeFields; use rome_js_syntax::{JsSyntaxNode, TsAssertsReturnType}; #[derive(Debug, Clone, Default)] pub struct FormatTsAssertsReturnType; impl FormatNodeRule<TsAssertsReturnType> for Forma...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/ts/types/union_type.rs
crates/rome_js_formatter/src/ts/types/union_type.rs
use crate::parentheses::NeedsParentheses; use crate::prelude::*; use crate::utils::{ should_hug_type, union_or_intersection_type_needs_parentheses, FormatTypeMemberSeparator, TsIntersectionOrUnionTypeList, }; use rome_formatter::{format_args, write, Buffer}; use rome_js_syntax::{JsSyntaxKind, JsSyntaxToken, TsT...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/ts/types/intersection_type.rs
crates/rome_js_formatter/src/ts/types/intersection_type.rs
use crate::prelude::*; use crate::parentheses::NeedsParentheses; use crate::utils::{ union_or_intersection_type_needs_parentheses, FormatTypeMemberSeparator, TsIntersectionOrUnionTypeList, }; use rome_formatter::{format_args, write}; use rome_js_syntax::{JsSyntaxNode, TsIntersectionType, TsIntersectionTypeFiel...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false
rome/tools
https://github.com/rome/tools/blob/392d188a49d70e495f13b1bb08cd7d9c43690f9b/crates/rome_js_formatter/src/ts/types/tuple_type.rs
crates/rome_js_formatter/src/ts/types/tuple_type.rs
use crate::prelude::*; use crate::parentheses::NeedsParentheses; use rome_formatter::write; use rome_js_syntax::{JsSyntaxNode, TsTupleType, TsTupleTypeFields}; #[derive(Debug, Clone, Default)] pub struct FormatTsTupleType; impl FormatNodeRule<TsTupleType> for FormatTsTupleType { fn fmt_fields(&self, node: &TsTup...
rust
MIT
392d188a49d70e495f13b1bb08cd7d9c43690f9b
2026-01-04T15:38:12.578592Z
false