From 0230ce83636fbf307ef1f3f9094506106a0ea24e Mon Sep 17 00:00:00 2001 From: unvalley <38400669+unvalley@users.noreply.github.com> Date: Sat, 16 Sep 2023 02:42:36 +0900 Subject: [PATCH] Discard changes to crates/biome_js_formatter/src/generated.rs --- crates/biome_js_formatter/src/generated.rs | 2304 ++++++++++---------- 1 file changed, 1128 insertions(+), 1176 deletions(-) diff --git a/crates/biome_js_formatter/src/generated.rs b/crates/biome_js_formatter/src/generated.rs index a793dbe21d42..8601c3adf3b3 100644 --- a/crates/biome_js_formatter/src/generated.rs +++ b/crates/biome_js_formatter/src/generated.rs @@ -18,10 +18,7 @@ impl AsFormat for biome_js_syntax::JsScript { crate::js::auxiliary::script::FormatJsScript, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::js::auxiliary::script::FormatJsScript::default(), - ) + FormatRefWithRule::new(self, crate::js::auxiliary::script::FormatJsScript) } } impl IntoFormat for biome_js_syntax::JsScript { @@ -30,10 +27,7 @@ impl IntoFormat for biome_js_syntax::JsScript { crate::js::auxiliary::script::FormatJsScript, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::js::auxiliary::script::FormatJsScript::default(), - ) + FormatOwnedWithRule::new(self, crate::js::auxiliary::script::FormatJsScript) } } impl FormatRule for crate::js::auxiliary::module::FormatJsModule { @@ -50,10 +44,7 @@ impl AsFormat for biome_js_syntax::JsModule { crate::js::auxiliary::module::FormatJsModule, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::js::auxiliary::module::FormatJsModule::default(), - ) + FormatRefWithRule::new(self, crate::js::auxiliary::module::FormatJsModule) } } impl IntoFormat for biome_js_syntax::JsModule { @@ -62,10 +53,7 @@ impl IntoFormat for biome_js_syntax::JsModule { crate::js::auxiliary::module::FormatJsModule, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::js::auxiliary::module::FormatJsModule::default(), - ) + FormatOwnedWithRule::new(self, crate::js::auxiliary::module::FormatJsModule) } } impl FormatRule @@ -90,7 +78,7 @@ impl AsFormat for biome_js_syntax::JsExpressionSnipped { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::auxiliary::expression_snipped::FormatJsExpressionSnipped::default(), + crate::js::auxiliary::expression_snipped::FormatJsExpressionSnipped, ) } } @@ -102,7 +90,7 @@ impl IntoFormat for biome_js_syntax::JsExpressionSnipped { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::auxiliary::expression_snipped::FormatJsExpressionSnipped::default(), + crate::js::auxiliary::expression_snipped::FormatJsExpressionSnipped, ) } } @@ -122,10 +110,7 @@ impl AsFormat for biome_js_syntax::JsDirective { crate::js::auxiliary::directive::FormatJsDirective, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::js::auxiliary::directive::FormatJsDirective::default(), - ) + FormatRefWithRule::new(self, crate::js::auxiliary::directive::FormatJsDirective) } } impl IntoFormat for biome_js_syntax::JsDirective { @@ -134,10 +119,7 @@ impl IntoFormat for biome_js_syntax::JsDirective { crate::js::auxiliary::directive::FormatJsDirective, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::js::auxiliary::directive::FormatJsDirective::default(), - ) + FormatOwnedWithRule::new(self, crate::js::auxiliary::directive::FormatJsDirective) } } impl FormatRule @@ -162,7 +144,7 @@ impl AsFormat for biome_js_syntax::JsBlockStatement { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::statements::block_statement::FormatJsBlockStatement::default(), + crate::js::statements::block_statement::FormatJsBlockStatement, ) } } @@ -174,7 +156,7 @@ impl IntoFormat for biome_js_syntax::JsBlockStatement { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::statements::block_statement::FormatJsBlockStatement::default(), + crate::js::statements::block_statement::FormatJsBlockStatement, ) } } @@ -200,7 +182,7 @@ impl AsFormat for biome_js_syntax::JsBreakStatement { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::statements::break_statement::FormatJsBreakStatement::default(), + crate::js::statements::break_statement::FormatJsBreakStatement, ) } } @@ -212,7 +194,7 @@ impl IntoFormat for biome_js_syntax::JsBreakStatement { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::statements::break_statement::FormatJsBreakStatement::default(), + crate::js::statements::break_statement::FormatJsBreakStatement, ) } } @@ -238,7 +220,7 @@ impl AsFormat for biome_js_syntax::JsClassDeclaration { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::declarations::class_declaration::FormatJsClassDeclaration::default(), + crate::js::declarations::class_declaration::FormatJsClassDeclaration, ) } } @@ -250,7 +232,7 @@ impl IntoFormat for biome_js_syntax::JsClassDeclaration { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::declarations::class_declaration::FormatJsClassDeclaration::default(), + crate::js::declarations::class_declaration::FormatJsClassDeclaration, ) } } @@ -276,7 +258,7 @@ impl AsFormat for biome_js_syntax::JsContinueStatement { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::statements::continue_statement::FormatJsContinueStatement::default(), + crate::js::statements::continue_statement::FormatJsContinueStatement, ) } } @@ -288,7 +270,7 @@ impl IntoFormat for biome_js_syntax::JsContinueStatement { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::statements::continue_statement::FormatJsContinueStatement::default(), + crate::js::statements::continue_statement::FormatJsContinueStatement, ) } } @@ -314,7 +296,7 @@ impl AsFormat for biome_js_syntax::JsDebuggerStatement { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::statements::debugger_statement::FormatJsDebuggerStatement::default(), + crate::js::statements::debugger_statement::FormatJsDebuggerStatement, ) } } @@ -326,7 +308,7 @@ impl IntoFormat for biome_js_syntax::JsDebuggerStatement { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::statements::debugger_statement::FormatJsDebuggerStatement::default(), + crate::js::statements::debugger_statement::FormatJsDebuggerStatement, ) } } @@ -352,7 +334,7 @@ impl AsFormat for biome_js_syntax::JsDoWhileStatement { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::statements::do_while_statement::FormatJsDoWhileStatement::default(), + crate::js::statements::do_while_statement::FormatJsDoWhileStatement, ) } } @@ -364,7 +346,7 @@ impl IntoFormat for biome_js_syntax::JsDoWhileStatement { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::statements::do_while_statement::FormatJsDoWhileStatement::default(), + crate::js::statements::do_while_statement::FormatJsDoWhileStatement, ) } } @@ -390,7 +372,7 @@ impl AsFormat for biome_js_syntax::JsEmptyStatement { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::statements::empty_statement::FormatJsEmptyStatement::default(), + crate::js::statements::empty_statement::FormatJsEmptyStatement, ) } } @@ -402,7 +384,7 @@ impl IntoFormat for biome_js_syntax::JsEmptyStatement { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::statements::empty_statement::FormatJsEmptyStatement::default(), + crate::js::statements::empty_statement::FormatJsEmptyStatement, ) } } @@ -428,7 +410,7 @@ impl AsFormat for biome_js_syntax::JsExpressionStatement { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::statements::expression_statement::FormatJsExpressionStatement::default(), + crate::js::statements::expression_statement::FormatJsExpressionStatement, ) } } @@ -440,7 +422,7 @@ impl IntoFormat for biome_js_syntax::JsExpressionStatement { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::statements::expression_statement::FormatJsExpressionStatement::default(), + crate::js::statements::expression_statement::FormatJsExpressionStatement, ) } } @@ -466,7 +448,7 @@ impl AsFormat for biome_js_syntax::JsForInStatement { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::statements::for_in_statement::FormatJsForInStatement::default(), + crate::js::statements::for_in_statement::FormatJsForInStatement, ) } } @@ -478,7 +460,7 @@ impl IntoFormat for biome_js_syntax::JsForInStatement { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::statements::for_in_statement::FormatJsForInStatement::default(), + crate::js::statements::for_in_statement::FormatJsForInStatement, ) } } @@ -504,7 +486,7 @@ impl AsFormat for biome_js_syntax::JsForOfStatement { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::statements::for_of_statement::FormatJsForOfStatement::default(), + crate::js::statements::for_of_statement::FormatJsForOfStatement, ) } } @@ -516,7 +498,7 @@ impl IntoFormat for biome_js_syntax::JsForOfStatement { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::statements::for_of_statement::FormatJsForOfStatement::default(), + crate::js::statements::for_of_statement::FormatJsForOfStatement, ) } } @@ -538,7 +520,7 @@ impl AsFormat for biome_js_syntax::JsForStatement { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::statements::for_statement::FormatJsForStatement::default(), + crate::js::statements::for_statement::FormatJsForStatement, ) } } @@ -550,7 +532,7 @@ impl IntoFormat for biome_js_syntax::JsForStatement { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::statements::for_statement::FormatJsForStatement::default(), + crate::js::statements::for_statement::FormatJsForStatement, ) } } @@ -572,7 +554,7 @@ impl AsFormat for biome_js_syntax::JsIfStatement { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::statements::if_statement::FormatJsIfStatement::default(), + crate::js::statements::if_statement::FormatJsIfStatement, ) } } @@ -584,7 +566,7 @@ impl IntoFormat for biome_js_syntax::JsIfStatement { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::statements::if_statement::FormatJsIfStatement::default(), + crate::js::statements::if_statement::FormatJsIfStatement, ) } } @@ -610,7 +592,7 @@ impl AsFormat for biome_js_syntax::JsLabeledStatement { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::statements::labeled_statement::FormatJsLabeledStatement::default(), + crate::js::statements::labeled_statement::FormatJsLabeledStatement, ) } } @@ -622,7 +604,7 @@ impl IntoFormat for biome_js_syntax::JsLabeledStatement { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::statements::labeled_statement::FormatJsLabeledStatement::default(), + crate::js::statements::labeled_statement::FormatJsLabeledStatement, ) } } @@ -648,7 +630,7 @@ impl AsFormat for biome_js_syntax::JsReturnStatement { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::statements::return_statement::FormatJsReturnStatement::default(), + crate::js::statements::return_statement::FormatJsReturnStatement, ) } } @@ -660,7 +642,7 @@ impl IntoFormat for biome_js_syntax::JsReturnStatement { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::statements::return_statement::FormatJsReturnStatement::default(), + crate::js::statements::return_statement::FormatJsReturnStatement, ) } } @@ -686,7 +668,7 @@ impl AsFormat for biome_js_syntax::JsSwitchStatement { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::statements::switch_statement::FormatJsSwitchStatement::default(), + crate::js::statements::switch_statement::FormatJsSwitchStatement, ) } } @@ -698,7 +680,7 @@ impl IntoFormat for biome_js_syntax::JsSwitchStatement { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::statements::switch_statement::FormatJsSwitchStatement::default(), + crate::js::statements::switch_statement::FormatJsSwitchStatement, ) } } @@ -724,7 +706,7 @@ impl AsFormat for biome_js_syntax::JsThrowStatement { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::statements::throw_statement::FormatJsThrowStatement::default(), + crate::js::statements::throw_statement::FormatJsThrowStatement, ) } } @@ -736,7 +718,7 @@ impl IntoFormat for biome_js_syntax::JsThrowStatement { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::statements::throw_statement::FormatJsThrowStatement::default(), + crate::js::statements::throw_statement::FormatJsThrowStatement, ) } } @@ -762,7 +744,7 @@ impl AsFormat for biome_js_syntax::JsTryFinallyStatement { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::statements::try_finally_statement::FormatJsTryFinallyStatement::default(), + crate::js::statements::try_finally_statement::FormatJsTryFinallyStatement, ) } } @@ -774,7 +756,7 @@ impl IntoFormat for biome_js_syntax::JsTryFinallyStatement { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::statements::try_finally_statement::FormatJsTryFinallyStatement::default(), + crate::js::statements::try_finally_statement::FormatJsTryFinallyStatement, ) } } @@ -796,7 +778,7 @@ impl AsFormat for biome_js_syntax::JsTryStatement { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::statements::try_statement::FormatJsTryStatement::default(), + crate::js::statements::try_statement::FormatJsTryStatement, ) } } @@ -808,7 +790,7 @@ impl IntoFormat for biome_js_syntax::JsTryStatement { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::statements::try_statement::FormatJsTryStatement::default(), + crate::js::statements::try_statement::FormatJsTryStatement, ) } } @@ -834,7 +816,7 @@ impl AsFormat for biome_js_syntax::JsVariableStatement { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::statements::variable_statement::FormatJsVariableStatement::default(), + crate::js::statements::variable_statement::FormatJsVariableStatement, ) } } @@ -846,7 +828,7 @@ impl IntoFormat for biome_js_syntax::JsVariableStatement { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::statements::variable_statement::FormatJsVariableStatement::default(), + crate::js::statements::variable_statement::FormatJsVariableStatement, ) } } @@ -872,7 +854,7 @@ impl AsFormat for biome_js_syntax::JsWhileStatement { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::statements::while_statement::FormatJsWhileStatement::default(), + crate::js::statements::while_statement::FormatJsWhileStatement, ) } } @@ -884,7 +866,7 @@ impl IntoFormat for biome_js_syntax::JsWhileStatement { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::statements::while_statement::FormatJsWhileStatement::default(), + crate::js::statements::while_statement::FormatJsWhileStatement, ) } } @@ -910,7 +892,7 @@ impl AsFormat for biome_js_syntax::JsWithStatement { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::statements::with_statement::FormatJsWithStatement::default(), + crate::js::statements::with_statement::FormatJsWithStatement, ) } } @@ -922,7 +904,7 @@ impl IntoFormat for biome_js_syntax::JsWithStatement { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::statements::with_statement::FormatJsWithStatement::default(), + crate::js::statements::with_statement::FormatJsWithStatement, ) } } @@ -948,7 +930,7 @@ impl AsFormat for biome_js_syntax::JsFunctionDeclaration { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::declarations::function_declaration::FormatJsFunctionDeclaration::default(), + crate::js::declarations::function_declaration::FormatJsFunctionDeclaration, ) } } @@ -960,7 +942,7 @@ impl IntoFormat for biome_js_syntax::JsFunctionDeclaration { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::declarations::function_declaration::FormatJsFunctionDeclaration::default(), + crate::js::declarations::function_declaration::FormatJsFunctionDeclaration, ) } } @@ -986,7 +968,7 @@ impl AsFormat for biome_js_syntax::TsEnumDeclaration { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::declarations::enum_declaration::FormatTsEnumDeclaration::default(), + crate::ts::declarations::enum_declaration::FormatTsEnumDeclaration, ) } } @@ -998,7 +980,7 @@ impl IntoFormat for biome_js_syntax::TsEnumDeclaration { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::declarations::enum_declaration::FormatTsEnumDeclaration::default(), + crate::ts::declarations::enum_declaration::FormatTsEnumDeclaration, ) } } @@ -1024,8 +1006,7 @@ impl AsFormat for biome_js_syntax::TsTypeAliasDeclaration { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::declarations::type_alias_declaration::FormatTsTypeAliasDeclaration::default( - ), + crate::ts::declarations::type_alias_declaration::FormatTsTypeAliasDeclaration, ) } } @@ -1037,8 +1018,7 @@ impl IntoFormat for biome_js_syntax::TsTypeAliasDeclaration { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::declarations::type_alias_declaration::FormatTsTypeAliasDeclaration::default( - ), + crate::ts::declarations::type_alias_declaration::FormatTsTypeAliasDeclaration, ) } } @@ -1064,7 +1044,7 @@ impl AsFormat for biome_js_syntax::TsInterfaceDeclaration { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::declarations::interface_declaration::FormatTsInterfaceDeclaration::default(), + crate::ts::declarations::interface_declaration::FormatTsInterfaceDeclaration, ) } } @@ -1076,7 +1056,7 @@ impl IntoFormat for biome_js_syntax::TsInterfaceDeclaration { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::declarations::interface_declaration::FormatTsInterfaceDeclaration::default(), + crate::ts::declarations::interface_declaration::FormatTsInterfaceDeclaration, ) } } @@ -1100,7 +1080,7 @@ impl AsFormat for biome_js_syntax::TsDeclareFunctionDeclaration crate::ts::declarations::declare_function_declaration::FormatTsDeclareFunctionDeclaration, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: ts :: declarations :: declare_function_declaration :: FormatTsDeclareFunctionDeclaration :: default ()) + FormatRefWithRule :: new (self , crate :: ts :: declarations :: declare_function_declaration :: FormatTsDeclareFunctionDeclaration) } } impl IntoFormat for biome_js_syntax::TsDeclareFunctionDeclaration { @@ -1109,7 +1089,7 @@ impl IntoFormat for biome_js_syntax::TsDeclareFunctionDeclarati crate::ts::declarations::declare_function_declaration::FormatTsDeclareFunctionDeclaration, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: ts :: declarations :: declare_function_declaration :: FormatTsDeclareFunctionDeclaration :: default ()) + FormatOwnedWithRule :: new (self , crate :: ts :: declarations :: declare_function_declaration :: FormatTsDeclareFunctionDeclaration) } } impl FormatRule @@ -1134,7 +1114,7 @@ impl AsFormat for biome_js_syntax::TsDeclareStatement { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::statements::declare_statement::FormatTsDeclareStatement::default(), + crate::ts::statements::declare_statement::FormatTsDeclareStatement, ) } } @@ -1146,7 +1126,7 @@ impl IntoFormat for biome_js_syntax::TsDeclareStatement { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::statements::declare_statement::FormatTsDeclareStatement::default(), + crate::ts::statements::declare_statement::FormatTsDeclareStatement, ) } } @@ -1172,7 +1152,7 @@ impl AsFormat for biome_js_syntax::TsModuleDeclaration { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::declarations::module_declaration::FormatTsModuleDeclaration::default(), + crate::ts::declarations::module_declaration::FormatTsModuleDeclaration, ) } } @@ -1184,7 +1164,7 @@ impl IntoFormat for biome_js_syntax::TsModuleDeclaration { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::declarations::module_declaration::FormatTsModuleDeclaration::default(), + crate::ts::declarations::module_declaration::FormatTsModuleDeclaration, ) } } @@ -1208,7 +1188,10 @@ impl AsFormat for biome_js_syntax::TsExternalModuleDeclaration crate::ts::declarations::external_module_declaration::FormatTsExternalModuleDeclaration, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: ts :: declarations :: external_module_declaration :: FormatTsExternalModuleDeclaration :: default ()) + FormatRefWithRule::new( + self, + crate::ts::declarations::external_module_declaration::FormatTsExternalModuleDeclaration, + ) } } impl IntoFormat for biome_js_syntax::TsExternalModuleDeclaration { @@ -1217,7 +1200,10 @@ impl IntoFormat for biome_js_syntax::TsExternalModuleDeclaratio crate::ts::declarations::external_module_declaration::FormatTsExternalModuleDeclaration, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: ts :: declarations :: external_module_declaration :: FormatTsExternalModuleDeclaration :: default ()) + FormatOwnedWithRule::new( + self, + crate::ts::declarations::external_module_declaration::FormatTsExternalModuleDeclaration, + ) } } impl FormatRule @@ -1242,7 +1228,7 @@ impl AsFormat for biome_js_syntax::TsGlobalDeclaration { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::declarations::global_declaration::FormatTsGlobalDeclaration::default(), + crate::ts::declarations::global_declaration::FormatTsGlobalDeclaration, ) } } @@ -1254,7 +1240,7 @@ impl IntoFormat for biome_js_syntax::TsGlobalDeclaration { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::declarations::global_declaration::FormatTsGlobalDeclaration::default(), + crate::ts::declarations::global_declaration::FormatTsGlobalDeclaration, ) } } @@ -1278,7 +1264,10 @@ impl AsFormat for biome_js_syntax::TsImportEqualsDeclaration { crate::ts::declarations::import_equals_declaration::FormatTsImportEqualsDeclaration, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: ts :: declarations :: import_equals_declaration :: FormatTsImportEqualsDeclaration :: default ()) + FormatRefWithRule::new( + self, + crate::ts::declarations::import_equals_declaration::FormatTsImportEqualsDeclaration, + ) } } impl IntoFormat for biome_js_syntax::TsImportEqualsDeclaration { @@ -1287,7 +1276,10 @@ impl IntoFormat for biome_js_syntax::TsImportEqualsDeclaration crate::ts::declarations::import_equals_declaration::FormatTsImportEqualsDeclaration, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: ts :: declarations :: import_equals_declaration :: FormatTsImportEqualsDeclaration :: default ()) + FormatOwnedWithRule::new( + self, + crate::ts::declarations::import_equals_declaration::FormatTsImportEqualsDeclaration, + ) } } impl FormatRule @@ -1306,10 +1298,7 @@ impl AsFormat for biome_js_syntax::JsElseClause { crate::js::auxiliary::else_clause::FormatJsElseClause, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::js::auxiliary::else_clause::FormatJsElseClause::default(), - ) + FormatRefWithRule::new(self, crate::js::auxiliary::else_clause::FormatJsElseClause) } } impl IntoFormat for biome_js_syntax::JsElseClause { @@ -1318,10 +1307,7 @@ impl IntoFormat for biome_js_syntax::JsElseClause { crate::js::auxiliary::else_clause::FormatJsElseClause, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::js::auxiliary::else_clause::FormatJsElseClause::default(), - ) + FormatOwnedWithRule::new(self, crate::js::auxiliary::else_clause::FormatJsElseClause) } } impl FormatRule @@ -1346,7 +1332,7 @@ impl AsFormat for biome_js_syntax::JsVariableDeclaration { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::declarations::variable_declaration::FormatJsVariableDeclaration::default(), + crate::js::declarations::variable_declaration::FormatJsVariableDeclaration, ) } } @@ -1358,7 +1344,7 @@ impl IntoFormat for biome_js_syntax::JsVariableDeclaration { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::declarations::variable_declaration::FormatJsVariableDeclaration::default(), + crate::js::declarations::variable_declaration::FormatJsVariableDeclaration, ) } } @@ -1382,7 +1368,10 @@ impl AsFormat for biome_js_syntax::JsForVariableDeclaration { crate::js::declarations::for_variable_declaration::FormatJsForVariableDeclaration, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: declarations :: for_variable_declaration :: FormatJsForVariableDeclaration :: default ()) + FormatRefWithRule::new( + self, + crate::js::declarations::for_variable_declaration::FormatJsForVariableDeclaration, + ) } } impl IntoFormat for biome_js_syntax::JsForVariableDeclaration { @@ -1391,7 +1380,10 @@ impl IntoFormat for biome_js_syntax::JsForVariableDeclaration { crate::js::declarations::for_variable_declaration::FormatJsForVariableDeclaration, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: declarations :: for_variable_declaration :: FormatJsForVariableDeclaration :: default ()) + FormatOwnedWithRule::new( + self, + crate::js::declarations::for_variable_declaration::FormatJsForVariableDeclaration, + ) } } impl FormatRule @@ -1416,7 +1408,7 @@ impl AsFormat for biome_js_syntax::JsVariableDeclarator { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::auxiliary::variable_declarator::FormatJsVariableDeclarator::default(), + crate::js::auxiliary::variable_declarator::FormatJsVariableDeclarator, ) } } @@ -1428,7 +1420,7 @@ impl IntoFormat for biome_js_syntax::JsVariableDeclarator { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::auxiliary::variable_declarator::FormatJsVariableDeclarator::default(), + crate::js::auxiliary::variable_declarator::FormatJsVariableDeclarator, ) } } @@ -1448,10 +1440,7 @@ impl AsFormat for biome_js_syntax::JsCaseClause { crate::js::auxiliary::case_clause::FormatJsCaseClause, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::js::auxiliary::case_clause::FormatJsCaseClause::default(), - ) + FormatRefWithRule::new(self, crate::js::auxiliary::case_clause::FormatJsCaseClause) } } impl IntoFormat for biome_js_syntax::JsCaseClause { @@ -1460,10 +1449,7 @@ impl IntoFormat for biome_js_syntax::JsCaseClause { crate::js::auxiliary::case_clause::FormatJsCaseClause, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::js::auxiliary::case_clause::FormatJsCaseClause::default(), - ) + FormatOwnedWithRule::new(self, crate::js::auxiliary::case_clause::FormatJsCaseClause) } } impl FormatRule @@ -1488,7 +1474,7 @@ impl AsFormat for biome_js_syntax::JsDefaultClause { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::auxiliary::default_clause::FormatJsDefaultClause::default(), + crate::js::auxiliary::default_clause::FormatJsDefaultClause, ) } } @@ -1500,7 +1486,7 @@ impl IntoFormat for biome_js_syntax::JsDefaultClause { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::auxiliary::default_clause::FormatJsDefaultClause::default(), + crate::js::auxiliary::default_clause::FormatJsDefaultClause, ) } } @@ -1522,7 +1508,7 @@ impl AsFormat for biome_js_syntax::JsCatchClause { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::auxiliary::catch_clause::FormatJsCatchClause::default(), + crate::js::auxiliary::catch_clause::FormatJsCatchClause, ) } } @@ -1534,7 +1520,7 @@ impl IntoFormat for biome_js_syntax::JsCatchClause { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::auxiliary::catch_clause::FormatJsCatchClause::default(), + crate::js::auxiliary::catch_clause::FormatJsCatchClause, ) } } @@ -1560,7 +1546,7 @@ impl AsFormat for biome_js_syntax::JsFinallyClause { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::auxiliary::finally_clause::FormatJsFinallyClause::default(), + crate::js::auxiliary::finally_clause::FormatJsFinallyClause, ) } } @@ -1572,7 +1558,7 @@ impl IntoFormat for biome_js_syntax::JsFinallyClause { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::auxiliary::finally_clause::FormatJsFinallyClause::default(), + crate::js::auxiliary::finally_clause::FormatJsFinallyClause, ) } } @@ -1598,7 +1584,7 @@ impl AsFormat for biome_js_syntax::JsCatchDeclaration { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::declarations::catch_declaration::FormatJsCatchDeclaration::default(), + crate::js::declarations::catch_declaration::FormatJsCatchDeclaration, ) } } @@ -1610,7 +1596,7 @@ impl IntoFormat for biome_js_syntax::JsCatchDeclaration { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::declarations::catch_declaration::FormatJsCatchDeclaration::default(), + crate::js::declarations::catch_declaration::FormatJsCatchDeclaration, ) } } @@ -1636,7 +1622,7 @@ impl AsFormat for biome_js_syntax::TsTypeAnnotation { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::auxiliary::type_annotation::FormatTsTypeAnnotation::default(), + crate::ts::auxiliary::type_annotation::FormatTsTypeAnnotation, ) } } @@ -1648,7 +1634,7 @@ impl IntoFormat for biome_js_syntax::TsTypeAnnotation { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::auxiliary::type_annotation::FormatTsTypeAnnotation::default(), + crate::ts::auxiliary::type_annotation::FormatTsTypeAnnotation, ) } } @@ -1674,7 +1660,7 @@ impl AsFormat for biome_js_syntax::JsImportMetaExpression { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::expressions::import_meta_expression::FormatJsImportMetaExpression::default(), + crate::js::expressions::import_meta_expression::FormatJsImportMetaExpression, ) } } @@ -1686,7 +1672,7 @@ impl IntoFormat for biome_js_syntax::JsImportMetaExpression { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::expressions::import_meta_expression::FormatJsImportMetaExpression::default(), + crate::js::expressions::import_meta_expression::FormatJsImportMetaExpression, ) } } @@ -1782,7 +1768,7 @@ impl AsFormat for biome_js_syntax::JsAssignmentExpression { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::expressions::assignment_expression::FormatJsAssignmentExpression::default(), + crate::js::expressions::assignment_expression::FormatJsAssignmentExpression, ) } } @@ -1794,7 +1780,7 @@ impl IntoFormat for biome_js_syntax::JsAssignmentExpression { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::expressions::assignment_expression::FormatJsAssignmentExpression::default(), + crate::js::expressions::assignment_expression::FormatJsAssignmentExpression, ) } } @@ -1820,7 +1806,7 @@ impl AsFormat for biome_js_syntax::JsAwaitExpression { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::expressions::await_expression::FormatJsAwaitExpression::default(), + crate::js::expressions::await_expression::FormatJsAwaitExpression, ) } } @@ -1832,7 +1818,7 @@ impl IntoFormat for biome_js_syntax::JsAwaitExpression { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::expressions::await_expression::FormatJsAwaitExpression::default(), + crate::js::expressions::await_expression::FormatJsAwaitExpression, ) } } @@ -1858,7 +1844,7 @@ impl AsFormat for biome_js_syntax::JsBinaryExpression { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::expressions::binary_expression::FormatJsBinaryExpression::default(), + crate::js::expressions::binary_expression::FormatJsBinaryExpression, ) } } @@ -1870,7 +1856,7 @@ impl IntoFormat for biome_js_syntax::JsBinaryExpression { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::expressions::binary_expression::FormatJsBinaryExpression::default(), + crate::js::expressions::binary_expression::FormatJsBinaryExpression, ) } } @@ -1896,7 +1882,7 @@ impl AsFormat for biome_js_syntax::JsCallExpression { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::expressions::call_expression::FormatJsCallExpression::default(), + crate::js::expressions::call_expression::FormatJsCallExpression, ) } } @@ -1908,7 +1894,7 @@ impl IntoFormat for biome_js_syntax::JsCallExpression { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::expressions::call_expression::FormatJsCallExpression::default(), + crate::js::expressions::call_expression::FormatJsCallExpression, ) } } @@ -1934,7 +1920,7 @@ impl AsFormat for biome_js_syntax::JsClassExpression { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::expressions::class_expression::FormatJsClassExpression::default(), + crate::js::expressions::class_expression::FormatJsClassExpression, ) } } @@ -1946,7 +1932,7 @@ impl IntoFormat for biome_js_syntax::JsClassExpression { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::expressions::class_expression::FormatJsClassExpression::default(), + crate::js::expressions::class_expression::FormatJsClassExpression, ) } } @@ -1970,7 +1956,10 @@ impl AsFormat for biome_js_syntax::JsComputedMemberExpression { crate::js::expressions::computed_member_expression::FormatJsComputedMemberExpression, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: expressions :: computed_member_expression :: FormatJsComputedMemberExpression :: default ()) + FormatRefWithRule::new( + self, + crate::js::expressions::computed_member_expression::FormatJsComputedMemberExpression, + ) } } impl IntoFormat for biome_js_syntax::JsComputedMemberExpression { @@ -1979,7 +1968,10 @@ impl IntoFormat for biome_js_syntax::JsComputedMemberExpression crate::js::expressions::computed_member_expression::FormatJsComputedMemberExpression, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: expressions :: computed_member_expression :: FormatJsComputedMemberExpression :: default ()) + FormatOwnedWithRule::new( + self, + crate::js::expressions::computed_member_expression::FormatJsComputedMemberExpression, + ) } } impl FormatRule @@ -2082,7 +2074,7 @@ impl AsFormat for biome_js_syntax::JsIdentifierExpression { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::expressions::identifier_expression::FormatJsIdentifierExpression::default(), + crate::js::expressions::identifier_expression::FormatJsIdentifierExpression, ) } } @@ -2094,7 +2086,7 @@ impl IntoFormat for biome_js_syntax::JsIdentifierExpression { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::expressions::identifier_expression::FormatJsIdentifierExpression::default(), + crate::js::expressions::identifier_expression::FormatJsIdentifierExpression, ) } } @@ -2120,7 +2112,7 @@ impl AsFormat for biome_js_syntax::JsImportCallExpression { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::expressions::import_call_expression::FormatJsImportCallExpression::default(), + crate::js::expressions::import_call_expression::FormatJsImportCallExpression, ) } } @@ -2132,7 +2124,7 @@ impl IntoFormat for biome_js_syntax::JsImportCallExpression { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::expressions::import_call_expression::FormatJsImportCallExpression::default(), + crate::js::expressions::import_call_expression::FormatJsImportCallExpression, ) } } @@ -2154,7 +2146,7 @@ impl AsFormat for biome_js_syntax::JsInExpression { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::expressions::in_expression::FormatJsInExpression::default(), + crate::js::expressions::in_expression::FormatJsInExpression, ) } } @@ -2166,7 +2158,7 @@ impl IntoFormat for biome_js_syntax::JsInExpression { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::expressions::in_expression::FormatJsInExpression::default(), + crate::js::expressions::in_expression::FormatJsInExpression, ) } } @@ -2192,7 +2184,7 @@ impl AsFormat for biome_js_syntax::JsInstanceofExpression { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::expressions::instanceof_expression::FormatJsInstanceofExpression::default(), + crate::js::expressions::instanceof_expression::FormatJsInstanceofExpression, ) } } @@ -2204,7 +2196,7 @@ impl IntoFormat for biome_js_syntax::JsInstanceofExpression { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::expressions::instanceof_expression::FormatJsInstanceofExpression::default(), + crate::js::expressions::instanceof_expression::FormatJsInstanceofExpression, ) } } @@ -2230,7 +2222,7 @@ impl AsFormat for biome_js_syntax::JsLogicalExpression { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::expressions::logical_expression::FormatJsLogicalExpression::default(), + crate::js::expressions::logical_expression::FormatJsLogicalExpression, ) } } @@ -2242,7 +2234,7 @@ impl IntoFormat for biome_js_syntax::JsLogicalExpression { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::expressions::logical_expression::FormatJsLogicalExpression::default(), + crate::js::expressions::logical_expression::FormatJsLogicalExpression, ) } } @@ -2268,7 +2260,7 @@ impl AsFormat for biome_js_syntax::JsNewExpression { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::expressions::new_expression::FormatJsNewExpression::default(), + crate::js::expressions::new_expression::FormatJsNewExpression, ) } } @@ -2280,7 +2272,7 @@ impl IntoFormat for biome_js_syntax::JsNewExpression { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::expressions::new_expression::FormatJsNewExpression::default(), + crate::js::expressions::new_expression::FormatJsNewExpression, ) } } @@ -2306,7 +2298,7 @@ impl AsFormat for biome_js_syntax::JsObjectExpression { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::expressions::object_expression::FormatJsObjectExpression::default(), + crate::js::expressions::object_expression::FormatJsObjectExpression, ) } } @@ -2318,7 +2310,7 @@ impl IntoFormat for biome_js_syntax::JsObjectExpression { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::expressions::object_expression::FormatJsObjectExpression::default(), + crate::js::expressions::object_expression::FormatJsObjectExpression, ) } } @@ -2342,7 +2334,10 @@ impl AsFormat for biome_js_syntax::JsParenthesizedExpression { crate::js::expressions::parenthesized_expression::FormatJsParenthesizedExpression, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: expressions :: parenthesized_expression :: FormatJsParenthesizedExpression :: default ()) + FormatRefWithRule::new( + self, + crate::js::expressions::parenthesized_expression::FormatJsParenthesizedExpression, + ) } } impl IntoFormat for biome_js_syntax::JsParenthesizedExpression { @@ -2351,7 +2346,10 @@ impl IntoFormat for biome_js_syntax::JsParenthesizedExpression crate::js::expressions::parenthesized_expression::FormatJsParenthesizedExpression, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: expressions :: parenthesized_expression :: FormatJsParenthesizedExpression :: default ()) + FormatOwnedWithRule::new( + self, + crate::js::expressions::parenthesized_expression::FormatJsParenthesizedExpression, + ) } } impl FormatRule @@ -2376,7 +2374,7 @@ impl AsFormat for biome_js_syntax::JsPostUpdateExpression { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::expressions::post_update_expression::FormatJsPostUpdateExpression::default(), + crate::js::expressions::post_update_expression::FormatJsPostUpdateExpression, ) } } @@ -2388,7 +2386,7 @@ impl IntoFormat for biome_js_syntax::JsPostUpdateExpression { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::expressions::post_update_expression::FormatJsPostUpdateExpression::default(), + crate::js::expressions::post_update_expression::FormatJsPostUpdateExpression, ) } } @@ -2414,7 +2412,7 @@ impl AsFormat for biome_js_syntax::JsPreUpdateExpression { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::expressions::pre_update_expression::FormatJsPreUpdateExpression::default(), + crate::js::expressions::pre_update_expression::FormatJsPreUpdateExpression, ) } } @@ -2426,7 +2424,7 @@ impl IntoFormat for biome_js_syntax::JsPreUpdateExpression { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::expressions::pre_update_expression::FormatJsPreUpdateExpression::default(), + crate::js::expressions::pre_update_expression::FormatJsPreUpdateExpression, ) } } @@ -2452,7 +2450,7 @@ impl AsFormat for biome_js_syntax::JsSequenceExpression { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::expressions::sequence_expression::FormatJsSequenceExpression::default(), + crate::js::expressions::sequence_expression::FormatJsSequenceExpression, ) } } @@ -2464,7 +2462,7 @@ impl IntoFormat for biome_js_syntax::JsSequenceExpression { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::expressions::sequence_expression::FormatJsSequenceExpression::default(), + crate::js::expressions::sequence_expression::FormatJsSequenceExpression, ) } } @@ -2488,7 +2486,10 @@ impl AsFormat for biome_js_syntax::JsStaticMemberExpression { crate::js::expressions::static_member_expression::FormatJsStaticMemberExpression, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: expressions :: static_member_expression :: FormatJsStaticMemberExpression :: default ()) + FormatRefWithRule::new( + self, + crate::js::expressions::static_member_expression::FormatJsStaticMemberExpression, + ) } } impl IntoFormat for biome_js_syntax::JsStaticMemberExpression { @@ -2497,7 +2498,10 @@ impl IntoFormat for biome_js_syntax::JsStaticMemberExpression { crate::js::expressions::static_member_expression::FormatJsStaticMemberExpression, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: expressions :: static_member_expression :: FormatJsStaticMemberExpression :: default ()) + FormatOwnedWithRule::new( + self, + crate::js::expressions::static_member_expression::FormatJsStaticMemberExpression, + ) } } impl FormatRule @@ -2522,7 +2526,7 @@ impl AsFormat for biome_js_syntax::JsSuperExpression { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::expressions::super_expression::FormatJsSuperExpression::default(), + crate::js::expressions::super_expression::FormatJsSuperExpression, ) } } @@ -2534,7 +2538,7 @@ impl IntoFormat for biome_js_syntax::JsSuperExpression { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::expressions::super_expression::FormatJsSuperExpression::default(), + crate::js::expressions::super_expression::FormatJsSuperExpression, ) } } @@ -2560,7 +2564,7 @@ impl AsFormat for biome_js_syntax::JsThisExpression { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::expressions::this_expression::FormatJsThisExpression::default(), + crate::js::expressions::this_expression::FormatJsThisExpression, ) } } @@ -2572,7 +2576,7 @@ impl IntoFormat for biome_js_syntax::JsThisExpression { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::expressions::this_expression::FormatJsThisExpression::default(), + crate::js::expressions::this_expression::FormatJsThisExpression, ) } } @@ -2598,7 +2602,7 @@ impl AsFormat for biome_js_syntax::JsUnaryExpression { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::expressions::unary_expression::FormatJsUnaryExpression::default(), + crate::js::expressions::unary_expression::FormatJsUnaryExpression, ) } } @@ -2610,7 +2614,7 @@ impl IntoFormat for biome_js_syntax::JsUnaryExpression { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::expressions::unary_expression::FormatJsUnaryExpression::default(), + crate::js::expressions::unary_expression::FormatJsUnaryExpression, ) } } @@ -2636,7 +2640,7 @@ impl AsFormat for biome_js_syntax::JsYieldExpression { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::expressions::yield_expression::FormatJsYieldExpression::default(), + crate::js::expressions::yield_expression::FormatJsYieldExpression, ) } } @@ -2648,7 +2652,7 @@ impl IntoFormat for biome_js_syntax::JsYieldExpression { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::expressions::yield_expression::FormatJsYieldExpression::default(), + crate::js::expressions::yield_expression::FormatJsYieldExpression, ) } } @@ -2674,7 +2678,7 @@ impl AsFormat for biome_js_syntax::JsNewTargetExpression { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::expressions::new_target_expression::FormatJsNewTargetExpression::default(), + crate::js::expressions::new_target_expression::FormatJsNewTargetExpression, ) } } @@ -2686,7 +2690,7 @@ impl IntoFormat for biome_js_syntax::JsNewTargetExpression { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::expressions::new_target_expression::FormatJsNewTargetExpression::default(), + crate::js::expressions::new_target_expression::FormatJsNewTargetExpression, ) } } @@ -2712,7 +2716,7 @@ impl AsFormat for biome_js_syntax::JsTemplateExpression { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::expressions::template_expression::FormatJsTemplateExpression::default(), + crate::js::expressions::template_expression::FormatJsTemplateExpression, ) } } @@ -2724,7 +2728,7 @@ impl IntoFormat for biome_js_syntax::JsTemplateExpression { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::expressions::template_expression::FormatJsTemplateExpression::default(), + crate::js::expressions::template_expression::FormatJsTemplateExpression, ) } } @@ -2748,7 +2752,10 @@ impl AsFormat for biome_js_syntax::TsTypeAssertionExpression { crate::ts::expressions::type_assertion_expression::FormatTsTypeAssertionExpression, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: ts :: expressions :: type_assertion_expression :: FormatTsTypeAssertionExpression :: default ()) + FormatRefWithRule::new( + self, + crate::ts::expressions::type_assertion_expression::FormatTsTypeAssertionExpression, + ) } } impl IntoFormat for biome_js_syntax::TsTypeAssertionExpression { @@ -2757,7 +2764,10 @@ impl IntoFormat for biome_js_syntax::TsTypeAssertionExpression crate::ts::expressions::type_assertion_expression::FormatTsTypeAssertionExpression, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: ts :: expressions :: type_assertion_expression :: FormatTsTypeAssertionExpression :: default ()) + FormatOwnedWithRule::new( + self, + crate::ts::expressions::type_assertion_expression::FormatTsTypeAssertionExpression, + ) } } impl FormatRule @@ -2778,7 +2788,7 @@ impl AsFormat for biome_js_syntax::TsAsExpression { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::expressions::as_expression::FormatTsAsExpression::default(), + crate::ts::expressions::as_expression::FormatTsAsExpression, ) } } @@ -2790,7 +2800,7 @@ impl IntoFormat for biome_js_syntax::TsAsExpression { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::expressions::as_expression::FormatTsAsExpression::default(), + crate::ts::expressions::as_expression::FormatTsAsExpression, ) } } @@ -2816,7 +2826,7 @@ impl AsFormat for biome_js_syntax::TsSatisfiesExpression { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::expressions::satisfies_expression::FormatTsSatisfiesExpression::default(), + crate::ts::expressions::satisfies_expression::FormatTsSatisfiesExpression, ) } } @@ -2828,7 +2838,7 @@ impl IntoFormat for biome_js_syntax::TsSatisfiesExpression { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::expressions::satisfies_expression::FormatTsSatisfiesExpression::default(), + crate::ts::expressions::satisfies_expression::FormatTsSatisfiesExpression, ) } } @@ -2852,7 +2862,7 @@ impl AsFormat for biome_js_syntax::TsNonNullAssertionExpression crate::ts::expressions::non_null_assertion_expression::FormatTsNonNullAssertionExpression, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: ts :: expressions :: non_null_assertion_expression :: FormatTsNonNullAssertionExpression :: default ()) + FormatRefWithRule :: new (self , crate :: ts :: expressions :: non_null_assertion_expression :: FormatTsNonNullAssertionExpression) } } impl IntoFormat for biome_js_syntax::TsNonNullAssertionExpression { @@ -2861,7 +2871,7 @@ impl IntoFormat for biome_js_syntax::TsNonNullAssertionExpressi crate::ts::expressions::non_null_assertion_expression::FormatTsNonNullAssertionExpression, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: ts :: expressions :: non_null_assertion_expression :: FormatTsNonNullAssertionExpression :: default ()) + FormatOwnedWithRule :: new (self , crate :: ts :: expressions :: non_null_assertion_expression :: FormatTsNonNullAssertionExpression) } } impl FormatRule @@ -2884,7 +2894,10 @@ impl AsFormat for biome_js_syntax::TsInstantiationExpression { crate::ts::expressions::instantiation_expression::FormatTsInstantiationExpression, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: ts :: expressions :: instantiation_expression :: FormatTsInstantiationExpression :: default ()) + FormatRefWithRule::new( + self, + crate::ts::expressions::instantiation_expression::FormatTsInstantiationExpression, + ) } } impl IntoFormat for biome_js_syntax::TsInstantiationExpression { @@ -2893,7 +2906,10 @@ impl IntoFormat for biome_js_syntax::TsInstantiationExpression crate::ts::expressions::instantiation_expression::FormatTsInstantiationExpression, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: ts :: expressions :: instantiation_expression :: FormatTsInstantiationExpression :: default ()) + FormatOwnedWithRule::new( + self, + crate::ts::expressions::instantiation_expression::FormatTsInstantiationExpression, + ) } } impl FormatRule @@ -2918,7 +2934,7 @@ impl AsFormat for biome_js_syntax::JsxTagExpression { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::jsx::expressions::tag_expression::FormatJsxTagExpression::default(), + crate::jsx::expressions::tag_expression::FormatJsxTagExpression, ) } } @@ -2930,7 +2946,7 @@ impl IntoFormat for biome_js_syntax::JsxTagExpression { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::jsx::expressions::tag_expression::FormatJsxTagExpression::default(), + crate::jsx::expressions::tag_expression::FormatJsxTagExpression, ) } } @@ -2956,7 +2972,7 @@ impl AsFormat for biome_js_syntax::TsTypeArguments { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::expressions::type_arguments::FormatTsTypeArguments::default(), + crate::ts::expressions::type_arguments::FormatTsTypeArguments, ) } } @@ -2968,7 +2984,7 @@ impl IntoFormat for biome_js_syntax::TsTypeArguments { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::expressions::type_arguments::FormatTsTypeArguments::default(), + crate::ts::expressions::type_arguments::FormatTsTypeArguments, ) } } @@ -2994,7 +3010,7 @@ impl AsFormat for biome_js_syntax::JsTemplateChunkElement { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::auxiliary::template_chunk_element::FormatJsTemplateChunkElement::default(), + crate::js::auxiliary::template_chunk_element::FormatJsTemplateChunkElement, ) } } @@ -3006,7 +3022,7 @@ impl IntoFormat for biome_js_syntax::JsTemplateChunkElement { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::auxiliary::template_chunk_element::FormatJsTemplateChunkElement::default(), + crate::js::auxiliary::template_chunk_element::FormatJsTemplateChunkElement, ) } } @@ -3070,7 +3086,7 @@ impl AsFormat for biome_js_syntax::JsCallArguments { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::expressions::call_arguments::FormatJsCallArguments::default(), + crate::js::expressions::call_arguments::FormatJsCallArguments, ) } } @@ -3082,7 +3098,7 @@ impl IntoFormat for biome_js_syntax::JsCallArguments { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::expressions::call_arguments::FormatJsCallArguments::default(), + crate::js::expressions::call_arguments::FormatJsCallArguments, ) } } @@ -3108,7 +3124,7 @@ impl AsFormat for biome_js_syntax::JsYieldArgument { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::expressions::yield_argument::FormatJsYieldArgument::default(), + crate::js::expressions::yield_argument::FormatJsYieldArgument, ) } } @@ -3120,7 +3136,7 @@ impl IntoFormat for biome_js_syntax::JsYieldArgument { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::expressions::yield_argument::FormatJsYieldArgument::default(), + crate::js::expressions::yield_argument::FormatJsYieldArgument, ) } } @@ -3178,10 +3194,7 @@ impl AsFormat for biome_js_syntax::JsParameters { crate::js::bindings::parameters::FormatJsParameters, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::js::bindings::parameters::FormatJsParameters::default(), - ) + FormatRefWithRule::new(self, crate::js::bindings::parameters::FormatJsParameters) } } impl IntoFormat for biome_js_syntax::JsParameters { @@ -3190,10 +3203,7 @@ impl IntoFormat for biome_js_syntax::JsParameters { crate::js::bindings::parameters::FormatJsParameters, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::js::bindings::parameters::FormatJsParameters::default(), - ) + FormatOwnedWithRule::new(self, crate::js::bindings::parameters::FormatJsParameters) } } impl FormatRule @@ -3218,7 +3228,7 @@ impl AsFormat for biome_js_syntax::TsReturnTypeAnnotation { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::auxiliary::return_type_annotation::FormatTsReturnTypeAnnotation::default(), + crate::ts::auxiliary::return_type_annotation::FormatTsReturnTypeAnnotation, ) } } @@ -3230,7 +3240,7 @@ impl IntoFormat for biome_js_syntax::TsReturnTypeAnnotation { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::auxiliary::return_type_annotation::FormatTsReturnTypeAnnotation::default(), + crate::ts::auxiliary::return_type_annotation::FormatTsReturnTypeAnnotation, ) } } @@ -3252,7 +3262,7 @@ impl AsFormat for biome_js_syntax::JsFunctionBody { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::auxiliary::function_body::FormatJsFunctionBody::default(), + crate::js::auxiliary::function_body::FormatJsFunctionBody, ) } } @@ -3264,7 +3274,7 @@ impl IntoFormat for biome_js_syntax::JsFunctionBody { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::auxiliary::function_body::FormatJsFunctionBody::default(), + crate::js::auxiliary::function_body::FormatJsFunctionBody, ) } } @@ -3282,10 +3292,7 @@ impl AsFormat for biome_js_syntax::JsSpread { crate::js::auxiliary::spread::FormatJsSpread, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::js::auxiliary::spread::FormatJsSpread::default(), - ) + FormatRefWithRule::new(self, crate::js::auxiliary::spread::FormatJsSpread) } } impl IntoFormat for biome_js_syntax::JsSpread { @@ -3294,10 +3301,7 @@ impl IntoFormat for biome_js_syntax::JsSpread { crate::js::auxiliary::spread::FormatJsSpread, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::js::auxiliary::spread::FormatJsSpread::default(), - ) + FormatOwnedWithRule::new(self, crate::js::auxiliary::spread::FormatJsSpread) } } impl FormatRule @@ -3316,10 +3320,7 @@ impl AsFormat for biome_js_syntax::JsArrayHole { crate::js::auxiliary::array_hole::FormatJsArrayHole, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::js::auxiliary::array_hole::FormatJsArrayHole::default(), - ) + FormatRefWithRule::new(self, crate::js::auxiliary::array_hole::FormatJsArrayHole) } } impl IntoFormat for biome_js_syntax::JsArrayHole { @@ -3328,10 +3329,7 @@ impl IntoFormat for biome_js_syntax::JsArrayHole { crate::js::auxiliary::array_hole::FormatJsArrayHole, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::js::auxiliary::array_hole::FormatJsArrayHole::default(), - ) + FormatOwnedWithRule::new(self, crate::js::auxiliary::array_hole::FormatJsArrayHole) } } impl FormatRule @@ -3356,7 +3354,7 @@ impl AsFormat for biome_js_syntax::JsReferenceIdentifier { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::auxiliary::reference_identifier::FormatJsReferenceIdentifier::default(), + crate::js::auxiliary::reference_identifier::FormatJsReferenceIdentifier, ) } } @@ -3368,7 +3366,7 @@ impl IntoFormat for biome_js_syntax::JsReferenceIdentifier { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::auxiliary::reference_identifier::FormatJsReferenceIdentifier::default(), + crate::js::auxiliary::reference_identifier::FormatJsReferenceIdentifier, ) } } @@ -3390,7 +3388,7 @@ impl AsFormat for biome_js_syntax::JsPrivateName { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::auxiliary::private_name::FormatJsPrivateName::default(), + crate::js::auxiliary::private_name::FormatJsPrivateName, ) } } @@ -3402,7 +3400,7 @@ impl IntoFormat for biome_js_syntax::JsPrivateName { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::auxiliary::private_name::FormatJsPrivateName::default(), + crate::js::auxiliary::private_name::FormatJsPrivateName, ) } } @@ -3428,7 +3426,7 @@ impl AsFormat for biome_js_syntax::JsLiteralMemberName { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::objects::literal_member_name::FormatJsLiteralMemberName::default(), + crate::js::objects::literal_member_name::FormatJsLiteralMemberName, ) } } @@ -3440,7 +3438,7 @@ impl IntoFormat for biome_js_syntax::JsLiteralMemberName { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::objects::literal_member_name::FormatJsLiteralMemberName::default(), + crate::js::objects::literal_member_name::FormatJsLiteralMemberName, ) } } @@ -3466,7 +3464,7 @@ impl AsFormat for biome_js_syntax::JsComputedMemberName { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::objects::computed_member_name::FormatJsComputedMemberName::default(), + crate::js::objects::computed_member_name::FormatJsComputedMemberName, ) } } @@ -3478,7 +3476,7 @@ impl IntoFormat for biome_js_syntax::JsComputedMemberName { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::objects::computed_member_name::FormatJsComputedMemberName::default(), + crate::js::objects::computed_member_name::FormatJsComputedMemberName, ) } } @@ -3504,7 +3502,7 @@ impl AsFormat for biome_js_syntax::JsPropertyObjectMember { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::objects::property_object_member::FormatJsPropertyObjectMember::default(), + crate::js::objects::property_object_member::FormatJsPropertyObjectMember, ) } } @@ -3516,7 +3514,7 @@ impl IntoFormat for biome_js_syntax::JsPropertyObjectMember { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::objects::property_object_member::FormatJsPropertyObjectMember::default(), + crate::js::objects::property_object_member::FormatJsPropertyObjectMember, ) } } @@ -3542,7 +3540,7 @@ impl AsFormat for biome_js_syntax::JsMethodObjectMember { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::objects::method_object_member::FormatJsMethodObjectMember::default(), + crate::js::objects::method_object_member::FormatJsMethodObjectMember, ) } } @@ -3554,7 +3552,7 @@ impl IntoFormat for biome_js_syntax::JsMethodObjectMember { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::objects::method_object_member::FormatJsMethodObjectMember::default(), + crate::js::objects::method_object_member::FormatJsMethodObjectMember, ) } } @@ -3580,7 +3578,7 @@ impl AsFormat for biome_js_syntax::JsGetterObjectMember { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::objects::getter_object_member::FormatJsGetterObjectMember::default(), + crate::js::objects::getter_object_member::FormatJsGetterObjectMember, ) } } @@ -3592,7 +3590,7 @@ impl IntoFormat for biome_js_syntax::JsGetterObjectMember { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::objects::getter_object_member::FormatJsGetterObjectMember::default(), + crate::js::objects::getter_object_member::FormatJsGetterObjectMember, ) } } @@ -3618,7 +3616,7 @@ impl AsFormat for biome_js_syntax::JsSetterObjectMember { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::objects::setter_object_member::FormatJsSetterObjectMember::default(), + crate::js::objects::setter_object_member::FormatJsSetterObjectMember, ) } } @@ -3630,7 +3628,7 @@ impl IntoFormat for biome_js_syntax::JsSetterObjectMember { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::objects::setter_object_member::FormatJsSetterObjectMember::default(), + crate::js::objects::setter_object_member::FormatJsSetterObjectMember, ) } } @@ -3654,7 +3652,7 @@ impl AsFormat for biome_js_syntax::JsShorthandPropertyObjectMem crate::js::objects::shorthand_property_object_member::FormatJsShorthandPropertyObjectMember, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: objects :: shorthand_property_object_member :: FormatJsShorthandPropertyObjectMember :: default ()) + FormatRefWithRule :: new (self , crate :: js :: objects :: shorthand_property_object_member :: FormatJsShorthandPropertyObjectMember) } } impl IntoFormat for biome_js_syntax::JsShorthandPropertyObjectMember { @@ -3663,7 +3661,7 @@ impl IntoFormat for biome_js_syntax::JsShorthandPropertyObjectM crate::js::objects::shorthand_property_object_member::FormatJsShorthandPropertyObjectMember, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: objects :: shorthand_property_object_member :: FormatJsShorthandPropertyObjectMember :: default ()) + FormatOwnedWithRule :: new (self , crate :: js :: objects :: shorthand_property_object_member :: FormatJsShorthandPropertyObjectMember) } } impl FormatRule @@ -3688,7 +3686,7 @@ impl AsFormat for biome_js_syntax::JsExtendsClause { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::classes::extends_clause::FormatJsExtendsClause::default(), + crate::js::classes::extends_clause::FormatJsExtendsClause, ) } } @@ -3700,7 +3698,7 @@ impl IntoFormat for biome_js_syntax::JsExtendsClause { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::classes::extends_clause::FormatJsExtendsClause::default(), + crate::js::classes::extends_clause::FormatJsExtendsClause, ) } } @@ -3726,7 +3724,7 @@ impl AsFormat for biome_js_syntax::TsImplementsClause { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::auxiliary::implements_clause::FormatTsImplementsClause::default(), + crate::ts::auxiliary::implements_clause::FormatTsImplementsClause, ) } } @@ -3738,7 +3736,7 @@ impl IntoFormat for biome_js_syntax::TsImplementsClause { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::auxiliary::implements_clause::FormatTsImplementsClause::default(), + crate::ts::auxiliary::implements_clause::FormatTsImplementsClause, ) } } @@ -3746,13 +3744,13 @@ impl FormatRule < biome_js_syntax :: JsClassExportDefaultDeclaration > for crate impl AsFormat for biome_js_syntax::JsClassExportDefaultDeclaration { type Format < 'a > = FormatRefWithRule < 'a , biome_js_syntax :: JsClassExportDefaultDeclaration , crate :: js :: declarations :: class_export_default_declaration :: FormatJsClassExportDefaultDeclaration > ; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: declarations :: class_export_default_declaration :: FormatJsClassExportDefaultDeclaration :: default ()) + FormatRefWithRule :: new (self , crate :: js :: declarations :: class_export_default_declaration :: FormatJsClassExportDefaultDeclaration) } } impl IntoFormat for biome_js_syntax::JsClassExportDefaultDeclaration { type Format = FormatOwnedWithRule < biome_js_syntax :: JsClassExportDefaultDeclaration , crate :: js :: declarations :: class_export_default_declaration :: FormatJsClassExportDefaultDeclaration > ; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: declarations :: class_export_default_declaration :: FormatJsClassExportDefaultDeclaration :: default ()) + FormatOwnedWithRule :: new (self , crate :: js :: declarations :: class_export_default_declaration :: FormatJsClassExportDefaultDeclaration) } } impl FormatRule @@ -3777,8 +3775,7 @@ impl AsFormat for biome_js_syntax::JsPrivateClassMemberName { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::objects::private_class_member_name::FormatJsPrivateClassMemberName::default( - ), + crate::js::objects::private_class_member_name::FormatJsPrivateClassMemberName, ) } } @@ -3790,8 +3787,7 @@ impl IntoFormat for biome_js_syntax::JsPrivateClassMemberName { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::objects::private_class_member_name::FormatJsPrivateClassMemberName::default( - ), + crate::js::objects::private_class_member_name::FormatJsPrivateClassMemberName, ) } } @@ -3817,7 +3813,7 @@ impl AsFormat for biome_js_syntax::JsConstructorClassMember { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::classes::constructor_class_member::FormatJsConstructorClassMember::default(), + crate::js::classes::constructor_class_member::FormatJsConstructorClassMember, ) } } @@ -3829,7 +3825,7 @@ impl IntoFormat for biome_js_syntax::JsConstructorClassMember { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::classes::constructor_class_member::FormatJsConstructorClassMember::default(), + crate::js::classes::constructor_class_member::FormatJsConstructorClassMember, ) } } @@ -3837,13 +3833,13 @@ impl FormatRule < biome_js_syntax :: JsStaticInitializationBlockClassMember > fo impl AsFormat for biome_js_syntax::JsStaticInitializationBlockClassMember { type Format < 'a > = FormatRefWithRule < 'a , biome_js_syntax :: JsStaticInitializationBlockClassMember , crate :: js :: classes :: static_initialization_block_class_member :: FormatJsStaticInitializationBlockClassMember > ; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: classes :: static_initialization_block_class_member :: FormatJsStaticInitializationBlockClassMember :: default ()) + FormatRefWithRule :: new (self , crate :: js :: classes :: static_initialization_block_class_member :: FormatJsStaticInitializationBlockClassMember) } } impl IntoFormat for biome_js_syntax::JsStaticInitializationBlockClassMember { type Format = FormatOwnedWithRule < biome_js_syntax :: JsStaticInitializationBlockClassMember , crate :: js :: classes :: static_initialization_block_class_member :: FormatJsStaticInitializationBlockClassMember > ; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: classes :: static_initialization_block_class_member :: FormatJsStaticInitializationBlockClassMember :: default ()) + FormatOwnedWithRule :: new (self , crate :: js :: classes :: static_initialization_block_class_member :: FormatJsStaticInitializationBlockClassMember) } } impl FormatRule @@ -3868,7 +3864,7 @@ impl AsFormat for biome_js_syntax::JsPropertyClassMember { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::classes::property_class_member::FormatJsPropertyClassMember::default(), + crate::js::classes::property_class_member::FormatJsPropertyClassMember, ) } } @@ -3880,7 +3876,7 @@ impl IntoFormat for biome_js_syntax::JsPropertyClassMember { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::classes::property_class_member::FormatJsPropertyClassMember::default(), + crate::js::classes::property_class_member::FormatJsPropertyClassMember, ) } } @@ -3906,7 +3902,7 @@ impl AsFormat for biome_js_syntax::JsMethodClassMember { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::classes::method_class_member::FormatJsMethodClassMember::default(), + crate::js::classes::method_class_member::FormatJsMethodClassMember, ) } } @@ -3918,7 +3914,7 @@ impl IntoFormat for biome_js_syntax::JsMethodClassMember { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::classes::method_class_member::FormatJsMethodClassMember::default(), + crate::js::classes::method_class_member::FormatJsMethodClassMember, ) } } @@ -3944,7 +3940,7 @@ impl AsFormat for biome_js_syntax::JsGetterClassMember { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::classes::getter_class_member::FormatJsGetterClassMember::default(), + crate::js::classes::getter_class_member::FormatJsGetterClassMember, ) } } @@ -3956,7 +3952,7 @@ impl IntoFormat for biome_js_syntax::JsGetterClassMember { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::classes::getter_class_member::FormatJsGetterClassMember::default(), + crate::js::classes::getter_class_member::FormatJsGetterClassMember, ) } } @@ -3982,7 +3978,7 @@ impl AsFormat for biome_js_syntax::JsSetterClassMember { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::classes::setter_class_member::FormatJsSetterClassMember::default(), + crate::js::classes::setter_class_member::FormatJsSetterClassMember, ) } } @@ -3994,7 +3990,7 @@ impl IntoFormat for biome_js_syntax::JsSetterClassMember { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::classes::setter_class_member::FormatJsSetterClassMember::default(), + crate::js::classes::setter_class_member::FormatJsSetterClassMember, ) } } @@ -4002,13 +3998,13 @@ impl FormatRule < biome_js_syntax :: TsConstructorSignatureClassMember > for cra impl AsFormat for biome_js_syntax::TsConstructorSignatureClassMember { type Format < 'a > = FormatRefWithRule < 'a , biome_js_syntax :: TsConstructorSignatureClassMember , crate :: ts :: classes :: constructor_signature_class_member :: FormatTsConstructorSignatureClassMember > ; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: ts :: classes :: constructor_signature_class_member :: FormatTsConstructorSignatureClassMember :: default ()) + FormatRefWithRule :: new (self , crate :: ts :: classes :: constructor_signature_class_member :: FormatTsConstructorSignatureClassMember) } } impl IntoFormat for biome_js_syntax::TsConstructorSignatureClassMember { type Format = FormatOwnedWithRule < biome_js_syntax :: TsConstructorSignatureClassMember , crate :: ts :: classes :: constructor_signature_class_member :: FormatTsConstructorSignatureClassMember > ; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: ts :: classes :: constructor_signature_class_member :: FormatTsConstructorSignatureClassMember :: default ()) + FormatOwnedWithRule :: new (self , crate :: ts :: classes :: constructor_signature_class_member :: FormatTsConstructorSignatureClassMember) } } impl FormatRule @@ -4031,7 +4027,7 @@ impl AsFormat for biome_js_syntax::TsPropertySignatureClassMemb crate::ts::classes::property_signature_class_member::FormatTsPropertySignatureClassMember, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: ts :: classes :: property_signature_class_member :: FormatTsPropertySignatureClassMember :: default ()) + FormatRefWithRule :: new (self , crate :: ts :: classes :: property_signature_class_member :: FormatTsPropertySignatureClassMember) } } impl IntoFormat for biome_js_syntax::TsPropertySignatureClassMember { @@ -4040,20 +4036,20 @@ impl IntoFormat for biome_js_syntax::TsPropertySignatureClassMe crate::ts::classes::property_signature_class_member::FormatTsPropertySignatureClassMember, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: ts :: classes :: property_signature_class_member :: FormatTsPropertySignatureClassMember :: default ()) + FormatOwnedWithRule :: new (self , crate :: ts :: classes :: property_signature_class_member :: FormatTsPropertySignatureClassMember) } } impl FormatRule < biome_js_syntax :: TsInitializedPropertySignatureClassMember > for crate :: ts :: classes :: initialized_property_signature_class_member :: FormatTsInitializedPropertySignatureClassMember { type Context = JsFormatContext ; # [inline (always)] fn fmt (& self , node : & biome_js_syntax :: TsInitializedPropertySignatureClassMember , f : & mut JsFormatter) -> FormatResult < () > { FormatNodeRule :: < biome_js_syntax :: TsInitializedPropertySignatureClassMember > :: fmt (self , node , f) } } impl AsFormat for biome_js_syntax::TsInitializedPropertySignatureClassMember { type Format < 'a > = FormatRefWithRule < 'a , biome_js_syntax :: TsInitializedPropertySignatureClassMember , crate :: ts :: classes :: initialized_property_signature_class_member :: FormatTsInitializedPropertySignatureClassMember > ; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: ts :: classes :: initialized_property_signature_class_member :: FormatTsInitializedPropertySignatureClassMember :: default ()) + FormatRefWithRule :: new (self , crate :: ts :: classes :: initialized_property_signature_class_member :: FormatTsInitializedPropertySignatureClassMember) } } impl IntoFormat for biome_js_syntax::TsInitializedPropertySignatureClassMember { type Format = FormatOwnedWithRule < biome_js_syntax :: TsInitializedPropertySignatureClassMember , crate :: ts :: classes :: initialized_property_signature_class_member :: FormatTsInitializedPropertySignatureClassMember > ; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: ts :: classes :: initialized_property_signature_class_member :: FormatTsInitializedPropertySignatureClassMember :: default ()) + FormatOwnedWithRule :: new (self , crate :: ts :: classes :: initialized_property_signature_class_member :: FormatTsInitializedPropertySignatureClassMember) } } impl FormatRule @@ -4076,7 +4072,10 @@ impl AsFormat for biome_js_syntax::TsMethodSignatureClassMember crate::ts::classes::method_signature_class_member::FormatTsMethodSignatureClassMember, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: ts :: classes :: method_signature_class_member :: FormatTsMethodSignatureClassMember :: default ()) + FormatRefWithRule::new( + self, + crate::ts::classes::method_signature_class_member::FormatTsMethodSignatureClassMember, + ) } } impl IntoFormat for biome_js_syntax::TsMethodSignatureClassMember { @@ -4085,7 +4084,10 @@ impl IntoFormat for biome_js_syntax::TsMethodSignatureClassMemb crate::ts::classes::method_signature_class_member::FormatTsMethodSignatureClassMember, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: ts :: classes :: method_signature_class_member :: FormatTsMethodSignatureClassMember :: default ()) + FormatOwnedWithRule::new( + self, + crate::ts::classes::method_signature_class_member::FormatTsMethodSignatureClassMember, + ) } } impl FormatRule @@ -4108,7 +4110,10 @@ impl AsFormat for biome_js_syntax::TsGetterSignatureClassMember crate::ts::classes::getter_signature_class_member::FormatTsGetterSignatureClassMember, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: ts :: classes :: getter_signature_class_member :: FormatTsGetterSignatureClassMember :: default ()) + FormatRefWithRule::new( + self, + crate::ts::classes::getter_signature_class_member::FormatTsGetterSignatureClassMember, + ) } } impl IntoFormat for biome_js_syntax::TsGetterSignatureClassMember { @@ -4117,7 +4122,10 @@ impl IntoFormat for biome_js_syntax::TsGetterSignatureClassMemb crate::ts::classes::getter_signature_class_member::FormatTsGetterSignatureClassMember, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: ts :: classes :: getter_signature_class_member :: FormatTsGetterSignatureClassMember :: default ()) + FormatOwnedWithRule::new( + self, + crate::ts::classes::getter_signature_class_member::FormatTsGetterSignatureClassMember, + ) } } impl FormatRule @@ -4140,7 +4148,10 @@ impl AsFormat for biome_js_syntax::TsSetterSignatureClassMember crate::ts::classes::setter_signature_class_member::FormatTsSetterSignatureClassMember, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: ts :: classes :: setter_signature_class_member :: FormatTsSetterSignatureClassMember :: default ()) + FormatRefWithRule::new( + self, + crate::ts::classes::setter_signature_class_member::FormatTsSetterSignatureClassMember, + ) } } impl IntoFormat for biome_js_syntax::TsSetterSignatureClassMember { @@ -4149,7 +4160,10 @@ impl IntoFormat for biome_js_syntax::TsSetterSignatureClassMemb crate::ts::classes::setter_signature_class_member::FormatTsSetterSignatureClassMember, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: ts :: classes :: setter_signature_class_member :: FormatTsSetterSignatureClassMember :: default ()) + FormatOwnedWithRule::new( + self, + crate::ts::classes::setter_signature_class_member::FormatTsSetterSignatureClassMember, + ) } } impl FormatRule @@ -4172,7 +4186,10 @@ impl AsFormat for biome_js_syntax::TsIndexSignatureClassMember crate::ts::classes::index_signature_class_member::FormatTsIndexSignatureClassMember, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: ts :: classes :: index_signature_class_member :: FormatTsIndexSignatureClassMember :: default ()) + FormatRefWithRule::new( + self, + crate::ts::classes::index_signature_class_member::FormatTsIndexSignatureClassMember, + ) } } impl IntoFormat for biome_js_syntax::TsIndexSignatureClassMember { @@ -4181,7 +4198,10 @@ impl IntoFormat for biome_js_syntax::TsIndexSignatureClassMembe crate::ts::classes::index_signature_class_member::FormatTsIndexSignatureClassMember, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: ts :: classes :: index_signature_class_member :: FormatTsIndexSignatureClassMember :: default ()) + FormatOwnedWithRule::new( + self, + crate::ts::classes::index_signature_class_member::FormatTsIndexSignatureClassMember, + ) } } impl FormatRule @@ -4206,7 +4226,7 @@ impl AsFormat for biome_js_syntax::JsEmptyClassMember { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::classes::empty_class_member::FormatJsEmptyClassMember::default(), + crate::js::classes::empty_class_member::FormatJsEmptyClassMember, ) } } @@ -4218,7 +4238,7 @@ impl IntoFormat for biome_js_syntax::JsEmptyClassMember { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::classes::empty_class_member::FormatJsEmptyClassMember::default(), + crate::js::classes::empty_class_member::FormatJsEmptyClassMember, ) } } @@ -4244,7 +4264,7 @@ impl AsFormat for biome_js_syntax::JsStaticModifier { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::auxiliary::static_modifier::FormatJsStaticModifier::default(), + crate::js::auxiliary::static_modifier::FormatJsStaticModifier, ) } } @@ -4256,7 +4276,7 @@ impl IntoFormat for biome_js_syntax::JsStaticModifier { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::auxiliary::static_modifier::FormatJsStaticModifier::default(), + crate::js::auxiliary::static_modifier::FormatJsStaticModifier, ) } } @@ -4282,7 +4302,7 @@ impl AsFormat for biome_js_syntax::JsAccessorModifier { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::auxiliary::accessor_modifier::FormatJsAccessorModifier::default(), + crate::js::auxiliary::accessor_modifier::FormatJsAccessorModifier, ) } } @@ -4294,7 +4314,7 @@ impl IntoFormat for biome_js_syntax::JsAccessorModifier { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::auxiliary::accessor_modifier::FormatJsAccessorModifier::default(), + crate::js::auxiliary::accessor_modifier::FormatJsAccessorModifier, ) } } @@ -4320,7 +4340,7 @@ impl AsFormat for biome_js_syntax::TsDeclareModifier { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::auxiliary::declare_modifier::FormatTsDeclareModifier::default(), + crate::ts::auxiliary::declare_modifier::FormatTsDeclareModifier, ) } } @@ -4332,7 +4352,7 @@ impl IntoFormat for biome_js_syntax::TsDeclareModifier { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::auxiliary::declare_modifier::FormatTsDeclareModifier::default(), + crate::ts::auxiliary::declare_modifier::FormatTsDeclareModifier, ) } } @@ -4358,7 +4378,7 @@ impl AsFormat for biome_js_syntax::TsReadonlyModifier { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::auxiliary::readonly_modifier::FormatTsReadonlyModifier::default(), + crate::ts::auxiliary::readonly_modifier::FormatTsReadonlyModifier, ) } } @@ -4370,7 +4390,7 @@ impl IntoFormat for biome_js_syntax::TsReadonlyModifier { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::auxiliary::readonly_modifier::FormatTsReadonlyModifier::default(), + crate::ts::auxiliary::readonly_modifier::FormatTsReadonlyModifier, ) } } @@ -4396,7 +4416,7 @@ impl AsFormat for biome_js_syntax::TsAbstractModifier { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::auxiliary::abstract_modifier::FormatTsAbstractModifier::default(), + crate::ts::auxiliary::abstract_modifier::FormatTsAbstractModifier, ) } } @@ -4408,7 +4428,7 @@ impl IntoFormat for biome_js_syntax::TsAbstractModifier { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::auxiliary::abstract_modifier::FormatTsAbstractModifier::default(), + crate::ts::auxiliary::abstract_modifier::FormatTsAbstractModifier, ) } } @@ -4434,7 +4454,7 @@ impl AsFormat for biome_js_syntax::TsOverrideModifier { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::auxiliary::override_modifier::FormatTsOverrideModifier::default(), + crate::ts::auxiliary::override_modifier::FormatTsOverrideModifier, ) } } @@ -4446,7 +4466,7 @@ impl IntoFormat for biome_js_syntax::TsOverrideModifier { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::auxiliary::override_modifier::FormatTsOverrideModifier::default(), + crate::ts::auxiliary::override_modifier::FormatTsOverrideModifier, ) } } @@ -4472,7 +4492,7 @@ impl AsFormat for biome_js_syntax::TsAccessibilityModifier { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::auxiliary::accessibility_modifier::FormatTsAccessibilityModifier::default(), + crate::ts::auxiliary::accessibility_modifier::FormatTsAccessibilityModifier, ) } } @@ -4484,7 +4504,7 @@ impl IntoFormat for biome_js_syntax::TsAccessibilityModifier { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::auxiliary::accessibility_modifier::FormatTsAccessibilityModifier::default(), + crate::ts::auxiliary::accessibility_modifier::FormatTsAccessibilityModifier, ) } } @@ -4510,7 +4530,7 @@ impl AsFormat for biome_js_syntax::TsConstModifier { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::auxiliary::const_modifier::FormatTsConstModifier::default(), + crate::ts::auxiliary::const_modifier::FormatTsConstModifier, ) } } @@ -4522,7 +4542,7 @@ impl IntoFormat for biome_js_syntax::TsConstModifier { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::auxiliary::const_modifier::FormatTsConstModifier::default(), + crate::ts::auxiliary::const_modifier::FormatTsConstModifier, ) } } @@ -4542,10 +4562,7 @@ impl AsFormat for biome_js_syntax::TsInModifier { crate::ts::auxiliary::in_modifier::FormatTsInModifier, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::ts::auxiliary::in_modifier::FormatTsInModifier::default(), - ) + FormatRefWithRule::new(self, crate::ts::auxiliary::in_modifier::FormatTsInModifier) } } impl IntoFormat for biome_js_syntax::TsInModifier { @@ -4554,10 +4571,7 @@ impl IntoFormat for biome_js_syntax::TsInModifier { crate::ts::auxiliary::in_modifier::FormatTsInModifier, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::ts::auxiliary::in_modifier::FormatTsInModifier::default(), - ) + FormatOwnedWithRule::new(self, crate::ts::auxiliary::in_modifier::FormatTsInModifier) } } impl FormatRule @@ -4578,7 +4592,7 @@ impl AsFormat for biome_js_syntax::TsOutModifier { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::auxiliary::out_modifier::FormatTsOutModifier::default(), + crate::ts::auxiliary::out_modifier::FormatTsOutModifier, ) } } @@ -4590,7 +4604,7 @@ impl IntoFormat for biome_js_syntax::TsOutModifier { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::auxiliary::out_modifier::FormatTsOutModifier::default(), + crate::ts::auxiliary::out_modifier::FormatTsOutModifier, ) } } @@ -4616,7 +4630,7 @@ impl AsFormat for biome_js_syntax::JsConstructorParameters { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::bindings::constructor_parameters::FormatJsConstructorParameters::default(), + crate::js::bindings::constructor_parameters::FormatJsConstructorParameters, ) } } @@ -4628,7 +4642,7 @@ impl IntoFormat for biome_js_syntax::JsConstructorParameters { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::bindings::constructor_parameters::FormatJsConstructorParameters::default(), + crate::js::bindings::constructor_parameters::FormatJsConstructorParameters, ) } } @@ -4654,7 +4668,7 @@ impl AsFormat for biome_js_syntax::JsRestParameter { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::bindings::rest_parameter::FormatJsRestParameter::default(), + crate::js::bindings::rest_parameter::FormatJsRestParameter, ) } } @@ -4666,7 +4680,7 @@ impl IntoFormat for biome_js_syntax::JsRestParameter { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::bindings::rest_parameter::FormatJsRestParameter::default(), + crate::js::bindings::rest_parameter::FormatJsRestParameter, ) } } @@ -4692,7 +4706,7 @@ impl AsFormat for biome_js_syntax::TsPropertyParameter { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::bindings::property_parameter::FormatTsPropertyParameter::default(), + crate::ts::bindings::property_parameter::FormatTsPropertyParameter, ) } } @@ -4704,7 +4718,7 @@ impl IntoFormat for biome_js_syntax::TsPropertyParameter { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::bindings::property_parameter::FormatTsPropertyParameter::default(), + crate::ts::bindings::property_parameter::FormatTsPropertyParameter, ) } } @@ -4762,10 +4776,7 @@ impl AsFormat for biome_js_syntax::JsDecorator { crate::js::auxiliary::decorator::FormatJsDecorator, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::js::auxiliary::decorator::FormatJsDecorator::default(), - ) + FormatRefWithRule::new(self, crate::js::auxiliary::decorator::FormatJsDecorator) } } impl IntoFormat for biome_js_syntax::JsDecorator { @@ -4774,10 +4785,7 @@ impl IntoFormat for biome_js_syntax::JsDecorator { crate::js::auxiliary::decorator::FormatJsDecorator, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::js::auxiliary::decorator::FormatJsDecorator::default(), - ) + FormatOwnedWithRule::new(self, crate::js::auxiliary::decorator::FormatJsDecorator) } } impl FormatRule @@ -4800,7 +4808,10 @@ impl AsFormat for biome_js_syntax::TsOptionalPropertyAnnotation crate::ts::auxiliary::optional_property_annotation::FormatTsOptionalPropertyAnnotation, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: ts :: auxiliary :: optional_property_annotation :: FormatTsOptionalPropertyAnnotation :: default ()) + FormatRefWithRule::new( + self, + crate::ts::auxiliary::optional_property_annotation::FormatTsOptionalPropertyAnnotation, + ) } } impl IntoFormat for biome_js_syntax::TsOptionalPropertyAnnotation { @@ -4809,7 +4820,10 @@ impl IntoFormat for biome_js_syntax::TsOptionalPropertyAnnotati crate::ts::auxiliary::optional_property_annotation::FormatTsOptionalPropertyAnnotation, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: ts :: auxiliary :: optional_property_annotation :: FormatTsOptionalPropertyAnnotation :: default ()) + FormatOwnedWithRule::new( + self, + crate::ts::auxiliary::optional_property_annotation::FormatTsOptionalPropertyAnnotation, + ) } } impl FormatRule @@ -4832,7 +4846,10 @@ impl AsFormat for biome_js_syntax::TsDefinitePropertyAnnotation crate::ts::auxiliary::definite_property_annotation::FormatTsDefinitePropertyAnnotation, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: ts :: auxiliary :: definite_property_annotation :: FormatTsDefinitePropertyAnnotation :: default ()) + FormatRefWithRule::new( + self, + crate::ts::auxiliary::definite_property_annotation::FormatTsDefinitePropertyAnnotation, + ) } } impl IntoFormat for biome_js_syntax::TsDefinitePropertyAnnotation { @@ -4841,7 +4858,10 @@ impl IntoFormat for biome_js_syntax::TsDefinitePropertyAnnotati crate::ts::auxiliary::definite_property_annotation::FormatTsDefinitePropertyAnnotation, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: ts :: auxiliary :: definite_property_annotation :: FormatTsDefinitePropertyAnnotation :: default ()) + FormatOwnedWithRule::new( + self, + crate::ts::auxiliary::definite_property_annotation::FormatTsDefinitePropertyAnnotation, + ) } } impl FormatRule @@ -4864,7 +4884,10 @@ impl AsFormat for biome_js_syntax::TsIndexSignatureParameter { crate::ts::bindings::index_signature_parameter::FormatTsIndexSignatureParameter, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: ts :: bindings :: index_signature_parameter :: FormatTsIndexSignatureParameter :: default ()) + FormatRefWithRule::new( + self, + crate::ts::bindings::index_signature_parameter::FormatTsIndexSignatureParameter, + ) } } impl IntoFormat for biome_js_syntax::TsIndexSignatureParameter { @@ -4873,7 +4896,10 @@ impl IntoFormat for biome_js_syntax::TsIndexSignatureParameter crate::ts::bindings::index_signature_parameter::FormatTsIndexSignatureParameter, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: ts :: bindings :: index_signature_parameter :: FormatTsIndexSignatureParameter :: default ()) + FormatOwnedWithRule::new( + self, + crate::ts::bindings::index_signature_parameter::FormatTsIndexSignatureParameter, + ) } } impl FormatRule @@ -4898,7 +4924,7 @@ impl AsFormat for biome_js_syntax::JsIdentifierAssignment { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::assignments::identifier_assignment::FormatJsIdentifierAssignment::default(), + crate::js::assignments::identifier_assignment::FormatJsIdentifierAssignment, ) } } @@ -4910,7 +4936,7 @@ impl IntoFormat for biome_js_syntax::JsIdentifierAssignment { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::assignments::identifier_assignment::FormatJsIdentifierAssignment::default(), + crate::js::assignments::identifier_assignment::FormatJsIdentifierAssignment, ) } } @@ -4934,7 +4960,10 @@ impl AsFormat for biome_js_syntax::JsStaticMemberAssignment { crate::js::assignments::static_member_assignment::FormatJsStaticMemberAssignment, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: assignments :: static_member_assignment :: FormatJsStaticMemberAssignment :: default ()) + FormatRefWithRule::new( + self, + crate::js::assignments::static_member_assignment::FormatJsStaticMemberAssignment, + ) } } impl IntoFormat for biome_js_syntax::JsStaticMemberAssignment { @@ -4943,7 +4972,10 @@ impl IntoFormat for biome_js_syntax::JsStaticMemberAssignment { crate::js::assignments::static_member_assignment::FormatJsStaticMemberAssignment, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: assignments :: static_member_assignment :: FormatJsStaticMemberAssignment :: default ()) + FormatOwnedWithRule::new( + self, + crate::js::assignments::static_member_assignment::FormatJsStaticMemberAssignment, + ) } } impl FormatRule @@ -4966,7 +4998,10 @@ impl AsFormat for biome_js_syntax::JsComputedMemberAssignment { crate::js::assignments::computed_member_assignment::FormatJsComputedMemberAssignment, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: assignments :: computed_member_assignment :: FormatJsComputedMemberAssignment :: default ()) + FormatRefWithRule::new( + self, + crate::js::assignments::computed_member_assignment::FormatJsComputedMemberAssignment, + ) } } impl IntoFormat for biome_js_syntax::JsComputedMemberAssignment { @@ -4975,7 +5010,10 @@ impl IntoFormat for biome_js_syntax::JsComputedMemberAssignment crate::js::assignments::computed_member_assignment::FormatJsComputedMemberAssignment, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: assignments :: computed_member_assignment :: FormatJsComputedMemberAssignment :: default ()) + FormatOwnedWithRule::new( + self, + crate::js::assignments::computed_member_assignment::FormatJsComputedMemberAssignment, + ) } } impl FormatRule @@ -4998,7 +5036,10 @@ impl AsFormat for biome_js_syntax::JsParenthesizedAssignment { crate::js::assignments::parenthesized_assignment::FormatJsParenthesizedAssignment, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: assignments :: parenthesized_assignment :: FormatJsParenthesizedAssignment :: default ()) + FormatRefWithRule::new( + self, + crate::js::assignments::parenthesized_assignment::FormatJsParenthesizedAssignment, + ) } } impl IntoFormat for biome_js_syntax::JsParenthesizedAssignment { @@ -5007,7 +5048,10 @@ impl IntoFormat for biome_js_syntax::JsParenthesizedAssignment crate::js::assignments::parenthesized_assignment::FormatJsParenthesizedAssignment, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: assignments :: parenthesized_assignment :: FormatJsParenthesizedAssignment :: default ()) + FormatOwnedWithRule::new( + self, + crate::js::assignments::parenthesized_assignment::FormatJsParenthesizedAssignment, + ) } } impl FormatRule @@ -5030,7 +5074,7 @@ impl AsFormat for biome_js_syntax::TsNonNullAssertionAssignment crate::ts::assignments::non_null_assertion_assignment::FormatTsNonNullAssertionAssignment, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: ts :: assignments :: non_null_assertion_assignment :: FormatTsNonNullAssertionAssignment :: default ()) + FormatRefWithRule :: new (self , crate :: ts :: assignments :: non_null_assertion_assignment :: FormatTsNonNullAssertionAssignment) } } impl IntoFormat for biome_js_syntax::TsNonNullAssertionAssignment { @@ -5039,7 +5083,7 @@ impl IntoFormat for biome_js_syntax::TsNonNullAssertionAssignme crate::ts::assignments::non_null_assertion_assignment::FormatTsNonNullAssertionAssignment, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: ts :: assignments :: non_null_assertion_assignment :: FormatTsNonNullAssertionAssignment :: default ()) + FormatOwnedWithRule :: new (self , crate :: ts :: assignments :: non_null_assertion_assignment :: FormatTsNonNullAssertionAssignment) } } impl FormatRule @@ -5060,7 +5104,7 @@ impl AsFormat for biome_js_syntax::TsAsAssignment { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::assignments::as_assignment::FormatTsAsAssignment::default(), + crate::ts::assignments::as_assignment::FormatTsAsAssignment, ) } } @@ -5072,7 +5116,7 @@ impl IntoFormat for biome_js_syntax::TsAsAssignment { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::assignments::as_assignment::FormatTsAsAssignment::default(), + crate::ts::assignments::as_assignment::FormatTsAsAssignment, ) } } @@ -5098,7 +5142,7 @@ impl AsFormat for biome_js_syntax::TsSatisfiesAssignment { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::assignments::satisfies_assignment::FormatTsSatisfiesAssignment::default(), + crate::ts::assignments::satisfies_assignment::FormatTsSatisfiesAssignment, ) } } @@ -5110,7 +5154,7 @@ impl IntoFormat for biome_js_syntax::TsSatisfiesAssignment { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::assignments::satisfies_assignment::FormatTsSatisfiesAssignment::default(), + crate::ts::assignments::satisfies_assignment::FormatTsSatisfiesAssignment, ) } } @@ -5134,7 +5178,10 @@ impl AsFormat for biome_js_syntax::TsTypeAssertionAssignment { crate::ts::assignments::type_assertion_assignment::FormatTsTypeAssertionAssignment, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: ts :: assignments :: type_assertion_assignment :: FormatTsTypeAssertionAssignment :: default ()) + FormatRefWithRule::new( + self, + crate::ts::assignments::type_assertion_assignment::FormatTsTypeAssertionAssignment, + ) } } impl IntoFormat for biome_js_syntax::TsTypeAssertionAssignment { @@ -5143,7 +5190,10 @@ impl IntoFormat for biome_js_syntax::TsTypeAssertionAssignment crate::ts::assignments::type_assertion_assignment::FormatTsTypeAssertionAssignment, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: ts :: assignments :: type_assertion_assignment :: FormatTsTypeAssertionAssignment :: default ()) + FormatOwnedWithRule::new( + self, + crate::ts::assignments::type_assertion_assignment::FormatTsTypeAssertionAssignment, + ) } } impl FormatRule @@ -5168,8 +5218,7 @@ impl AsFormat for biome_js_syntax::JsAssignmentWithDefault { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::assignments::assignment_with_default::FormatJsAssignmentWithDefault::default( - ), + crate::js::assignments::assignment_with_default::FormatJsAssignmentWithDefault, ) } } @@ -5181,8 +5230,7 @@ impl IntoFormat for biome_js_syntax::JsAssignmentWithDefault { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::assignments::assignment_with_default::FormatJsAssignmentWithDefault::default( - ), + crate::js::assignments::assignment_with_default::FormatJsAssignmentWithDefault, ) } } @@ -5206,7 +5254,10 @@ impl AsFormat for biome_js_syntax::JsArrayAssignmentPattern { crate::js::assignments::array_assignment_pattern::FormatJsArrayAssignmentPattern, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: assignments :: array_assignment_pattern :: FormatJsArrayAssignmentPattern :: default ()) + FormatRefWithRule::new( + self, + crate::js::assignments::array_assignment_pattern::FormatJsArrayAssignmentPattern, + ) } } impl IntoFormat for biome_js_syntax::JsArrayAssignmentPattern { @@ -5215,7 +5266,10 @@ impl IntoFormat for biome_js_syntax::JsArrayAssignmentPattern { crate::js::assignments::array_assignment_pattern::FormatJsArrayAssignmentPattern, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: assignments :: array_assignment_pattern :: FormatJsArrayAssignmentPattern :: default ()) + FormatOwnedWithRule::new( + self, + crate::js::assignments::array_assignment_pattern::FormatJsArrayAssignmentPattern, + ) } } impl FormatRule @@ -5238,7 +5292,10 @@ impl AsFormat for biome_js_syntax::JsObjectAssignmentPattern { crate::js::assignments::object_assignment_pattern::FormatJsObjectAssignmentPattern, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: assignments :: object_assignment_pattern :: FormatJsObjectAssignmentPattern :: default ()) + FormatRefWithRule::new( + self, + crate::js::assignments::object_assignment_pattern::FormatJsObjectAssignmentPattern, + ) } } impl IntoFormat for biome_js_syntax::JsObjectAssignmentPattern { @@ -5247,46 +5304,49 @@ impl IntoFormat for biome_js_syntax::JsObjectAssignmentPattern crate::js::assignments::object_assignment_pattern::FormatJsObjectAssignmentPattern, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: assignments :: object_assignment_pattern :: FormatJsObjectAssignmentPattern :: default ()) + FormatOwnedWithRule::new( + self, + crate::js::assignments::object_assignment_pattern::FormatJsObjectAssignmentPattern, + ) } } impl FormatRule < biome_js_syntax :: JsArrayAssignmentPatternRestElement > for crate :: js :: assignments :: array_assignment_pattern_rest_element :: FormatJsArrayAssignmentPatternRestElement { type Context = JsFormatContext ; # [inline (always)] fn fmt (& self , node : & biome_js_syntax :: JsArrayAssignmentPatternRestElement , f : & mut JsFormatter) -> FormatResult < () > { FormatNodeRule :: < biome_js_syntax :: JsArrayAssignmentPatternRestElement > :: fmt (self , node , f) } } impl AsFormat for biome_js_syntax::JsArrayAssignmentPatternRestElement { type Format < 'a > = FormatRefWithRule < 'a , biome_js_syntax :: JsArrayAssignmentPatternRestElement , crate :: js :: assignments :: array_assignment_pattern_rest_element :: FormatJsArrayAssignmentPatternRestElement > ; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: assignments :: array_assignment_pattern_rest_element :: FormatJsArrayAssignmentPatternRestElement :: default ()) + FormatRefWithRule :: new (self , crate :: js :: assignments :: array_assignment_pattern_rest_element :: FormatJsArrayAssignmentPatternRestElement) } } impl IntoFormat for biome_js_syntax::JsArrayAssignmentPatternRestElement { type Format = FormatOwnedWithRule < biome_js_syntax :: JsArrayAssignmentPatternRestElement , crate :: js :: assignments :: array_assignment_pattern_rest_element :: FormatJsArrayAssignmentPatternRestElement > ; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: assignments :: array_assignment_pattern_rest_element :: FormatJsArrayAssignmentPatternRestElement :: default ()) + FormatOwnedWithRule :: new (self , crate :: js :: assignments :: array_assignment_pattern_rest_element :: FormatJsArrayAssignmentPatternRestElement) } } impl FormatRule < biome_js_syntax :: JsObjectAssignmentPatternShorthandProperty > for crate :: js :: assignments :: object_assignment_pattern_shorthand_property :: FormatJsObjectAssignmentPatternShorthandProperty { type Context = JsFormatContext ; # [inline (always)] fn fmt (& self , node : & biome_js_syntax :: JsObjectAssignmentPatternShorthandProperty , f : & mut JsFormatter) -> FormatResult < () > { FormatNodeRule :: < biome_js_syntax :: JsObjectAssignmentPatternShorthandProperty > :: fmt (self , node , f) } } impl AsFormat for biome_js_syntax::JsObjectAssignmentPatternShorthandProperty { type Format < 'a > = FormatRefWithRule < 'a , biome_js_syntax :: JsObjectAssignmentPatternShorthandProperty , crate :: js :: assignments :: object_assignment_pattern_shorthand_property :: FormatJsObjectAssignmentPatternShorthandProperty > ; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: assignments :: object_assignment_pattern_shorthand_property :: FormatJsObjectAssignmentPatternShorthandProperty :: default ()) + FormatRefWithRule :: new (self , crate :: js :: assignments :: object_assignment_pattern_shorthand_property :: FormatJsObjectAssignmentPatternShorthandProperty) } } impl IntoFormat for biome_js_syntax::JsObjectAssignmentPatternShorthandProperty { type Format = FormatOwnedWithRule < biome_js_syntax :: JsObjectAssignmentPatternShorthandProperty , crate :: js :: assignments :: object_assignment_pattern_shorthand_property :: FormatJsObjectAssignmentPatternShorthandProperty > ; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: assignments :: object_assignment_pattern_shorthand_property :: FormatJsObjectAssignmentPatternShorthandProperty :: default ()) + FormatOwnedWithRule :: new (self , crate :: js :: assignments :: object_assignment_pattern_shorthand_property :: FormatJsObjectAssignmentPatternShorthandProperty) } } impl FormatRule < biome_js_syntax :: JsObjectAssignmentPatternProperty > for crate :: js :: assignments :: object_assignment_pattern_property :: FormatJsObjectAssignmentPatternProperty { type Context = JsFormatContext ; # [inline (always)] fn fmt (& self , node : & biome_js_syntax :: JsObjectAssignmentPatternProperty , f : & mut JsFormatter) -> FormatResult < () > { FormatNodeRule :: < biome_js_syntax :: JsObjectAssignmentPatternProperty > :: fmt (self , node , f) } } impl AsFormat for biome_js_syntax::JsObjectAssignmentPatternProperty { type Format < 'a > = FormatRefWithRule < 'a , biome_js_syntax :: JsObjectAssignmentPatternProperty , crate :: js :: assignments :: object_assignment_pattern_property :: FormatJsObjectAssignmentPatternProperty > ; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: assignments :: object_assignment_pattern_property :: FormatJsObjectAssignmentPatternProperty :: default ()) + FormatRefWithRule :: new (self , crate :: js :: assignments :: object_assignment_pattern_property :: FormatJsObjectAssignmentPatternProperty) } } impl IntoFormat for biome_js_syntax::JsObjectAssignmentPatternProperty { type Format = FormatOwnedWithRule < biome_js_syntax :: JsObjectAssignmentPatternProperty , crate :: js :: assignments :: object_assignment_pattern_property :: FormatJsObjectAssignmentPatternProperty > ; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: assignments :: object_assignment_pattern_property :: FormatJsObjectAssignmentPatternProperty :: default ()) + FormatOwnedWithRule :: new (self , crate :: js :: assignments :: object_assignment_pattern_property :: FormatJsObjectAssignmentPatternProperty) } } impl FormatRule @@ -5309,7 +5369,7 @@ impl AsFormat for biome_js_syntax::JsObjectAssignmentPatternRes crate::js::assignments::object_assignment_pattern_rest::FormatJsObjectAssignmentPatternRest, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: assignments :: object_assignment_pattern_rest :: FormatJsObjectAssignmentPatternRest :: default ()) + FormatRefWithRule :: new (self , crate :: js :: assignments :: object_assignment_pattern_rest :: FormatJsObjectAssignmentPatternRest) } } impl IntoFormat for biome_js_syntax::JsObjectAssignmentPatternRest { @@ -5318,7 +5378,7 @@ impl IntoFormat for biome_js_syntax::JsObjectAssignmentPatternR crate::js::assignments::object_assignment_pattern_rest::FormatJsObjectAssignmentPatternRest, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: assignments :: object_assignment_pattern_rest :: FormatJsObjectAssignmentPatternRest :: default ()) + FormatOwnedWithRule :: new (self , crate :: js :: assignments :: object_assignment_pattern_rest :: FormatJsObjectAssignmentPatternRest) } } impl FormatRule @@ -5343,7 +5403,7 @@ impl AsFormat for biome_js_syntax::JsIdentifierBinding { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::bindings::identifier_binding::FormatJsIdentifierBinding::default(), + crate::js::bindings::identifier_binding::FormatJsIdentifierBinding, ) } } @@ -5355,7 +5415,7 @@ impl IntoFormat for biome_js_syntax::JsIdentifierBinding { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::bindings::identifier_binding::FormatJsIdentifierBinding::default(), + crate::js::bindings::identifier_binding::FormatJsIdentifierBinding, ) } } @@ -5379,7 +5439,10 @@ impl AsFormat for biome_js_syntax::JsBindingPatternWithDefault crate::js::bindings::binding_pattern_with_default::FormatJsBindingPatternWithDefault, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: bindings :: binding_pattern_with_default :: FormatJsBindingPatternWithDefault :: default ()) + FormatRefWithRule::new( + self, + crate::js::bindings::binding_pattern_with_default::FormatJsBindingPatternWithDefault, + ) } } impl IntoFormat for biome_js_syntax::JsBindingPatternWithDefault { @@ -5388,7 +5451,10 @@ impl IntoFormat for biome_js_syntax::JsBindingPatternWithDefaul crate::js::bindings::binding_pattern_with_default::FormatJsBindingPatternWithDefault, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: bindings :: binding_pattern_with_default :: FormatJsBindingPatternWithDefault :: default ()) + FormatOwnedWithRule::new( + self, + crate::js::bindings::binding_pattern_with_default::FormatJsBindingPatternWithDefault, + ) } } impl FormatRule @@ -5413,7 +5479,7 @@ impl AsFormat for biome_js_syntax::JsArrayBindingPattern { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::bindings::array_binding_pattern::FormatJsArrayBindingPattern::default(), + crate::js::bindings::array_binding_pattern::FormatJsArrayBindingPattern, ) } } @@ -5425,7 +5491,7 @@ impl IntoFormat for biome_js_syntax::JsArrayBindingPattern { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::bindings::array_binding_pattern::FormatJsArrayBindingPattern::default(), + crate::js::bindings::array_binding_pattern::FormatJsArrayBindingPattern, ) } } @@ -5451,7 +5517,7 @@ impl AsFormat for biome_js_syntax::JsObjectBindingPattern { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::bindings::object_binding_pattern::FormatJsObjectBindingPattern::default(), + crate::js::bindings::object_binding_pattern::FormatJsObjectBindingPattern, ) } } @@ -5463,7 +5529,7 @@ impl IntoFormat for biome_js_syntax::JsObjectBindingPattern { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::bindings::object_binding_pattern::FormatJsObjectBindingPattern::default(), + crate::js::bindings::object_binding_pattern::FormatJsObjectBindingPattern, ) } } @@ -5471,13 +5537,13 @@ impl FormatRule < biome_js_syntax :: JsArrayBindingPatternRestElement > for crat impl AsFormat for biome_js_syntax::JsArrayBindingPatternRestElement { type Format < 'a > = FormatRefWithRule < 'a , biome_js_syntax :: JsArrayBindingPatternRestElement , crate :: js :: bindings :: array_binding_pattern_rest_element :: FormatJsArrayBindingPatternRestElement > ; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: bindings :: array_binding_pattern_rest_element :: FormatJsArrayBindingPatternRestElement :: default ()) + FormatRefWithRule :: new (self , crate :: js :: bindings :: array_binding_pattern_rest_element :: FormatJsArrayBindingPatternRestElement) } } impl IntoFormat for biome_js_syntax::JsArrayBindingPatternRestElement { type Format = FormatOwnedWithRule < biome_js_syntax :: JsArrayBindingPatternRestElement , crate :: js :: bindings :: array_binding_pattern_rest_element :: FormatJsArrayBindingPatternRestElement > ; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: bindings :: array_binding_pattern_rest_element :: FormatJsArrayBindingPatternRestElement :: default ()) + FormatOwnedWithRule :: new (self , crate :: js :: bindings :: array_binding_pattern_rest_element :: FormatJsArrayBindingPatternRestElement) } } impl FormatRule @@ -5500,7 +5566,7 @@ impl AsFormat for biome_js_syntax::JsObjectBindingPatternProper crate::js::bindings::object_binding_pattern_property::FormatJsObjectBindingPatternProperty, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: bindings :: object_binding_pattern_property :: FormatJsObjectBindingPatternProperty :: default ()) + FormatRefWithRule :: new (self , crate :: js :: bindings :: object_binding_pattern_property :: FormatJsObjectBindingPatternProperty) } } impl IntoFormat for biome_js_syntax::JsObjectBindingPatternProperty { @@ -5509,7 +5575,7 @@ impl IntoFormat for biome_js_syntax::JsObjectBindingPatternProp crate::js::bindings::object_binding_pattern_property::FormatJsObjectBindingPatternProperty, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: bindings :: object_binding_pattern_property :: FormatJsObjectBindingPatternProperty :: default ()) + FormatOwnedWithRule :: new (self , crate :: js :: bindings :: object_binding_pattern_property :: FormatJsObjectBindingPatternProperty) } } impl FormatRule @@ -5532,7 +5598,10 @@ impl AsFormat for biome_js_syntax::JsObjectBindingPatternRest { crate::js::bindings::object_binding_pattern_rest::FormatJsObjectBindingPatternRest, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: bindings :: object_binding_pattern_rest :: FormatJsObjectBindingPatternRest :: default ()) + FormatRefWithRule::new( + self, + crate::js::bindings::object_binding_pattern_rest::FormatJsObjectBindingPatternRest, + ) } } impl IntoFormat for biome_js_syntax::JsObjectBindingPatternRest { @@ -5541,20 +5610,23 @@ impl IntoFormat for biome_js_syntax::JsObjectBindingPatternRest crate::js::bindings::object_binding_pattern_rest::FormatJsObjectBindingPatternRest, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: bindings :: object_binding_pattern_rest :: FormatJsObjectBindingPatternRest :: default ()) + FormatOwnedWithRule::new( + self, + crate::js::bindings::object_binding_pattern_rest::FormatJsObjectBindingPatternRest, + ) } } impl FormatRule < biome_js_syntax :: JsObjectBindingPatternShorthandProperty > for crate :: js :: bindings :: object_binding_pattern_shorthand_property :: FormatJsObjectBindingPatternShorthandProperty { type Context = JsFormatContext ; # [inline (always)] fn fmt (& self , node : & biome_js_syntax :: JsObjectBindingPatternShorthandProperty , f : & mut JsFormatter) -> FormatResult < () > { FormatNodeRule :: < biome_js_syntax :: JsObjectBindingPatternShorthandProperty > :: fmt (self , node , f) } } impl AsFormat for biome_js_syntax::JsObjectBindingPatternShorthandProperty { type Format < 'a > = FormatRefWithRule < 'a , biome_js_syntax :: JsObjectBindingPatternShorthandProperty , crate :: js :: bindings :: object_binding_pattern_shorthand_property :: FormatJsObjectBindingPatternShorthandProperty > ; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: bindings :: object_binding_pattern_shorthand_property :: FormatJsObjectBindingPatternShorthandProperty :: default ()) + FormatRefWithRule :: new (self , crate :: js :: bindings :: object_binding_pattern_shorthand_property :: FormatJsObjectBindingPatternShorthandProperty) } } impl IntoFormat for biome_js_syntax::JsObjectBindingPatternShorthandProperty { type Format = FormatOwnedWithRule < biome_js_syntax :: JsObjectBindingPatternShorthandProperty , crate :: js :: bindings :: object_binding_pattern_shorthand_property :: FormatJsObjectBindingPatternShorthandProperty > ; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: bindings :: object_binding_pattern_shorthand_property :: FormatJsObjectBindingPatternShorthandProperty :: default ()) + FormatOwnedWithRule :: new (self , crate :: js :: bindings :: object_binding_pattern_shorthand_property :: FormatJsObjectBindingPatternShorthandProperty) } } impl FormatRule @@ -5577,7 +5649,10 @@ impl AsFormat for biome_js_syntax::JsStringLiteralExpression { crate::js::expressions::string_literal_expression::FormatJsStringLiteralExpression, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: expressions :: string_literal_expression :: FormatJsStringLiteralExpression :: default ()) + FormatRefWithRule::new( + self, + crate::js::expressions::string_literal_expression::FormatJsStringLiteralExpression, + ) } } impl IntoFormat for biome_js_syntax::JsStringLiteralExpression { @@ -5586,7 +5661,10 @@ impl IntoFormat for biome_js_syntax::JsStringLiteralExpression crate::js::expressions::string_literal_expression::FormatJsStringLiteralExpression, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: expressions :: string_literal_expression :: FormatJsStringLiteralExpression :: default ()) + FormatOwnedWithRule::new( + self, + crate::js::expressions::string_literal_expression::FormatJsStringLiteralExpression, + ) } } impl FormatRule @@ -5609,7 +5687,10 @@ impl AsFormat for biome_js_syntax::JsNumberLiteralExpression { crate::js::expressions::number_literal_expression::FormatJsNumberLiteralExpression, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: expressions :: number_literal_expression :: FormatJsNumberLiteralExpression :: default ()) + FormatRefWithRule::new( + self, + crate::js::expressions::number_literal_expression::FormatJsNumberLiteralExpression, + ) } } impl IntoFormat for biome_js_syntax::JsNumberLiteralExpression { @@ -5618,7 +5699,10 @@ impl IntoFormat for biome_js_syntax::JsNumberLiteralExpression crate::js::expressions::number_literal_expression::FormatJsNumberLiteralExpression, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: expressions :: number_literal_expression :: FormatJsNumberLiteralExpression :: default ()) + FormatOwnedWithRule::new( + self, + crate::js::expressions::number_literal_expression::FormatJsNumberLiteralExpression, + ) } } impl FormatRule @@ -5641,7 +5725,10 @@ impl AsFormat for biome_js_syntax::JsBigintLiteralExpression { crate::js::expressions::bigint_literal_expression::FormatJsBigintLiteralExpression, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: expressions :: bigint_literal_expression :: FormatJsBigintLiteralExpression :: default ()) + FormatRefWithRule::new( + self, + crate::js::expressions::bigint_literal_expression::FormatJsBigintLiteralExpression, + ) } } impl IntoFormat for biome_js_syntax::JsBigintLiteralExpression { @@ -5650,7 +5737,10 @@ impl IntoFormat for biome_js_syntax::JsBigintLiteralExpression crate::js::expressions::bigint_literal_expression::FormatJsBigintLiteralExpression, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: expressions :: bigint_literal_expression :: FormatJsBigintLiteralExpression :: default ()) + FormatOwnedWithRule::new( + self, + crate::js::expressions::bigint_literal_expression::FormatJsBigintLiteralExpression, + ) } } impl FormatRule @@ -5673,7 +5763,10 @@ impl AsFormat for biome_js_syntax::JsBooleanLiteralExpression { crate::js::expressions::boolean_literal_expression::FormatJsBooleanLiteralExpression, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: expressions :: boolean_literal_expression :: FormatJsBooleanLiteralExpression :: default ()) + FormatRefWithRule::new( + self, + crate::js::expressions::boolean_literal_expression::FormatJsBooleanLiteralExpression, + ) } } impl IntoFormat for biome_js_syntax::JsBooleanLiteralExpression { @@ -5682,7 +5775,10 @@ impl IntoFormat for biome_js_syntax::JsBooleanLiteralExpression crate::js::expressions::boolean_literal_expression::FormatJsBooleanLiteralExpression, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: expressions :: boolean_literal_expression :: FormatJsBooleanLiteralExpression :: default ()) + FormatOwnedWithRule::new( + self, + crate::js::expressions::boolean_literal_expression::FormatJsBooleanLiteralExpression, + ) } } impl FormatRule @@ -5707,8 +5803,7 @@ impl AsFormat for biome_js_syntax::JsNullLiteralExpression { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::expressions::null_literal_expression::FormatJsNullLiteralExpression::default( - ), + crate::js::expressions::null_literal_expression::FormatJsNullLiteralExpression, ) } } @@ -5720,8 +5815,7 @@ impl IntoFormat for biome_js_syntax::JsNullLiteralExpression { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::expressions::null_literal_expression::FormatJsNullLiteralExpression::default( - ), + crate::js::expressions::null_literal_expression::FormatJsNullLiteralExpression, ) } } @@ -5745,7 +5839,10 @@ impl AsFormat for biome_js_syntax::JsRegexLiteralExpression { crate::js::expressions::regex_literal_expression::FormatJsRegexLiteralExpression, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: expressions :: regex_literal_expression :: FormatJsRegexLiteralExpression :: default ()) + FormatRefWithRule::new( + self, + crate::js::expressions::regex_literal_expression::FormatJsRegexLiteralExpression, + ) } } impl IntoFormat for biome_js_syntax::JsRegexLiteralExpression { @@ -5754,7 +5851,10 @@ impl IntoFormat for biome_js_syntax::JsRegexLiteralExpression { crate::js::expressions::regex_literal_expression::FormatJsRegexLiteralExpression, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: expressions :: regex_literal_expression :: FormatJsRegexLiteralExpression :: default ()) + FormatOwnedWithRule::new( + self, + crate::js::expressions::regex_literal_expression::FormatJsRegexLiteralExpression, + ) } } impl FormatRule @@ -5777,7 +5877,10 @@ impl AsFormat for biome_js_syntax::JsVariableDeclarationClause crate::js::auxiliary::variable_declaration_clause::FormatJsVariableDeclarationClause, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: auxiliary :: variable_declaration_clause :: FormatJsVariableDeclarationClause :: default ()) + FormatRefWithRule::new( + self, + crate::js::auxiliary::variable_declaration_clause::FormatJsVariableDeclarationClause, + ) } } impl IntoFormat for biome_js_syntax::JsVariableDeclarationClause { @@ -5786,7 +5889,10 @@ impl IntoFormat for biome_js_syntax::JsVariableDeclarationClaus crate::js::auxiliary::variable_declaration_clause::FormatJsVariableDeclarationClause, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: auxiliary :: variable_declaration_clause :: FormatJsVariableDeclarationClause :: default ()) + FormatOwnedWithRule::new( + self, + crate::js::auxiliary::variable_declaration_clause::FormatJsVariableDeclarationClause, + ) } } impl FormatRule @@ -5809,7 +5915,10 @@ impl AsFormat for biome_js_syntax::TsDefiniteVariableAnnotation crate::ts::auxiliary::definite_variable_annotation::FormatTsDefiniteVariableAnnotation, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: ts :: auxiliary :: definite_variable_annotation :: FormatTsDefiniteVariableAnnotation :: default ()) + FormatRefWithRule::new( + self, + crate::ts::auxiliary::definite_variable_annotation::FormatTsDefiniteVariableAnnotation, + ) } } impl IntoFormat for biome_js_syntax::TsDefiniteVariableAnnotation { @@ -5818,7 +5927,10 @@ impl IntoFormat for biome_js_syntax::TsDefiniteVariableAnnotati crate::ts::auxiliary::definite_variable_annotation::FormatTsDefiniteVariableAnnotation, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: ts :: auxiliary :: definite_variable_annotation :: FormatTsDefiniteVariableAnnotation :: default ()) + FormatOwnedWithRule::new( + self, + crate::ts::auxiliary::definite_variable_annotation::FormatTsDefiniteVariableAnnotation, + ) } } impl FormatRule for crate::js::module::export::FormatJsExport { @@ -5832,14 +5944,14 @@ impl AsFormat for biome_js_syntax::JsExport { type Format<'a> = FormatRefWithRule<'a, biome_js_syntax::JsExport, crate::js::module::export::FormatJsExport>; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new(self, crate::js::module::export::FormatJsExport::default()) + FormatRefWithRule::new(self, crate::js::module::export::FormatJsExport) } } impl IntoFormat for biome_js_syntax::JsExport { type Format = FormatOwnedWithRule; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new(self, crate::js::module::export::FormatJsExport::default()) + FormatOwnedWithRule::new(self, crate::js::module::export::FormatJsExport) } } impl FormatRule for crate::js::module::import::FormatJsImport { @@ -5853,14 +5965,14 @@ impl AsFormat for biome_js_syntax::JsImport { type Format<'a> = FormatRefWithRule<'a, biome_js_syntax::JsImport, crate::js::module::import::FormatJsImport>; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new(self, crate::js::module::import::FormatJsImport::default()) + FormatRefWithRule::new(self, crate::js::module::import::FormatJsImport) } } impl IntoFormat for biome_js_syntax::JsImport { type Format = FormatOwnedWithRule; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new(self, crate::js::module::import::FormatJsImport::default()) + FormatOwnedWithRule::new(self, crate::js::module::import::FormatJsImport) } } impl FormatRule @@ -5885,7 +5997,7 @@ impl AsFormat for biome_js_syntax::JsImportBareClause { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::module::import_bare_clause::FormatJsImportBareClause::default(), + crate::js::module::import_bare_clause::FormatJsImportBareClause, ) } } @@ -5897,7 +6009,7 @@ impl IntoFormat for biome_js_syntax::JsImportBareClause { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::module::import_bare_clause::FormatJsImportBareClause::default(), + crate::js::module::import_bare_clause::FormatJsImportBareClause, ) } } @@ -5923,7 +6035,7 @@ impl AsFormat for biome_js_syntax::JsImportNamedClause { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::module::import_named_clause::FormatJsImportNamedClause::default(), + crate::js::module::import_named_clause::FormatJsImportNamedClause, ) } } @@ -5935,7 +6047,7 @@ impl IntoFormat for biome_js_syntax::JsImportNamedClause { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::module::import_named_clause::FormatJsImportNamedClause::default(), + crate::js::module::import_named_clause::FormatJsImportNamedClause, ) } } @@ -5961,7 +6073,7 @@ impl AsFormat for biome_js_syntax::JsImportDefaultClause { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::module::import_default_clause::FormatJsImportDefaultClause::default(), + crate::js::module::import_default_clause::FormatJsImportDefaultClause, ) } } @@ -5973,7 +6085,7 @@ impl IntoFormat for biome_js_syntax::JsImportDefaultClause { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::module::import_default_clause::FormatJsImportDefaultClause::default(), + crate::js::module::import_default_clause::FormatJsImportDefaultClause, ) } } @@ -5999,7 +6111,7 @@ impl AsFormat for biome_js_syntax::JsImportNamespaceClause { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::module::import_namespace_clause::FormatJsImportNamespaceClause::default(), + crate::js::module::import_namespace_clause::FormatJsImportNamespaceClause, ) } } @@ -6011,7 +6123,7 @@ impl IntoFormat for biome_js_syntax::JsImportNamespaceClause { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::module::import_namespace_clause::FormatJsImportNamespaceClause::default(), + crate::js::module::import_namespace_clause::FormatJsImportNamespaceClause, ) } } @@ -6031,10 +6143,7 @@ impl AsFormat for biome_js_syntax::JsModuleSource { crate::js::module::module_source::FormatJsModuleSource, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::js::module::module_source::FormatJsModuleSource::default(), - ) + FormatRefWithRule::new(self, crate::js::module::module_source::FormatJsModuleSource) } } impl IntoFormat for biome_js_syntax::JsModuleSource { @@ -6043,10 +6152,7 @@ impl IntoFormat for biome_js_syntax::JsModuleSource { crate::js::module::module_source::FormatJsModuleSource, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::js::module::module_source::FormatJsModuleSource::default(), - ) + FormatOwnedWithRule::new(self, crate::js::module::module_source::FormatJsModuleSource) } } impl FormatRule @@ -6071,7 +6177,7 @@ impl AsFormat for biome_js_syntax::JsImportAssertion { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::module::import_assertion::FormatJsImportAssertion::default(), + crate::js::module::import_assertion::FormatJsImportAssertion, ) } } @@ -6083,7 +6189,7 @@ impl IntoFormat for biome_js_syntax::JsImportAssertion { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::module::import_assertion::FormatJsImportAssertion::default(), + crate::js::module::import_assertion::FormatJsImportAssertion, ) } } @@ -6109,7 +6215,7 @@ impl AsFormat for biome_js_syntax::JsDefaultImportSpecifier { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::module::default_import_specifier::FormatJsDefaultImportSpecifier::default(), + crate::js::module::default_import_specifier::FormatJsDefaultImportSpecifier, ) } } @@ -6121,7 +6227,7 @@ impl IntoFormat for biome_js_syntax::JsDefaultImportSpecifier { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::module::default_import_specifier::FormatJsDefaultImportSpecifier::default(), + crate::js::module::default_import_specifier::FormatJsDefaultImportSpecifier, ) } } @@ -6147,7 +6253,7 @@ impl AsFormat for biome_js_syntax::JsNamedImportSpecifiers { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::module::named_import_specifiers::FormatJsNamedImportSpecifiers::default(), + crate::js::module::named_import_specifiers::FormatJsNamedImportSpecifiers, ) } } @@ -6159,7 +6265,7 @@ impl IntoFormat for biome_js_syntax::JsNamedImportSpecifiers { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::module::named_import_specifiers::FormatJsNamedImportSpecifiers::default(), + crate::js::module::named_import_specifiers::FormatJsNamedImportSpecifiers, ) } } @@ -6183,16 +6289,22 @@ impl AsFormat for biome_js_syntax::JsNamespaceImportSpecifier { crate::js::module::namespace_import_specifier::FormatJsNamespaceImportSpecifier, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: module :: namespace_import_specifier :: FormatJsNamespaceImportSpecifier :: default ()) - } -} + FormatRefWithRule::new( + self, + crate::js::module::namespace_import_specifier::FormatJsNamespaceImportSpecifier, + ) + } +} impl IntoFormat for biome_js_syntax::JsNamespaceImportSpecifier { type Format = FormatOwnedWithRule< biome_js_syntax::JsNamespaceImportSpecifier, crate::js::module::namespace_import_specifier::FormatJsNamespaceImportSpecifier, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: module :: namespace_import_specifier :: FormatJsNamespaceImportSpecifier :: default ()) + FormatOwnedWithRule::new( + self, + crate::js::module::namespace_import_specifier::FormatJsNamespaceImportSpecifier, + ) } } impl FormatRule @@ -6215,7 +6327,7 @@ impl AsFormat for biome_js_syntax::JsShorthandNamedImportSpecif crate::js::module::shorthand_named_import_specifier::FormatJsShorthandNamedImportSpecifier, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: module :: shorthand_named_import_specifier :: FormatJsShorthandNamedImportSpecifier :: default ()) + FormatRefWithRule :: new (self , crate :: js :: module :: shorthand_named_import_specifier :: FormatJsShorthandNamedImportSpecifier) } } impl IntoFormat for biome_js_syntax::JsShorthandNamedImportSpecifier { @@ -6224,7 +6336,7 @@ impl IntoFormat for biome_js_syntax::JsShorthandNamedImportSpec crate::js::module::shorthand_named_import_specifier::FormatJsShorthandNamedImportSpecifier, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: module :: shorthand_named_import_specifier :: FormatJsShorthandNamedImportSpecifier :: default ()) + FormatOwnedWithRule :: new (self , crate :: js :: module :: shorthand_named_import_specifier :: FormatJsShorthandNamedImportSpecifier) } } impl FormatRule @@ -6249,7 +6361,7 @@ impl AsFormat for biome_js_syntax::JsNamedImportSpecifier { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::module::named_import_specifier::FormatJsNamedImportSpecifier::default(), + crate::js::module::named_import_specifier::FormatJsNamedImportSpecifier, ) } } @@ -6261,7 +6373,7 @@ impl IntoFormat for biome_js_syntax::JsNamedImportSpecifier { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::module::named_import_specifier::FormatJsNamedImportSpecifier::default(), + crate::js::module::named_import_specifier::FormatJsNamedImportSpecifier, ) } } @@ -6287,7 +6399,7 @@ impl AsFormat for biome_js_syntax::JsLiteralExportName { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::module::literal_export_name::FormatJsLiteralExportName::default(), + crate::js::module::literal_export_name::FormatJsLiteralExportName, ) } } @@ -6299,7 +6411,7 @@ impl IntoFormat for biome_js_syntax::JsLiteralExportName { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::module::literal_export_name::FormatJsLiteralExportName::default(), + crate::js::module::literal_export_name::FormatJsLiteralExportName, ) } } @@ -6325,7 +6437,7 @@ impl AsFormat for biome_js_syntax::JsImportAssertionEntry { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::module::import_assertion_entry::FormatJsImportAssertionEntry::default(), + crate::js::module::import_assertion_entry::FormatJsImportAssertionEntry, ) } } @@ -6337,7 +6449,7 @@ impl IntoFormat for biome_js_syntax::JsImportAssertionEntry { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::module::import_assertion_entry::FormatJsImportAssertionEntry::default(), + crate::js::module::import_assertion_entry::FormatJsImportAssertionEntry, ) } } @@ -6357,13 +6469,13 @@ impl FormatRule impl AsFormat for biome_js_syntax::JsExportDefaultDeclarationClause { type Format < 'a > = FormatRefWithRule < 'a , biome_js_syntax :: JsExportDefaultDeclarationClause , crate :: js :: module :: export_default_declaration_clause :: FormatJsExportDefaultDeclarationClause > ; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: module :: export_default_declaration_clause :: FormatJsExportDefaultDeclarationClause :: default ()) + FormatRefWithRule :: new (self , crate :: js :: module :: export_default_declaration_clause :: FormatJsExportDefaultDeclarationClause) } } impl IntoFormat for biome_js_syntax::JsExportDefaultDeclarationClause { type Format = FormatOwnedWithRule < biome_js_syntax :: JsExportDefaultDeclarationClause , crate :: js :: module :: export_default_declaration_clause :: FormatJsExportDefaultDeclarationClause > ; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: module :: export_default_declaration_clause :: FormatJsExportDefaultDeclarationClause :: default ()) + FormatOwnedWithRule :: new (self , crate :: js :: module :: export_default_declaration_clause :: FormatJsExportDefaultDeclarationClause) } } impl FormatRule @@ -6386,7 +6498,7 @@ impl AsFormat for biome_js_syntax::JsExportDefaultExpressionCla crate::js::module::export_default_expression_clause::FormatJsExportDefaultExpressionClause, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: module :: export_default_expression_clause :: FormatJsExportDefaultExpressionClause :: default ()) + FormatRefWithRule :: new (self , crate :: js :: module :: export_default_expression_clause :: FormatJsExportDefaultExpressionClause) } } impl IntoFormat for biome_js_syntax::JsExportDefaultExpressionClause { @@ -6395,7 +6507,7 @@ impl IntoFormat for biome_js_syntax::JsExportDefaultExpressionC crate::js::module::export_default_expression_clause::FormatJsExportDefaultExpressionClause, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: module :: export_default_expression_clause :: FormatJsExportDefaultExpressionClause :: default ()) + FormatOwnedWithRule :: new (self , crate :: js :: module :: export_default_expression_clause :: FormatJsExportDefaultExpressionClause) } } impl FormatRule @@ -6420,7 +6532,7 @@ impl AsFormat for biome_js_syntax::JsExportNamedClause { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::module::export_named_clause::FormatJsExportNamedClause::default(), + crate::js::module::export_named_clause::FormatJsExportNamedClause, ) } } @@ -6432,7 +6544,7 @@ impl IntoFormat for biome_js_syntax::JsExportNamedClause { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::module::export_named_clause::FormatJsExportNamedClause::default(), + crate::js::module::export_named_clause::FormatJsExportNamedClause, ) } } @@ -6458,7 +6570,7 @@ impl AsFormat for biome_js_syntax::JsExportFromClause { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::module::export_from_clause::FormatJsExportFromClause::default(), + crate::js::module::export_from_clause::FormatJsExportFromClause, ) } } @@ -6470,7 +6582,7 @@ impl IntoFormat for biome_js_syntax::JsExportFromClause { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::module::export_from_clause::FormatJsExportFromClause::default(), + crate::js::module::export_from_clause::FormatJsExportFromClause, ) } } @@ -6496,7 +6608,7 @@ impl AsFormat for biome_js_syntax::JsExportNamedFromClause { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::module::export_named_from_clause::FormatJsExportNamedFromClause::default(), + crate::js::module::export_named_from_clause::FormatJsExportNamedFromClause, ) } } @@ -6508,7 +6620,7 @@ impl IntoFormat for biome_js_syntax::JsExportNamedFromClause { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::module::export_named_from_clause::FormatJsExportNamedFromClause::default(), + crate::js::module::export_named_from_clause::FormatJsExportNamedFromClause, ) } } @@ -6534,8 +6646,7 @@ impl AsFormat for biome_js_syntax::TsExportAsNamespaceClause { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::module::export_as_namespace_clause::FormatTsExportAsNamespaceClause::default( - ), + crate::ts::module::export_as_namespace_clause::FormatTsExportAsNamespaceClause, ) } } @@ -6547,8 +6658,7 @@ impl IntoFormat for biome_js_syntax::TsExportAsNamespaceClause fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::module::export_as_namespace_clause::FormatTsExportAsNamespaceClause::default( - ), + crate::ts::module::export_as_namespace_clause::FormatTsExportAsNamespaceClause, ) } } @@ -6574,7 +6684,7 @@ impl AsFormat for biome_js_syntax::TsExportAssignmentClause { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::module::export_assignment_clause::FormatTsExportAssignmentClause::default(), + crate::ts::module::export_assignment_clause::FormatTsExportAssignmentClause, ) } } @@ -6586,7 +6696,7 @@ impl IntoFormat for biome_js_syntax::TsExportAssignmentClause { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::module::export_assignment_clause::FormatTsExportAssignmentClause::default(), + crate::ts::module::export_assignment_clause::FormatTsExportAssignmentClause, ) } } @@ -6612,7 +6722,7 @@ impl AsFormat for biome_js_syntax::TsExportDeclareClause { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::module::export_declare_clause::FormatTsExportDeclareClause::default(), + crate::ts::module::export_declare_clause::FormatTsExportDeclareClause, ) } } @@ -6624,7 +6734,7 @@ impl IntoFormat for biome_js_syntax::TsExportDeclareClause { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::module::export_declare_clause::FormatTsExportDeclareClause::default(), + crate::ts::module::export_declare_clause::FormatTsExportDeclareClause, ) } } @@ -6632,26 +6742,26 @@ impl FormatRule < biome_js_syntax :: JsFunctionExportDefaultDeclaration > for cr impl AsFormat for biome_js_syntax::JsFunctionExportDefaultDeclaration { type Format < 'a > = FormatRefWithRule < 'a , biome_js_syntax :: JsFunctionExportDefaultDeclaration , crate :: js :: declarations :: function_export_default_declaration :: FormatJsFunctionExportDefaultDeclaration > ; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: declarations :: function_export_default_declaration :: FormatJsFunctionExportDefaultDeclaration :: default ()) + FormatRefWithRule :: new (self , crate :: js :: declarations :: function_export_default_declaration :: FormatJsFunctionExportDefaultDeclaration) } } impl IntoFormat for biome_js_syntax::JsFunctionExportDefaultDeclaration { type Format = FormatOwnedWithRule < biome_js_syntax :: JsFunctionExportDefaultDeclaration , crate :: js :: declarations :: function_export_default_declaration :: FormatJsFunctionExportDefaultDeclaration > ; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: declarations :: function_export_default_declaration :: FormatJsFunctionExportDefaultDeclaration :: default ()) + FormatOwnedWithRule :: new (self , crate :: js :: declarations :: function_export_default_declaration :: FormatJsFunctionExportDefaultDeclaration) } } impl FormatRule < biome_js_syntax :: TsDeclareFunctionExportDefaultDeclaration > for crate :: ts :: declarations :: declare_function_export_default_declaration :: FormatTsDeclareFunctionExportDefaultDeclaration { type Context = JsFormatContext ; # [inline (always)] fn fmt (& self , node : & biome_js_syntax :: TsDeclareFunctionExportDefaultDeclaration , f : & mut JsFormatter) -> FormatResult < () > { FormatNodeRule :: < biome_js_syntax :: TsDeclareFunctionExportDefaultDeclaration > :: fmt (self , node , f) } } impl AsFormat for biome_js_syntax::TsDeclareFunctionExportDefaultDeclaration { type Format < 'a > = FormatRefWithRule < 'a , biome_js_syntax :: TsDeclareFunctionExportDefaultDeclaration , crate :: ts :: declarations :: declare_function_export_default_declaration :: FormatTsDeclareFunctionExportDefaultDeclaration > ; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: ts :: declarations :: declare_function_export_default_declaration :: FormatTsDeclareFunctionExportDefaultDeclaration :: default ()) + FormatRefWithRule :: new (self , crate :: ts :: declarations :: declare_function_export_default_declaration :: FormatTsDeclareFunctionExportDefaultDeclaration) } } impl IntoFormat for biome_js_syntax::TsDeclareFunctionExportDefaultDeclaration { type Format = FormatOwnedWithRule < biome_js_syntax :: TsDeclareFunctionExportDefaultDeclaration , crate :: ts :: declarations :: declare_function_export_default_declaration :: FormatTsDeclareFunctionExportDefaultDeclaration > ; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: ts :: declarations :: declare_function_export_default_declaration :: FormatTsDeclareFunctionExportDefaultDeclaration :: default ()) + FormatOwnedWithRule :: new (self , crate :: ts :: declarations :: declare_function_export_default_declaration :: FormatTsDeclareFunctionExportDefaultDeclaration) } } impl FormatRule @@ -6674,7 +6784,7 @@ impl AsFormat for biome_js_syntax::JsExportNamedShorthandSpecif crate::js::module::export_named_shorthand_specifier::FormatJsExportNamedShorthandSpecifier, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: module :: export_named_shorthand_specifier :: FormatJsExportNamedShorthandSpecifier :: default ()) + FormatRefWithRule :: new (self , crate :: js :: module :: export_named_shorthand_specifier :: FormatJsExportNamedShorthandSpecifier) } } impl IntoFormat for biome_js_syntax::JsExportNamedShorthandSpecifier { @@ -6683,7 +6793,7 @@ impl IntoFormat for biome_js_syntax::JsExportNamedShorthandSpec crate::js::module::export_named_shorthand_specifier::FormatJsExportNamedShorthandSpecifier, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: module :: export_named_shorthand_specifier :: FormatJsExportNamedShorthandSpecifier :: default ()) + FormatOwnedWithRule :: new (self , crate :: js :: module :: export_named_shorthand_specifier :: FormatJsExportNamedShorthandSpecifier) } } impl FormatRule @@ -6708,7 +6818,7 @@ impl AsFormat for biome_js_syntax::JsExportNamedSpecifier { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::module::export_named_specifier::FormatJsExportNamedSpecifier::default(), + crate::js::module::export_named_specifier::FormatJsExportNamedSpecifier, ) } } @@ -6720,7 +6830,7 @@ impl IntoFormat for biome_js_syntax::JsExportNamedSpecifier { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::module::export_named_specifier::FormatJsExportNamedSpecifier::default(), + crate::js::module::export_named_specifier::FormatJsExportNamedSpecifier, ) } } @@ -6746,7 +6856,7 @@ impl AsFormat for biome_js_syntax::JsExportAsClause { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::module::export_as_clause::FormatJsExportAsClause::default(), + crate::js::module::export_as_clause::FormatJsExportAsClause, ) } } @@ -6758,7 +6868,7 @@ impl IntoFormat for biome_js_syntax::JsExportAsClause { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::module::export_as_clause::FormatJsExportAsClause::default(), + crate::js::module::export_as_clause::FormatJsExportAsClause, ) } } @@ -6782,7 +6892,10 @@ impl AsFormat for biome_js_syntax::JsExportNamedFromSpecifier { crate::js::module::export_named_from_specifier::FormatJsExportNamedFromSpecifier, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: module :: export_named_from_specifier :: FormatJsExportNamedFromSpecifier :: default ()) + FormatRefWithRule::new( + self, + crate::js::module::export_named_from_specifier::FormatJsExportNamedFromSpecifier, + ) } } impl IntoFormat for biome_js_syntax::JsExportNamedFromSpecifier { @@ -6791,7 +6904,10 @@ impl IntoFormat for biome_js_syntax::JsExportNamedFromSpecifier crate::js::module::export_named_from_specifier::FormatJsExportNamedFromSpecifier, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: module :: export_named_from_specifier :: FormatJsExportNamedFromSpecifier :: default ()) + FormatOwnedWithRule::new( + self, + crate::js::module::export_named_from_specifier::FormatJsExportNamedFromSpecifier, + ) } } impl FormatRule for crate::js::auxiliary::name::FormatJsName { @@ -6805,14 +6921,14 @@ impl AsFormat for biome_js_syntax::JsName { type Format<'a> = FormatRefWithRule<'a, biome_js_syntax::JsName, crate::js::auxiliary::name::FormatJsName>; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new(self, crate::js::auxiliary::name::FormatJsName::default()) + FormatRefWithRule::new(self, crate::js::auxiliary::name::FormatJsName) } } impl IntoFormat for biome_js_syntax::JsName { type Format = FormatOwnedWithRule; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new(self, crate::js::auxiliary::name::FormatJsName::default()) + FormatOwnedWithRule::new(self, crate::js::auxiliary::name::FormatJsName) } } impl FormatRule @@ -6837,7 +6953,7 @@ impl AsFormat for biome_js_syntax::JsFormalParameter { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::bindings::formal_parameter::FormatJsFormalParameter::default(), + crate::js::bindings::formal_parameter::FormatJsFormalParameter, ) } } @@ -6849,7 +6965,7 @@ impl IntoFormat for biome_js_syntax::JsFormalParameter { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::bindings::formal_parameter::FormatJsFormalParameter::default(), + crate::js::bindings::formal_parameter::FormatJsFormalParameter, ) } } @@ -6875,7 +6991,7 @@ impl AsFormat for biome_js_syntax::TsThisParameter { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::bindings::this_parameter::FormatTsThisParameter::default(), + crate::ts::bindings::this_parameter::FormatTsThisParameter, ) } } @@ -6887,7 +7003,7 @@ impl IntoFormat for biome_js_syntax::TsThisParameter { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::bindings::this_parameter::FormatTsThisParameter::default(), + crate::ts::bindings::this_parameter::FormatTsThisParameter, ) } } @@ -6905,7 +7021,7 @@ impl AsFormat for biome_js_syntax::TsAnyType { crate::ts::types::any_type::FormatTsAnyType, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new(self, crate::ts::types::any_type::FormatTsAnyType::default()) + FormatRefWithRule::new(self, crate::ts::types::any_type::FormatTsAnyType) } } impl IntoFormat for biome_js_syntax::TsAnyType { @@ -6914,7 +7030,7 @@ impl IntoFormat for biome_js_syntax::TsAnyType { crate::ts::types::any_type::FormatTsAnyType, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new(self, crate::ts::types::any_type::FormatTsAnyType::default()) + FormatOwnedWithRule::new(self, crate::ts::types::any_type::FormatTsAnyType) } } impl FormatRule @@ -6933,10 +7049,7 @@ impl AsFormat for biome_js_syntax::TsUnknownType { crate::ts::types::unknown_type::FormatTsUnknownType, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::ts::types::unknown_type::FormatTsUnknownType::default(), - ) + FormatRefWithRule::new(self, crate::ts::types::unknown_type::FormatTsUnknownType) } } impl IntoFormat for biome_js_syntax::TsUnknownType { @@ -6945,10 +7058,7 @@ impl IntoFormat for biome_js_syntax::TsUnknownType { crate::ts::types::unknown_type::FormatTsUnknownType, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::ts::types::unknown_type::FormatTsUnknownType::default(), - ) + FormatOwnedWithRule::new(self, crate::ts::types::unknown_type::FormatTsUnknownType) } } impl FormatRule @@ -6967,10 +7077,7 @@ impl AsFormat for biome_js_syntax::TsNumberType { crate::ts::types::number_type::FormatTsNumberType, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::ts::types::number_type::FormatTsNumberType::default(), - ) + FormatRefWithRule::new(self, crate::ts::types::number_type::FormatTsNumberType) } } impl IntoFormat for biome_js_syntax::TsNumberType { @@ -6979,10 +7086,7 @@ impl IntoFormat for biome_js_syntax::TsNumberType { crate::ts::types::number_type::FormatTsNumberType, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::ts::types::number_type::FormatTsNumberType::default(), - ) + FormatOwnedWithRule::new(self, crate::ts::types::number_type::FormatTsNumberType) } } impl FormatRule @@ -7001,10 +7105,7 @@ impl AsFormat for biome_js_syntax::TsBooleanType { crate::ts::types::boolean_type::FormatTsBooleanType, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::ts::types::boolean_type::FormatTsBooleanType::default(), - ) + FormatRefWithRule::new(self, crate::ts::types::boolean_type::FormatTsBooleanType) } } impl IntoFormat for biome_js_syntax::TsBooleanType { @@ -7013,10 +7114,7 @@ impl IntoFormat for biome_js_syntax::TsBooleanType { crate::ts::types::boolean_type::FormatTsBooleanType, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::ts::types::boolean_type::FormatTsBooleanType::default(), - ) + FormatOwnedWithRule::new(self, crate::ts::types::boolean_type::FormatTsBooleanType) } } impl FormatRule @@ -7035,10 +7133,7 @@ impl AsFormat for biome_js_syntax::TsBigintType { crate::ts::types::bigint_type::FormatTsBigintType, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::ts::types::bigint_type::FormatTsBigintType::default(), - ) + FormatRefWithRule::new(self, crate::ts::types::bigint_type::FormatTsBigintType) } } impl IntoFormat for biome_js_syntax::TsBigintType { @@ -7047,10 +7142,7 @@ impl IntoFormat for biome_js_syntax::TsBigintType { crate::ts::types::bigint_type::FormatTsBigintType, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::ts::types::bigint_type::FormatTsBigintType::default(), - ) + FormatOwnedWithRule::new(self, crate::ts::types::bigint_type::FormatTsBigintType) } } impl FormatRule @@ -7069,10 +7161,7 @@ impl AsFormat for biome_js_syntax::TsStringType { crate::ts::types::string_type::FormatTsStringType, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::ts::types::string_type::FormatTsStringType::default(), - ) + FormatRefWithRule::new(self, crate::ts::types::string_type::FormatTsStringType) } } impl IntoFormat for biome_js_syntax::TsStringType { @@ -7081,10 +7170,7 @@ impl IntoFormat for biome_js_syntax::TsStringType { crate::ts::types::string_type::FormatTsStringType, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::ts::types::string_type::FormatTsStringType::default(), - ) + FormatOwnedWithRule::new(self, crate::ts::types::string_type::FormatTsStringType) } } impl FormatRule @@ -7103,10 +7189,7 @@ impl AsFormat for biome_js_syntax::TsSymbolType { crate::ts::types::symbol_type::FormatTsSymbolType, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::ts::types::symbol_type::FormatTsSymbolType::default(), - ) + FormatRefWithRule::new(self, crate::ts::types::symbol_type::FormatTsSymbolType) } } impl IntoFormat for biome_js_syntax::TsSymbolType { @@ -7115,10 +7198,7 @@ impl IntoFormat for biome_js_syntax::TsSymbolType { crate::ts::types::symbol_type::FormatTsSymbolType, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::ts::types::symbol_type::FormatTsSymbolType::default(), - ) + FormatOwnedWithRule::new(self, crate::ts::types::symbol_type::FormatTsSymbolType) } } impl FormatRule for crate::ts::types::void_type::FormatTsVoidType { @@ -7135,10 +7215,7 @@ impl AsFormat for biome_js_syntax::TsVoidType { crate::ts::types::void_type::FormatTsVoidType, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::ts::types::void_type::FormatTsVoidType::default(), - ) + FormatRefWithRule::new(self, crate::ts::types::void_type::FormatTsVoidType) } } impl IntoFormat for biome_js_syntax::TsVoidType { @@ -7147,10 +7224,7 @@ impl IntoFormat for biome_js_syntax::TsVoidType { crate::ts::types::void_type::FormatTsVoidType, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::ts::types::void_type::FormatTsVoidType::default(), - ) + FormatOwnedWithRule::new(self, crate::ts::types::void_type::FormatTsVoidType) } } impl FormatRule @@ -7175,7 +7249,7 @@ impl AsFormat for biome_js_syntax::TsUndefinedType { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::types::undefined_type::FormatTsUndefinedType::default(), + crate::ts::types::undefined_type::FormatTsUndefinedType, ) } } @@ -7187,7 +7261,7 @@ impl IntoFormat for biome_js_syntax::TsUndefinedType { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::types::undefined_type::FormatTsUndefinedType::default(), + crate::ts::types::undefined_type::FormatTsUndefinedType, ) } } @@ -7205,10 +7279,7 @@ impl AsFormat for biome_js_syntax::TsNeverType { crate::ts::types::never_type::FormatTsNeverType, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::ts::types::never_type::FormatTsNeverType::default(), - ) + FormatRefWithRule::new(self, crate::ts::types::never_type::FormatTsNeverType) } } impl IntoFormat for biome_js_syntax::TsNeverType { @@ -7217,10 +7288,7 @@ impl IntoFormat for biome_js_syntax::TsNeverType { crate::ts::types::never_type::FormatTsNeverType, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::ts::types::never_type::FormatTsNeverType::default(), - ) + FormatOwnedWithRule::new(self, crate::ts::types::never_type::FormatTsNeverType) } } impl FormatRule @@ -7245,7 +7313,7 @@ impl AsFormat for biome_js_syntax::TsParenthesizedType { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::types::parenthesized_type::FormatTsParenthesizedType::default(), + crate::ts::types::parenthesized_type::FormatTsParenthesizedType, ) } } @@ -7257,7 +7325,7 @@ impl IntoFormat for biome_js_syntax::TsParenthesizedType { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::types::parenthesized_type::FormatTsParenthesizedType::default(), + crate::ts::types::parenthesized_type::FormatTsParenthesizedType, ) } } @@ -7283,7 +7351,7 @@ impl AsFormat for biome_js_syntax::TsReferenceType { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::types::reference_type::FormatTsReferenceType::default(), + crate::ts::types::reference_type::FormatTsReferenceType, ) } } @@ -7295,7 +7363,7 @@ impl IntoFormat for biome_js_syntax::TsReferenceType { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::types::reference_type::FormatTsReferenceType::default(), + crate::ts::types::reference_type::FormatTsReferenceType, ) } } @@ -7313,10 +7381,7 @@ impl AsFormat for biome_js_syntax::TsArrayType { crate::ts::types::array_type::FormatTsArrayType, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::ts::types::array_type::FormatTsArrayType::default(), - ) + FormatRefWithRule::new(self, crate::ts::types::array_type::FormatTsArrayType) } } impl IntoFormat for biome_js_syntax::TsArrayType { @@ -7325,10 +7390,7 @@ impl IntoFormat for biome_js_syntax::TsArrayType { crate::ts::types::array_type::FormatTsArrayType, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::ts::types::array_type::FormatTsArrayType::default(), - ) + FormatOwnedWithRule::new(self, crate::ts::types::array_type::FormatTsArrayType) } } impl FormatRule for crate::ts::types::tuple_type::FormatTsTupleType { @@ -7345,10 +7407,7 @@ impl AsFormat for biome_js_syntax::TsTupleType { crate::ts::types::tuple_type::FormatTsTupleType, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::ts::types::tuple_type::FormatTsTupleType::default(), - ) + FormatRefWithRule::new(self, crate::ts::types::tuple_type::FormatTsTupleType) } } impl IntoFormat for biome_js_syntax::TsTupleType { @@ -7357,10 +7416,7 @@ impl IntoFormat for biome_js_syntax::TsTupleType { crate::ts::types::tuple_type::FormatTsTupleType, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::ts::types::tuple_type::FormatTsTupleType::default(), - ) + FormatOwnedWithRule::new(self, crate::ts::types::tuple_type::FormatTsTupleType) } } impl FormatRule @@ -7379,10 +7435,7 @@ impl AsFormat for biome_js_syntax::TsTypeofType { crate::ts::types::typeof_type::FormatTsTypeofType, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::ts::types::typeof_type::FormatTsTypeofType::default(), - ) + FormatRefWithRule::new(self, crate::ts::types::typeof_type::FormatTsTypeofType) } } impl IntoFormat for biome_js_syntax::TsTypeofType { @@ -7391,10 +7444,7 @@ impl IntoFormat for biome_js_syntax::TsTypeofType { crate::ts::types::typeof_type::FormatTsTypeofType, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::ts::types::typeof_type::FormatTsTypeofType::default(), - ) + FormatOwnedWithRule::new(self, crate::ts::types::typeof_type::FormatTsTypeofType) } } impl FormatRule @@ -7413,10 +7463,7 @@ impl AsFormat for biome_js_syntax::TsImportType { crate::ts::module::import_type::FormatTsImportType, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::ts::module::import_type::FormatTsImportType::default(), - ) + FormatRefWithRule::new(self, crate::ts::module::import_type::FormatTsImportType) } } impl IntoFormat for biome_js_syntax::TsImportType { @@ -7425,10 +7472,7 @@ impl IntoFormat for biome_js_syntax::TsImportType { crate::ts::module::import_type::FormatTsImportType, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::ts::module::import_type::FormatTsImportType::default(), - ) + FormatOwnedWithRule::new(self, crate::ts::module::import_type::FormatTsImportType) } } impl FormatRule @@ -7453,7 +7497,7 @@ impl AsFormat for biome_js_syntax::TsTypeOperatorType { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::types::type_operator_type::FormatTsTypeOperatorType::default(), + crate::ts::types::type_operator_type::FormatTsTypeOperatorType, ) } } @@ -7465,7 +7509,7 @@ impl IntoFormat for biome_js_syntax::TsTypeOperatorType { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::types::type_operator_type::FormatTsTypeOperatorType::default(), + crate::ts::types::type_operator_type::FormatTsTypeOperatorType, ) } } @@ -7491,7 +7535,7 @@ impl AsFormat for biome_js_syntax::TsIndexedAccessType { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::types::indexed_access_type::FormatTsIndexedAccessType::default(), + crate::ts::types::indexed_access_type::FormatTsIndexedAccessType, ) } } @@ -7503,7 +7547,7 @@ impl IntoFormat for biome_js_syntax::TsIndexedAccessType { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::types::indexed_access_type::FormatTsIndexedAccessType::default(), + crate::ts::types::indexed_access_type::FormatTsIndexedAccessType, ) } } @@ -7523,10 +7567,7 @@ impl AsFormat for biome_js_syntax::TsMappedType { crate::ts::types::mapped_type::FormatTsMappedType, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::ts::types::mapped_type::FormatTsMappedType::default(), - ) + FormatRefWithRule::new(self, crate::ts::types::mapped_type::FormatTsMappedType) } } impl IntoFormat for biome_js_syntax::TsMappedType { @@ -7535,10 +7576,7 @@ impl IntoFormat for biome_js_syntax::TsMappedType { crate::ts::types::mapped_type::FormatTsMappedType, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::ts::types::mapped_type::FormatTsMappedType::default(), - ) + FormatOwnedWithRule::new(self, crate::ts::types::mapped_type::FormatTsMappedType) } } impl FormatRule @@ -7557,10 +7595,7 @@ impl AsFormat for biome_js_syntax::TsObjectType { crate::ts::types::object_type::FormatTsObjectType, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::ts::types::object_type::FormatTsObjectType::default(), - ) + FormatRefWithRule::new(self, crate::ts::types::object_type::FormatTsObjectType) } } impl IntoFormat for biome_js_syntax::TsObjectType { @@ -7569,10 +7604,7 @@ impl IntoFormat for biome_js_syntax::TsObjectType { crate::ts::types::object_type::FormatTsObjectType, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::ts::types::object_type::FormatTsObjectType::default(), - ) + FormatOwnedWithRule::new(self, crate::ts::types::object_type::FormatTsObjectType) } } impl FormatRule @@ -7597,7 +7629,7 @@ impl AsFormat for biome_js_syntax::TsNonPrimitiveType { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::types::non_primitive_type::FormatTsNonPrimitiveType::default(), + crate::ts::types::non_primitive_type::FormatTsNonPrimitiveType, ) } } @@ -7609,7 +7641,7 @@ impl IntoFormat for biome_js_syntax::TsNonPrimitiveType { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::types::non_primitive_type::FormatTsNonPrimitiveType::default(), + crate::ts::types::non_primitive_type::FormatTsNonPrimitiveType, ) } } @@ -7627,10 +7659,7 @@ impl AsFormat for biome_js_syntax::TsThisType { crate::ts::types::this_type::FormatTsThisType, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::ts::types::this_type::FormatTsThisType::default(), - ) + FormatRefWithRule::new(self, crate::ts::types::this_type::FormatTsThisType) } } impl IntoFormat for biome_js_syntax::TsThisType { @@ -7639,10 +7668,7 @@ impl IntoFormat for biome_js_syntax::TsThisType { crate::ts::types::this_type::FormatTsThisType, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::ts::types::this_type::FormatTsThisType::default(), - ) + FormatOwnedWithRule::new(self, crate::ts::types::this_type::FormatTsThisType) } } impl FormatRule @@ -7667,7 +7693,7 @@ impl AsFormat for biome_js_syntax::TsNumberLiteralType { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::types::number_literal_type::FormatTsNumberLiteralType::default(), + crate::ts::types::number_literal_type::FormatTsNumberLiteralType, ) } } @@ -7679,7 +7705,7 @@ impl IntoFormat for biome_js_syntax::TsNumberLiteralType { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::types::number_literal_type::FormatTsNumberLiteralType::default(), + crate::ts::types::number_literal_type::FormatTsNumberLiteralType, ) } } @@ -7705,7 +7731,7 @@ impl AsFormat for biome_js_syntax::TsBigintLiteralType { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::types::bigint_literal_type::FormatTsBigintLiteralType::default(), + crate::ts::types::bigint_literal_type::FormatTsBigintLiteralType, ) } } @@ -7717,7 +7743,7 @@ impl IntoFormat for biome_js_syntax::TsBigintLiteralType { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::types::bigint_literal_type::FormatTsBigintLiteralType::default(), + crate::ts::types::bigint_literal_type::FormatTsBigintLiteralType, ) } } @@ -7743,7 +7769,7 @@ impl AsFormat for biome_js_syntax::TsStringLiteralType { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::types::string_literal_type::FormatTsStringLiteralType::default(), + crate::ts::types::string_literal_type::FormatTsStringLiteralType, ) } } @@ -7755,7 +7781,7 @@ impl IntoFormat for biome_js_syntax::TsStringLiteralType { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::types::string_literal_type::FormatTsStringLiteralType::default(), + crate::ts::types::string_literal_type::FormatTsStringLiteralType, ) } } @@ -7781,7 +7807,7 @@ impl AsFormat for biome_js_syntax::TsNullLiteralType { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::types::null_literal_type::FormatTsNullLiteralType::default(), + crate::ts::types::null_literal_type::FormatTsNullLiteralType, ) } } @@ -7793,7 +7819,7 @@ impl IntoFormat for biome_js_syntax::TsNullLiteralType { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::types::null_literal_type::FormatTsNullLiteralType::default(), + crate::ts::types::null_literal_type::FormatTsNullLiteralType, ) } } @@ -7819,7 +7845,7 @@ impl AsFormat for biome_js_syntax::TsBooleanLiteralType { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::types::boolean_literal_type::FormatTsBooleanLiteralType::default(), + crate::ts::types::boolean_literal_type::FormatTsBooleanLiteralType, ) } } @@ -7831,7 +7857,7 @@ impl IntoFormat for biome_js_syntax::TsBooleanLiteralType { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::types::boolean_literal_type::FormatTsBooleanLiteralType::default(), + crate::ts::types::boolean_literal_type::FormatTsBooleanLiteralType, ) } } @@ -7857,7 +7883,7 @@ impl AsFormat for biome_js_syntax::TsTemplateLiteralType { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::types::template_literal_type::FormatTsTemplateLiteralType::default(), + crate::ts::types::template_literal_type::FormatTsTemplateLiteralType, ) } } @@ -7869,7 +7895,7 @@ impl IntoFormat for biome_js_syntax::TsTemplateLiteralType { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::types::template_literal_type::FormatTsTemplateLiteralType::default(), + crate::ts::types::template_literal_type::FormatTsTemplateLiteralType, ) } } @@ -7887,10 +7913,7 @@ impl AsFormat for biome_js_syntax::TsInferType { crate::ts::types::infer_type::FormatTsInferType, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::ts::types::infer_type::FormatTsInferType::default(), - ) + FormatRefWithRule::new(self, crate::ts::types::infer_type::FormatTsInferType) } } impl IntoFormat for biome_js_syntax::TsInferType { @@ -7899,10 +7922,7 @@ impl IntoFormat for biome_js_syntax::TsInferType { crate::ts::types::infer_type::FormatTsInferType, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::ts::types::infer_type::FormatTsInferType::default(), - ) + FormatOwnedWithRule::new(self, crate::ts::types::infer_type::FormatTsInferType) } } impl FormatRule @@ -7927,7 +7947,7 @@ impl AsFormat for biome_js_syntax::TsIntersectionType { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::types::intersection_type::FormatTsIntersectionType::default(), + crate::ts::types::intersection_type::FormatTsIntersectionType, ) } } @@ -7939,7 +7959,7 @@ impl IntoFormat for biome_js_syntax::TsIntersectionType { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::types::intersection_type::FormatTsIntersectionType::default(), + crate::ts::types::intersection_type::FormatTsIntersectionType, ) } } @@ -7957,10 +7977,7 @@ impl AsFormat for biome_js_syntax::TsUnionType { crate::ts::types::union_type::FormatTsUnionType, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::ts::types::union_type::FormatTsUnionType::default(), - ) + FormatRefWithRule::new(self, crate::ts::types::union_type::FormatTsUnionType) } } impl IntoFormat for biome_js_syntax::TsUnionType { @@ -7969,10 +7986,7 @@ impl IntoFormat for biome_js_syntax::TsUnionType { crate::ts::types::union_type::FormatTsUnionType, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::ts::types::union_type::FormatTsUnionType::default(), - ) + FormatOwnedWithRule::new(self, crate::ts::types::union_type::FormatTsUnionType) } } impl FormatRule @@ -7991,10 +8005,7 @@ impl AsFormat for biome_js_syntax::TsFunctionType { crate::ts::types::function_type::FormatTsFunctionType, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::ts::types::function_type::FormatTsFunctionType::default(), - ) + FormatRefWithRule::new(self, crate::ts::types::function_type::FormatTsFunctionType) } } impl IntoFormat for biome_js_syntax::TsFunctionType { @@ -8003,10 +8014,7 @@ impl IntoFormat for biome_js_syntax::TsFunctionType { crate::ts::types::function_type::FormatTsFunctionType, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::ts::types::function_type::FormatTsFunctionType::default(), - ) + FormatOwnedWithRule::new(self, crate::ts::types::function_type::FormatTsFunctionType) } } impl FormatRule @@ -8031,7 +8039,7 @@ impl AsFormat for biome_js_syntax::TsConstructorType { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::types::constructor_type::FormatTsConstructorType::default(), + crate::ts::types::constructor_type::FormatTsConstructorType, ) } } @@ -8043,7 +8051,7 @@ impl IntoFormat for biome_js_syntax::TsConstructorType { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::types::constructor_type::FormatTsConstructorType::default(), + crate::ts::types::constructor_type::FormatTsConstructorType, ) } } @@ -8069,7 +8077,7 @@ impl AsFormat for biome_js_syntax::TsConditionalType { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::types::conditional_type::FormatTsConditionalType::default(), + crate::ts::types::conditional_type::FormatTsConditionalType, ) } } @@ -8081,7 +8089,7 @@ impl IntoFormat for biome_js_syntax::TsConditionalType { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::types::conditional_type::FormatTsConditionalType::default(), + crate::ts::types::conditional_type::FormatTsConditionalType, ) } } @@ -8107,7 +8115,7 @@ impl AsFormat for biome_js_syntax::TsIdentifierBinding { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::bindings::identifier_binding::FormatTsIdentifierBinding::default(), + crate::ts::bindings::identifier_binding::FormatTsIdentifierBinding, ) } } @@ -8119,7 +8127,7 @@ impl IntoFormat for biome_js_syntax::TsIdentifierBinding { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::bindings::identifier_binding::FormatTsIdentifierBinding::default(), + crate::ts::bindings::identifier_binding::FormatTsIdentifierBinding, ) } } @@ -8139,10 +8147,7 @@ impl AsFormat for biome_js_syntax::TsEnumMember { crate::ts::auxiliary::enum_member::FormatTsEnumMember, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::ts::auxiliary::enum_member::FormatTsEnumMember::default(), - ) + FormatRefWithRule::new(self, crate::ts::auxiliary::enum_member::FormatTsEnumMember) } } impl IntoFormat for biome_js_syntax::TsEnumMember { @@ -8151,10 +8156,7 @@ impl IntoFormat for biome_js_syntax::TsEnumMember { crate::ts::auxiliary::enum_member::FormatTsEnumMember, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::ts::auxiliary::enum_member::FormatTsEnumMember::default(), - ) + FormatOwnedWithRule::new(self, crate::ts::auxiliary::enum_member::FormatTsEnumMember) } } impl FormatRule @@ -8177,7 +8179,10 @@ impl AsFormat for biome_js_syntax::TsExternalModuleReference { crate::ts::auxiliary::external_module_reference::FormatTsExternalModuleReference, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: ts :: auxiliary :: external_module_reference :: FormatTsExternalModuleReference :: default ()) + FormatRefWithRule::new( + self, + crate::ts::auxiliary::external_module_reference::FormatTsExternalModuleReference, + ) } } impl IntoFormat for biome_js_syntax::TsExternalModuleReference { @@ -8186,7 +8191,10 @@ impl IntoFormat for biome_js_syntax::TsExternalModuleReference crate::ts::auxiliary::external_module_reference::FormatTsExternalModuleReference, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: ts :: auxiliary :: external_module_reference :: FormatTsExternalModuleReference :: default ()) + FormatOwnedWithRule::new( + self, + crate::ts::auxiliary::external_module_reference::FormatTsExternalModuleReference, + ) } } impl FormatRule @@ -8207,7 +8215,7 @@ impl AsFormat for biome_js_syntax::TsModuleBlock { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::auxiliary::module_block::FormatTsModuleBlock::default(), + crate::ts::auxiliary::module_block::FormatTsModuleBlock, ) } } @@ -8219,7 +8227,7 @@ impl IntoFormat for biome_js_syntax::TsModuleBlock { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::auxiliary::module_block::FormatTsModuleBlock::default(), + crate::ts::auxiliary::module_block::FormatTsModuleBlock, ) } } @@ -8245,7 +8253,7 @@ impl AsFormat for biome_js_syntax::TsQualifiedModuleName { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::auxiliary::qualified_module_name::FormatTsQualifiedModuleName::default(), + crate::ts::auxiliary::qualified_module_name::FormatTsQualifiedModuleName, ) } } @@ -8257,7 +8265,7 @@ impl IntoFormat for biome_js_syntax::TsQualifiedModuleName { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::auxiliary::qualified_module_name::FormatTsQualifiedModuleName::default(), + crate::ts::auxiliary::qualified_module_name::FormatTsQualifiedModuleName, ) } } @@ -8265,13 +8273,13 @@ impl FormatRule < biome_js_syntax :: TsEmptyExternalModuleDeclarationBody > for impl AsFormat for biome_js_syntax::TsEmptyExternalModuleDeclarationBody { type Format < 'a > = FormatRefWithRule < 'a , biome_js_syntax :: TsEmptyExternalModuleDeclarationBody , crate :: ts :: auxiliary :: empty_external_module_declaration_body :: FormatTsEmptyExternalModuleDeclarationBody > ; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: ts :: auxiliary :: empty_external_module_declaration_body :: FormatTsEmptyExternalModuleDeclarationBody :: default ()) + FormatRefWithRule :: new (self , crate :: ts :: auxiliary :: empty_external_module_declaration_body :: FormatTsEmptyExternalModuleDeclarationBody) } } impl IntoFormat for biome_js_syntax::TsEmptyExternalModuleDeclarationBody { type Format = FormatOwnedWithRule < biome_js_syntax :: TsEmptyExternalModuleDeclarationBody , crate :: ts :: auxiliary :: empty_external_module_declaration_body :: FormatTsEmptyExternalModuleDeclarationBody > ; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: ts :: auxiliary :: empty_external_module_declaration_body :: FormatTsEmptyExternalModuleDeclarationBody :: default ()) + FormatOwnedWithRule :: new (self , crate :: ts :: auxiliary :: empty_external_module_declaration_body :: FormatTsEmptyExternalModuleDeclarationBody) } } impl FormatRule @@ -8296,7 +8304,7 @@ impl AsFormat for biome_js_syntax::TsTypeParameterName { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::auxiliary::type_parameter_name::FormatTsTypeParameterName::default(), + crate::ts::auxiliary::type_parameter_name::FormatTsTypeParameterName, ) } } @@ -8308,7 +8316,7 @@ impl IntoFormat for biome_js_syntax::TsTypeParameterName { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::auxiliary::type_parameter_name::FormatTsTypeParameterName::default(), + crate::ts::auxiliary::type_parameter_name::FormatTsTypeParameterName, ) } } @@ -8334,7 +8342,7 @@ impl AsFormat for biome_js_syntax::TsTypeConstraintClause { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::auxiliary::type_constraint_clause::FormatTsTypeConstraintClause::default(), + crate::ts::auxiliary::type_constraint_clause::FormatTsTypeConstraintClause, ) } } @@ -8346,7 +8354,7 @@ impl IntoFormat for biome_js_syntax::TsTypeConstraintClause { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::auxiliary::type_constraint_clause::FormatTsTypeConstraintClause::default(), + crate::ts::auxiliary::type_constraint_clause::FormatTsTypeConstraintClause, ) } } @@ -8372,7 +8380,7 @@ impl AsFormat for biome_js_syntax::TsPredicateReturnType { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::types::predicate_return_type::FormatTsPredicateReturnType::default(), + crate::ts::types::predicate_return_type::FormatTsPredicateReturnType, ) } } @@ -8384,7 +8392,7 @@ impl IntoFormat for biome_js_syntax::TsPredicateReturnType { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::types::predicate_return_type::FormatTsPredicateReturnType::default(), + crate::ts::types::predicate_return_type::FormatTsPredicateReturnType, ) } } @@ -8410,7 +8418,7 @@ impl AsFormat for biome_js_syntax::TsAssertsReturnType { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::types::asserts_return_type::FormatTsAssertsReturnType::default(), + crate::ts::types::asserts_return_type::FormatTsAssertsReturnType, ) } } @@ -8422,7 +8430,7 @@ impl IntoFormat for biome_js_syntax::TsAssertsReturnType { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::types::asserts_return_type::FormatTsAssertsReturnType::default(), + crate::ts::types::asserts_return_type::FormatTsAssertsReturnType, ) } } @@ -8448,7 +8456,7 @@ impl AsFormat for biome_js_syntax::TsAssertsCondition { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::auxiliary::asserts_condition::FormatTsAssertsCondition::default(), + crate::ts::auxiliary::asserts_condition::FormatTsAssertsCondition, ) } } @@ -8460,7 +8468,7 @@ impl IntoFormat for biome_js_syntax::TsAssertsCondition { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::auxiliary::asserts_condition::FormatTsAssertsCondition::default(), + crate::ts::auxiliary::asserts_condition::FormatTsAssertsCondition, ) } } @@ -8486,7 +8494,7 @@ impl AsFormat for biome_js_syntax::TsTypeParameter { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::bindings::type_parameter::FormatTsTypeParameter::default(), + crate::ts::bindings::type_parameter::FormatTsTypeParameter, ) } } @@ -8498,7 +8506,7 @@ impl IntoFormat for biome_js_syntax::TsTypeParameter { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::bindings::type_parameter::FormatTsTypeParameter::default(), + crate::ts::bindings::type_parameter::FormatTsTypeParameter, ) } } @@ -8524,7 +8532,7 @@ impl AsFormat for biome_js_syntax::TsDefaultTypeClause { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::auxiliary::default_type_clause::FormatTsDefaultTypeClause::default(), + crate::ts::auxiliary::default_type_clause::FormatTsDefaultTypeClause, ) } } @@ -8536,7 +8544,7 @@ impl IntoFormat for biome_js_syntax::TsDefaultTypeClause { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::auxiliary::default_type_clause::FormatTsDefaultTypeClause::default(), + crate::ts::auxiliary::default_type_clause::FormatTsDefaultTypeClause, ) } } @@ -8562,7 +8570,7 @@ impl AsFormat for biome_js_syntax::TsExtendsClause { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::classes::extends_clause::FormatTsExtendsClause::default(), + crate::ts::classes::extends_clause::FormatTsExtendsClause, ) } } @@ -8574,7 +8582,7 @@ impl IntoFormat for biome_js_syntax::TsExtendsClause { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::classes::extends_clause::FormatTsExtendsClause::default(), + crate::ts::classes::extends_clause::FormatTsExtendsClause, ) } } @@ -8598,7 +8606,10 @@ impl AsFormat for biome_js_syntax::TsNameWithTypeArguments { crate::ts::expressions::name_with_type_arguments::FormatTsNameWithTypeArguments, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: ts :: expressions :: name_with_type_arguments :: FormatTsNameWithTypeArguments :: default ()) + FormatRefWithRule::new( + self, + crate::ts::expressions::name_with_type_arguments::FormatTsNameWithTypeArguments, + ) } } impl IntoFormat for biome_js_syntax::TsNameWithTypeArguments { @@ -8607,7 +8618,10 @@ impl IntoFormat for biome_js_syntax::TsNameWithTypeArguments { crate::ts::expressions::name_with_type_arguments::FormatTsNameWithTypeArguments, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: ts :: expressions :: name_with_type_arguments :: FormatTsNameWithTypeArguments :: default ()) + FormatOwnedWithRule::new( + self, + crate::ts::expressions::name_with_type_arguments::FormatTsNameWithTypeArguments, + ) } } impl FormatRule @@ -8630,7 +8644,10 @@ impl AsFormat for biome_js_syntax::TsCallSignatureTypeMember { crate::ts::auxiliary::call_signature_type_member::FormatTsCallSignatureTypeMember, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: ts :: auxiliary :: call_signature_type_member :: FormatTsCallSignatureTypeMember :: default ()) + FormatRefWithRule::new( + self, + crate::ts::auxiliary::call_signature_type_member::FormatTsCallSignatureTypeMember, + ) } } impl IntoFormat for biome_js_syntax::TsCallSignatureTypeMember { @@ -8639,7 +8656,10 @@ impl IntoFormat for biome_js_syntax::TsCallSignatureTypeMember crate::ts::auxiliary::call_signature_type_member::FormatTsCallSignatureTypeMember, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: ts :: auxiliary :: call_signature_type_member :: FormatTsCallSignatureTypeMember :: default ()) + FormatOwnedWithRule::new( + self, + crate::ts::auxiliary::call_signature_type_member::FormatTsCallSignatureTypeMember, + ) } } impl FormatRule @@ -8662,7 +8682,7 @@ impl AsFormat for biome_js_syntax::TsPropertySignatureTypeMembe crate::ts::auxiliary::property_signature_type_member::FormatTsPropertySignatureTypeMember, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: ts :: auxiliary :: property_signature_type_member :: FormatTsPropertySignatureTypeMember :: default ()) + FormatRefWithRule :: new (self , crate :: ts :: auxiliary :: property_signature_type_member :: FormatTsPropertySignatureTypeMember) } } impl IntoFormat for biome_js_syntax::TsPropertySignatureTypeMember { @@ -8671,7 +8691,7 @@ impl IntoFormat for biome_js_syntax::TsPropertySignatureTypeMem crate::ts::auxiliary::property_signature_type_member::FormatTsPropertySignatureTypeMember, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: ts :: auxiliary :: property_signature_type_member :: FormatTsPropertySignatureTypeMember :: default ()) + FormatOwnedWithRule :: new (self , crate :: ts :: auxiliary :: property_signature_type_member :: FormatTsPropertySignatureTypeMember) } } impl FormatRule @@ -8694,7 +8714,7 @@ impl AsFormat for biome_js_syntax::TsConstructSignatureTypeMemb crate::ts::auxiliary::construct_signature_type_member::FormatTsConstructSignatureTypeMember, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: ts :: auxiliary :: construct_signature_type_member :: FormatTsConstructSignatureTypeMember :: default ()) + FormatRefWithRule :: new (self , crate :: ts :: auxiliary :: construct_signature_type_member :: FormatTsConstructSignatureTypeMember) } } impl IntoFormat for biome_js_syntax::TsConstructSignatureTypeMember { @@ -8703,7 +8723,7 @@ impl IntoFormat for biome_js_syntax::TsConstructSignatureTypeMe crate::ts::auxiliary::construct_signature_type_member::FormatTsConstructSignatureTypeMember, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: ts :: auxiliary :: construct_signature_type_member :: FormatTsConstructSignatureTypeMember :: default ()) + FormatOwnedWithRule :: new (self , crate :: ts :: auxiliary :: construct_signature_type_member :: FormatTsConstructSignatureTypeMember) } } impl FormatRule @@ -8726,7 +8746,10 @@ impl AsFormat for biome_js_syntax::TsMethodSignatureTypeMember crate::ts::auxiliary::method_signature_type_member::FormatTsMethodSignatureTypeMember, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: ts :: auxiliary :: method_signature_type_member :: FormatTsMethodSignatureTypeMember :: default ()) + FormatRefWithRule::new( + self, + crate::ts::auxiliary::method_signature_type_member::FormatTsMethodSignatureTypeMember, + ) } } impl IntoFormat for biome_js_syntax::TsMethodSignatureTypeMember { @@ -8735,7 +8758,10 @@ impl IntoFormat for biome_js_syntax::TsMethodSignatureTypeMembe crate::ts::auxiliary::method_signature_type_member::FormatTsMethodSignatureTypeMember, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: ts :: auxiliary :: method_signature_type_member :: FormatTsMethodSignatureTypeMember :: default ()) + FormatOwnedWithRule::new( + self, + crate::ts::auxiliary::method_signature_type_member::FormatTsMethodSignatureTypeMember, + ) } } impl FormatRule @@ -8758,7 +8784,10 @@ impl AsFormat for biome_js_syntax::TsGetterSignatureTypeMember crate::ts::auxiliary::getter_signature_type_member::FormatTsGetterSignatureTypeMember, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: ts :: auxiliary :: getter_signature_type_member :: FormatTsGetterSignatureTypeMember :: default ()) + FormatRefWithRule::new( + self, + crate::ts::auxiliary::getter_signature_type_member::FormatTsGetterSignatureTypeMember, + ) } } impl IntoFormat for biome_js_syntax::TsGetterSignatureTypeMember { @@ -8767,7 +8796,10 @@ impl IntoFormat for biome_js_syntax::TsGetterSignatureTypeMembe crate::ts::auxiliary::getter_signature_type_member::FormatTsGetterSignatureTypeMember, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: ts :: auxiliary :: getter_signature_type_member :: FormatTsGetterSignatureTypeMember :: default ()) + FormatOwnedWithRule::new( + self, + crate::ts::auxiliary::getter_signature_type_member::FormatTsGetterSignatureTypeMember, + ) } } impl FormatRule @@ -8790,7 +8822,10 @@ impl AsFormat for biome_js_syntax::TsSetterSignatureTypeMember crate::ts::auxiliary::setter_signature_type_member::FormatTsSetterSignatureTypeMember, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: ts :: auxiliary :: setter_signature_type_member :: FormatTsSetterSignatureTypeMember :: default ()) + FormatRefWithRule::new( + self, + crate::ts::auxiliary::setter_signature_type_member::FormatTsSetterSignatureTypeMember, + ) } } impl IntoFormat for biome_js_syntax::TsSetterSignatureTypeMember { @@ -8799,7 +8834,10 @@ impl IntoFormat for biome_js_syntax::TsSetterSignatureTypeMembe crate::ts::auxiliary::setter_signature_type_member::FormatTsSetterSignatureTypeMember, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: ts :: auxiliary :: setter_signature_type_member :: FormatTsSetterSignatureTypeMember :: default ()) + FormatOwnedWithRule::new( + self, + crate::ts::auxiliary::setter_signature_type_member::FormatTsSetterSignatureTypeMember, + ) } } impl FormatRule @@ -8822,7 +8860,10 @@ impl AsFormat for biome_js_syntax::TsIndexSignatureTypeMember { crate::ts::auxiliary::index_signature_type_member::FormatTsIndexSignatureTypeMember, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: ts :: auxiliary :: index_signature_type_member :: FormatTsIndexSignatureTypeMember :: default ()) + FormatRefWithRule::new( + self, + crate::ts::auxiliary::index_signature_type_member::FormatTsIndexSignatureTypeMember, + ) } } impl IntoFormat for biome_js_syntax::TsIndexSignatureTypeMember { @@ -8831,20 +8872,23 @@ impl IntoFormat for biome_js_syntax::TsIndexSignatureTypeMember crate::ts::auxiliary::index_signature_type_member::FormatTsIndexSignatureTypeMember, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: ts :: auxiliary :: index_signature_type_member :: FormatTsIndexSignatureTypeMember :: default ()) + FormatOwnedWithRule::new( + self, + crate::ts::auxiliary::index_signature_type_member::FormatTsIndexSignatureTypeMember, + ) } } impl FormatRule < biome_js_syntax :: TsMappedTypeReadonlyModifierClause > for crate :: ts :: auxiliary :: mapped_type_readonly_modifier_clause :: FormatTsMappedTypeReadonlyModifierClause { type Context = JsFormatContext ; # [inline (always)] fn fmt (& self , node : & biome_js_syntax :: TsMappedTypeReadonlyModifierClause , f : & mut JsFormatter) -> FormatResult < () > { FormatNodeRule :: < biome_js_syntax :: TsMappedTypeReadonlyModifierClause > :: fmt (self , node , f) } } impl AsFormat for biome_js_syntax::TsMappedTypeReadonlyModifierClause { type Format < 'a > = FormatRefWithRule < 'a , biome_js_syntax :: TsMappedTypeReadonlyModifierClause , crate :: ts :: auxiliary :: mapped_type_readonly_modifier_clause :: FormatTsMappedTypeReadonlyModifierClause > ; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: ts :: auxiliary :: mapped_type_readonly_modifier_clause :: FormatTsMappedTypeReadonlyModifierClause :: default ()) + FormatRefWithRule :: new (self , crate :: ts :: auxiliary :: mapped_type_readonly_modifier_clause :: FormatTsMappedTypeReadonlyModifierClause) } } impl IntoFormat for biome_js_syntax::TsMappedTypeReadonlyModifierClause { type Format = FormatOwnedWithRule < biome_js_syntax :: TsMappedTypeReadonlyModifierClause , crate :: ts :: auxiliary :: mapped_type_readonly_modifier_clause :: FormatTsMappedTypeReadonlyModifierClause > ; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: ts :: auxiliary :: mapped_type_readonly_modifier_clause :: FormatTsMappedTypeReadonlyModifierClause :: default ()) + FormatOwnedWithRule :: new (self , crate :: ts :: auxiliary :: mapped_type_readonly_modifier_clause :: FormatTsMappedTypeReadonlyModifierClause) } } impl FormatRule @@ -8869,7 +8913,7 @@ impl AsFormat for biome_js_syntax::TsMappedTypeAsClause { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::auxiliary::mapped_type_as_clause::FormatTsMappedTypeAsClause::default(), + crate::ts::auxiliary::mapped_type_as_clause::FormatTsMappedTypeAsClause, ) } } @@ -8881,7 +8925,7 @@ impl IntoFormat for biome_js_syntax::TsMappedTypeAsClause { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::auxiliary::mapped_type_as_clause::FormatTsMappedTypeAsClause::default(), + crate::ts::auxiliary::mapped_type_as_clause::FormatTsMappedTypeAsClause, ) } } @@ -8889,13 +8933,13 @@ impl FormatRule < biome_js_syntax :: TsMappedTypeOptionalModifierClause > for cr impl AsFormat for biome_js_syntax::TsMappedTypeOptionalModifierClause { type Format < 'a > = FormatRefWithRule < 'a , biome_js_syntax :: TsMappedTypeOptionalModifierClause , crate :: ts :: auxiliary :: mapped_type_optional_modifier_clause :: FormatTsMappedTypeOptionalModifierClause > ; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: ts :: auxiliary :: mapped_type_optional_modifier_clause :: FormatTsMappedTypeOptionalModifierClause :: default ()) + FormatRefWithRule :: new (self , crate :: ts :: auxiliary :: mapped_type_optional_modifier_clause :: FormatTsMappedTypeOptionalModifierClause) } } impl IntoFormat for biome_js_syntax::TsMappedTypeOptionalModifierClause { type Format = FormatOwnedWithRule < biome_js_syntax :: TsMappedTypeOptionalModifierClause , crate :: ts :: auxiliary :: mapped_type_optional_modifier_clause :: FormatTsMappedTypeOptionalModifierClause > ; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: ts :: auxiliary :: mapped_type_optional_modifier_clause :: FormatTsMappedTypeOptionalModifierClause :: default ()) + FormatOwnedWithRule :: new (self , crate :: ts :: auxiliary :: mapped_type_optional_modifier_clause :: FormatTsMappedTypeOptionalModifierClause) } } impl FormatRule @@ -8920,7 +8964,7 @@ impl AsFormat for biome_js_syntax::TsImportTypeQualifier { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::module::import_type_qualifier::FormatTsImportTypeQualifier::default(), + crate::ts::module::import_type_qualifier::FormatTsImportTypeQualifier, ) } } @@ -8932,7 +8976,7 @@ impl IntoFormat for biome_js_syntax::TsImportTypeQualifier { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::module::import_type_qualifier::FormatTsImportTypeQualifier::default(), + crate::ts::module::import_type_qualifier::FormatTsImportTypeQualifier, ) } } @@ -8958,8 +9002,7 @@ impl AsFormat for biome_js_syntax::TsNamedTupleTypeElement { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::auxiliary::named_tuple_type_element::FormatTsNamedTupleTypeElement::default( - ), + crate::ts::auxiliary::named_tuple_type_element::FormatTsNamedTupleTypeElement, ) } } @@ -8971,8 +9014,7 @@ impl IntoFormat for biome_js_syntax::TsNamedTupleTypeElement { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::auxiliary::named_tuple_type_element::FormatTsNamedTupleTypeElement::default( - ), + crate::ts::auxiliary::named_tuple_type_element::FormatTsNamedTupleTypeElement, ) } } @@ -8998,7 +9040,7 @@ impl AsFormat for biome_js_syntax::TsRestTupleTypeElement { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::auxiliary::rest_tuple_type_element::FormatTsRestTupleTypeElement::default(), + crate::ts::auxiliary::rest_tuple_type_element::FormatTsRestTupleTypeElement, ) } } @@ -9010,7 +9052,7 @@ impl IntoFormat for biome_js_syntax::TsRestTupleTypeElement { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::auxiliary::rest_tuple_type_element::FormatTsRestTupleTypeElement::default(), + crate::ts::auxiliary::rest_tuple_type_element::FormatTsRestTupleTypeElement, ) } } @@ -9034,7 +9076,10 @@ impl AsFormat for biome_js_syntax::TsOptionalTupleTypeElement { crate::ts::auxiliary::optional_tuple_type_element::FormatTsOptionalTupleTypeElement, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: ts :: auxiliary :: optional_tuple_type_element :: FormatTsOptionalTupleTypeElement :: default ()) + FormatRefWithRule::new( + self, + crate::ts::auxiliary::optional_tuple_type_element::FormatTsOptionalTupleTypeElement, + ) } } impl IntoFormat for biome_js_syntax::TsOptionalTupleTypeElement { @@ -9043,7 +9088,10 @@ impl IntoFormat for biome_js_syntax::TsOptionalTupleTypeElement crate::ts::auxiliary::optional_tuple_type_element::FormatTsOptionalTupleTypeElement, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: ts :: auxiliary :: optional_tuple_type_element :: FormatTsOptionalTupleTypeElement :: default ()) + FormatOwnedWithRule::new( + self, + crate::ts::auxiliary::optional_tuple_type_element::FormatTsOptionalTupleTypeElement, + ) } } impl FormatRule @@ -9068,7 +9116,7 @@ impl AsFormat for biome_js_syntax::TsTemplateChunkElement { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::auxiliary::template_chunk_element::FormatTsTemplateChunkElement::default(), + crate::ts::auxiliary::template_chunk_element::FormatTsTemplateChunkElement, ) } } @@ -9080,7 +9128,7 @@ impl IntoFormat for biome_js_syntax::TsTemplateChunkElement { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::auxiliary::template_chunk_element::FormatTsTemplateChunkElement::default(), + crate::ts::auxiliary::template_chunk_element::FormatTsTemplateChunkElement, ) } } @@ -9144,7 +9192,7 @@ impl AsFormat for biome_js_syntax::TsQualifiedName { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::auxiliary::qualified_name::FormatTsQualifiedName::default(), + crate::ts::auxiliary::qualified_name::FormatTsQualifiedName, ) } } @@ -9156,7 +9204,7 @@ impl IntoFormat for biome_js_syntax::TsQualifiedName { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::auxiliary::qualified_name::FormatTsQualifiedName::default(), + crate::ts::auxiliary::qualified_name::FormatTsQualifiedName, ) } } @@ -9174,7 +9222,7 @@ impl AsFormat for biome_js_syntax::JsxElement { crate::jsx::tag::element::FormatJsxElement, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new(self, crate::jsx::tag::element::FormatJsxElement::default()) + FormatRefWithRule::new(self, crate::jsx::tag::element::FormatJsxElement) } } impl IntoFormat for biome_js_syntax::JsxElement { @@ -9183,7 +9231,7 @@ impl IntoFormat for biome_js_syntax::JsxElement { crate::jsx::tag::element::FormatJsxElement, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new(self, crate::jsx::tag::element::FormatJsxElement::default()) + FormatOwnedWithRule::new(self, crate::jsx::tag::element::FormatJsxElement) } } impl FormatRule @@ -9208,7 +9256,7 @@ impl AsFormat for biome_js_syntax::JsxSelfClosingElement { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::jsx::tag::self_closing_element::FormatJsxSelfClosingElement::default(), + crate::jsx::tag::self_closing_element::FormatJsxSelfClosingElement, ) } } @@ -9220,7 +9268,7 @@ impl IntoFormat for biome_js_syntax::JsxSelfClosingElement { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::jsx::tag::self_closing_element::FormatJsxSelfClosingElement::default(), + crate::jsx::tag::self_closing_element::FormatJsxSelfClosingElement, ) } } @@ -9238,10 +9286,7 @@ impl AsFormat for biome_js_syntax::JsxFragment { crate::jsx::tag::fragment::FormatJsxFragment, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::jsx::tag::fragment::FormatJsxFragment::default(), - ) + FormatRefWithRule::new(self, crate::jsx::tag::fragment::FormatJsxFragment) } } impl IntoFormat for biome_js_syntax::JsxFragment { @@ -9250,10 +9295,7 @@ impl IntoFormat for biome_js_syntax::JsxFragment { crate::jsx::tag::fragment::FormatJsxFragment, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::jsx::tag::fragment::FormatJsxFragment::default(), - ) + FormatOwnedWithRule::new(self, crate::jsx::tag::fragment::FormatJsxFragment) } } impl FormatRule @@ -9278,7 +9320,7 @@ impl AsFormat for biome_js_syntax::JsxOpeningElement { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::jsx::tag::opening_element::FormatJsxOpeningElement::default(), + crate::jsx::tag::opening_element::FormatJsxOpeningElement, ) } } @@ -9290,7 +9332,7 @@ impl IntoFormat for biome_js_syntax::JsxOpeningElement { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::jsx::tag::opening_element::FormatJsxOpeningElement::default(), + crate::jsx::tag::opening_element::FormatJsxOpeningElement, ) } } @@ -9316,7 +9358,7 @@ impl AsFormat for biome_js_syntax::JsxClosingElement { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::jsx::tag::closing_element::FormatJsxClosingElement::default(), + crate::jsx::tag::closing_element::FormatJsxClosingElement, ) } } @@ -9328,7 +9370,7 @@ impl IntoFormat for biome_js_syntax::JsxClosingElement { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::jsx::tag::closing_element::FormatJsxClosingElement::default(), + crate::jsx::tag::closing_element::FormatJsxClosingElement, ) } } @@ -9354,7 +9396,7 @@ impl AsFormat for biome_js_syntax::JsxOpeningFragment { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::jsx::tag::opening_fragment::FormatJsxOpeningFragment::default(), + crate::jsx::tag::opening_fragment::FormatJsxOpeningFragment, ) } } @@ -9366,7 +9408,7 @@ impl IntoFormat for biome_js_syntax::JsxOpeningFragment { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::jsx::tag::opening_fragment::FormatJsxOpeningFragment::default(), + crate::jsx::tag::opening_fragment::FormatJsxOpeningFragment, ) } } @@ -9392,7 +9434,7 @@ impl AsFormat for biome_js_syntax::JsxClosingFragment { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::jsx::tag::closing_fragment::FormatJsxClosingFragment::default(), + crate::jsx::tag::closing_fragment::FormatJsxClosingFragment, ) } } @@ -9404,7 +9446,7 @@ impl IntoFormat for biome_js_syntax::JsxClosingFragment { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::jsx::tag::closing_fragment::FormatJsxClosingFragment::default(), + crate::jsx::tag::closing_fragment::FormatJsxClosingFragment, ) } } @@ -9419,14 +9461,14 @@ impl AsFormat for biome_js_syntax::JsxName { type Format<'a> = FormatRefWithRule<'a, biome_js_syntax::JsxName, crate::jsx::auxiliary::name::FormatJsxName>; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new(self, crate::jsx::auxiliary::name::FormatJsxName::default()) + FormatRefWithRule::new(self, crate::jsx::auxiliary::name::FormatJsxName) } } impl IntoFormat for biome_js_syntax::JsxName { type Format = FormatOwnedWithRule; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new(self, crate::jsx::auxiliary::name::FormatJsxName::default()) + FormatOwnedWithRule::new(self, crate::jsx::auxiliary::name::FormatJsxName) } } impl FormatRule @@ -9451,7 +9493,7 @@ impl AsFormat for biome_js_syntax::JsxReferenceIdentifier { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::jsx::auxiliary::reference_identifier::FormatJsxReferenceIdentifier::default(), + crate::jsx::auxiliary::reference_identifier::FormatJsxReferenceIdentifier, ) } } @@ -9463,7 +9505,7 @@ impl IntoFormat for biome_js_syntax::JsxReferenceIdentifier { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::jsx::auxiliary::reference_identifier::FormatJsxReferenceIdentifier::default(), + crate::jsx::auxiliary::reference_identifier::FormatJsxReferenceIdentifier, ) } } @@ -9489,7 +9531,7 @@ impl AsFormat for biome_js_syntax::JsxNamespaceName { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::jsx::auxiliary::namespace_name::FormatJsxNamespaceName::default(), + crate::jsx::auxiliary::namespace_name::FormatJsxNamespaceName, ) } } @@ -9501,7 +9543,7 @@ impl IntoFormat for biome_js_syntax::JsxNamespaceName { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::jsx::auxiliary::namespace_name::FormatJsxNamespaceName::default(), + crate::jsx::auxiliary::namespace_name::FormatJsxNamespaceName, ) } } @@ -9521,10 +9563,7 @@ impl AsFormat for biome_js_syntax::JsxMemberName { crate::jsx::objects::member_name::FormatJsxMemberName, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::jsx::objects::member_name::FormatJsxMemberName::default(), - ) + FormatRefWithRule::new(self, crate::jsx::objects::member_name::FormatJsxMemberName) } } impl IntoFormat for biome_js_syntax::JsxMemberName { @@ -9533,10 +9572,7 @@ impl IntoFormat for biome_js_syntax::JsxMemberName { crate::jsx::objects::member_name::FormatJsxMemberName, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::jsx::objects::member_name::FormatJsxMemberName::default(), - ) + FormatOwnedWithRule::new(self, crate::jsx::objects::member_name::FormatJsxMemberName) } } impl FormatRule @@ -9555,10 +9591,7 @@ impl AsFormat for biome_js_syntax::JsxAttribute { crate::jsx::attribute::attribute::FormatJsxAttribute, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::jsx::attribute::attribute::FormatJsxAttribute::default(), - ) + FormatRefWithRule::new(self, crate::jsx::attribute::attribute::FormatJsxAttribute) } } impl IntoFormat for biome_js_syntax::JsxAttribute { @@ -9567,10 +9600,7 @@ impl IntoFormat for biome_js_syntax::JsxAttribute { crate::jsx::attribute::attribute::FormatJsxAttribute, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::jsx::attribute::attribute::FormatJsxAttribute::default(), - ) + FormatOwnedWithRule::new(self, crate::jsx::attribute::attribute::FormatJsxAttribute) } } impl FormatRule @@ -9595,7 +9625,7 @@ impl AsFormat for biome_js_syntax::JsxSpreadAttribute { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::jsx::attribute::spread_attribute::FormatJsxSpreadAttribute::default(), + crate::jsx::attribute::spread_attribute::FormatJsxSpreadAttribute, ) } } @@ -9607,7 +9637,7 @@ impl IntoFormat for biome_js_syntax::JsxSpreadAttribute { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::jsx::attribute::spread_attribute::FormatJsxSpreadAttribute::default(), + crate::jsx::attribute::spread_attribute::FormatJsxSpreadAttribute, ) } } @@ -9631,7 +9661,7 @@ impl AsFormat for biome_js_syntax::JsxAttributeInitializerClaus crate::jsx::attribute::attribute_initializer_clause::FormatJsxAttributeInitializerClause, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: jsx :: attribute :: attribute_initializer_clause :: FormatJsxAttributeInitializerClause :: default ()) + FormatRefWithRule :: new (self , crate :: jsx :: attribute :: attribute_initializer_clause :: FormatJsxAttributeInitializerClause) } } impl IntoFormat for biome_js_syntax::JsxAttributeInitializerClause { @@ -9640,7 +9670,7 @@ impl IntoFormat for biome_js_syntax::JsxAttributeInitializerCla crate::jsx::attribute::attribute_initializer_clause::FormatJsxAttributeInitializerClause, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: jsx :: attribute :: attribute_initializer_clause :: FormatJsxAttributeInitializerClause :: default ()) + FormatOwnedWithRule :: new (self , crate :: jsx :: attribute :: attribute_initializer_clause :: FormatJsxAttributeInitializerClause) } } impl FormatRule for crate::jsx::auxiliary::string::FormatJsxString { @@ -9657,10 +9687,7 @@ impl AsFormat for biome_js_syntax::JsxString { crate::jsx::auxiliary::string::FormatJsxString, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::jsx::auxiliary::string::FormatJsxString::default(), - ) + FormatRefWithRule::new(self, crate::jsx::auxiliary::string::FormatJsxString) } } impl IntoFormat for biome_js_syntax::JsxString { @@ -9669,10 +9696,7 @@ impl IntoFormat for biome_js_syntax::JsxString { crate::jsx::auxiliary::string::FormatJsxString, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::jsx::auxiliary::string::FormatJsxString::default(), - ) + FormatOwnedWithRule::new(self, crate::jsx::auxiliary::string::FormatJsxString) } } impl FormatRule @@ -9695,7 +9719,10 @@ impl AsFormat for biome_js_syntax::JsxExpressionAttributeValue crate::jsx::attribute::expression_attribute_value::FormatJsxExpressionAttributeValue, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: jsx :: attribute :: expression_attribute_value :: FormatJsxExpressionAttributeValue :: default ()) + FormatRefWithRule::new( + self, + crate::jsx::attribute::expression_attribute_value::FormatJsxExpressionAttributeValue, + ) } } impl IntoFormat for biome_js_syntax::JsxExpressionAttributeValue { @@ -9704,7 +9731,10 @@ impl IntoFormat for biome_js_syntax::JsxExpressionAttributeValu crate::jsx::attribute::expression_attribute_value::FormatJsxExpressionAttributeValue, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: jsx :: attribute :: expression_attribute_value :: FormatJsxExpressionAttributeValue :: default ()) + FormatOwnedWithRule::new( + self, + crate::jsx::attribute::expression_attribute_value::FormatJsxExpressionAttributeValue, + ) } } impl FormatRule for crate::jsx::auxiliary::text::FormatJsxText { @@ -9718,14 +9748,14 @@ impl AsFormat for biome_js_syntax::JsxText { type Format<'a> = FormatRefWithRule<'a, biome_js_syntax::JsxText, crate::jsx::auxiliary::text::FormatJsxText>; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new(self, crate::jsx::auxiliary::text::FormatJsxText::default()) + FormatRefWithRule::new(self, crate::jsx::auxiliary::text::FormatJsxText) } } impl IntoFormat for biome_js_syntax::JsxText { type Format = FormatOwnedWithRule; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new(self, crate::jsx::auxiliary::text::FormatJsxText::default()) + FormatOwnedWithRule::new(self, crate::jsx::auxiliary::text::FormatJsxText) } } impl FormatRule @@ -9750,7 +9780,7 @@ impl AsFormat for biome_js_syntax::JsxExpressionChild { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::jsx::auxiliary::expression_child::FormatJsxExpressionChild::default(), + crate::jsx::auxiliary::expression_child::FormatJsxExpressionChild, ) } } @@ -9762,7 +9792,7 @@ impl IntoFormat for biome_js_syntax::JsxExpressionChild { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::jsx::auxiliary::expression_child::FormatJsxExpressionChild::default(), + crate::jsx::auxiliary::expression_child::FormatJsxExpressionChild, ) } } @@ -9784,7 +9814,7 @@ impl AsFormat for biome_js_syntax::JsxSpreadChild { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::jsx::auxiliary::spread_child::FormatJsxSpreadChild::default(), + crate::jsx::auxiliary::spread_child::FormatJsxSpreadChild, ) } } @@ -9796,32 +9826,32 @@ impl IntoFormat for biome_js_syntax::JsxSpreadChild { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::jsx::auxiliary::spread_child::FormatJsxSpreadChild::default(), + crate::jsx::auxiliary::spread_child::FormatJsxSpreadChild, ) } } impl AsFormat for biome_js_syntax::JsArrayAssignmentPatternElementList { type Format < 'a > = FormatRefWithRule < 'a , biome_js_syntax :: JsArrayAssignmentPatternElementList , crate :: js :: lists :: array_assignment_pattern_element_list :: FormatJsArrayAssignmentPatternElementList > ; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: lists :: array_assignment_pattern_element_list :: FormatJsArrayAssignmentPatternElementList :: default ()) + FormatRefWithRule :: new (self , crate :: js :: lists :: array_assignment_pattern_element_list :: FormatJsArrayAssignmentPatternElementList) } } impl IntoFormat for biome_js_syntax::JsArrayAssignmentPatternElementList { type Format = FormatOwnedWithRule < biome_js_syntax :: JsArrayAssignmentPatternElementList , crate :: js :: lists :: array_assignment_pattern_element_list :: FormatJsArrayAssignmentPatternElementList > ; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: lists :: array_assignment_pattern_element_list :: FormatJsArrayAssignmentPatternElementList :: default ()) + FormatOwnedWithRule :: new (self , crate :: js :: lists :: array_assignment_pattern_element_list :: FormatJsArrayAssignmentPatternElementList) } } impl AsFormat for biome_js_syntax::JsArrayBindingPatternElementList { type Format < 'a > = FormatRefWithRule < 'a , biome_js_syntax :: JsArrayBindingPatternElementList , crate :: js :: lists :: array_binding_pattern_element_list :: FormatJsArrayBindingPatternElementList > ; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: lists :: array_binding_pattern_element_list :: FormatJsArrayBindingPatternElementList :: default ()) + FormatRefWithRule :: new (self , crate :: js :: lists :: array_binding_pattern_element_list :: FormatJsArrayBindingPatternElementList) } } impl IntoFormat for biome_js_syntax::JsArrayBindingPatternElementList { type Format = FormatOwnedWithRule < biome_js_syntax :: JsArrayBindingPatternElementList , crate :: js :: lists :: array_binding_pattern_element_list :: FormatJsArrayBindingPatternElementList > ; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: lists :: array_binding_pattern_element_list :: FormatJsArrayBindingPatternElementList :: default ()) + FormatOwnedWithRule :: new (self , crate :: js :: lists :: array_binding_pattern_element_list :: FormatJsArrayBindingPatternElementList) } } impl AsFormat for biome_js_syntax::JsArrayElementList { @@ -9858,7 +9888,7 @@ impl AsFormat for biome_js_syntax::JsCallArgumentList { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::lists::call_argument_list::FormatJsCallArgumentList::default(), + crate::js::lists::call_argument_list::FormatJsCallArgumentList, ) } } @@ -9870,7 +9900,7 @@ impl IntoFormat for biome_js_syntax::JsCallArgumentList { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::lists::call_argument_list::FormatJsCallArgumentList::default(), + crate::js::lists::call_argument_list::FormatJsCallArgumentList, ) } } @@ -9883,7 +9913,7 @@ impl AsFormat for biome_js_syntax::JsClassMemberList { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::lists::class_member_list::FormatJsClassMemberList::default(), + crate::js::lists::class_member_list::FormatJsClassMemberList, ) } } @@ -9895,7 +9925,7 @@ impl IntoFormat for biome_js_syntax::JsClassMemberList { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::lists::class_member_list::FormatJsClassMemberList::default(), + crate::js::lists::class_member_list::FormatJsClassMemberList, ) } } @@ -9908,7 +9938,7 @@ impl AsFormat for biome_js_syntax::JsConstructorModifierList { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::lists::constructor_modifier_list::FormatJsConstructorModifierList::default(), + crate::js::lists::constructor_modifier_list::FormatJsConstructorModifierList, ) } } @@ -9920,7 +9950,7 @@ impl IntoFormat for biome_js_syntax::JsConstructorModifierList fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::lists::constructor_modifier_list::FormatJsConstructorModifierList::default(), + crate::js::lists::constructor_modifier_list::FormatJsConstructorModifierList, ) } } @@ -9933,8 +9963,7 @@ impl AsFormat for biome_js_syntax::JsConstructorParameterList { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::lists::constructor_parameter_list::FormatJsConstructorParameterList::default( - ), + crate::js::lists::constructor_parameter_list::FormatJsConstructorParameterList, ) } } @@ -9946,8 +9975,7 @@ impl IntoFormat for biome_js_syntax::JsConstructorParameterList fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::lists::constructor_parameter_list::FormatJsConstructorParameterList::default( - ), + crate::js::lists::constructor_parameter_list::FormatJsConstructorParameterList, ) } } @@ -9960,7 +9988,7 @@ impl AsFormat for biome_js_syntax::JsDecoratorList { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::lists::decorator_list::FormatJsDecoratorList::default(), + crate::js::lists::decorator_list::FormatJsDecoratorList, ) } } @@ -9972,7 +10000,7 @@ impl IntoFormat for biome_js_syntax::JsDecoratorList { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::lists::decorator_list::FormatJsDecoratorList::default(), + crate::js::lists::decorator_list::FormatJsDecoratorList, ) } } @@ -9985,7 +10013,7 @@ impl AsFormat for biome_js_syntax::JsDirectiveList { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::lists::directive_list::FormatJsDirectiveList::default(), + crate::js::lists::directive_list::FormatJsDirectiveList, ) } } @@ -9997,7 +10025,7 @@ impl IntoFormat for biome_js_syntax::JsDirectiveList { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::lists::directive_list::FormatJsDirectiveList::default(), + crate::js::lists::directive_list::FormatJsDirectiveList, ) } } @@ -10008,7 +10036,7 @@ impl AsFormat for biome_js_syntax::JsExportNamedFromSpecifierLi crate::js::lists::export_named_from_specifier_list::FormatJsExportNamedFromSpecifierList, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: lists :: export_named_from_specifier_list :: FormatJsExportNamedFromSpecifierList :: default ()) + FormatRefWithRule :: new (self , crate :: js :: lists :: export_named_from_specifier_list :: FormatJsExportNamedFromSpecifierList) } } impl IntoFormat for biome_js_syntax::JsExportNamedFromSpecifierList { @@ -10017,7 +10045,7 @@ impl IntoFormat for biome_js_syntax::JsExportNamedFromSpecifier crate::js::lists::export_named_from_specifier_list::FormatJsExportNamedFromSpecifierList, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: lists :: export_named_from_specifier_list :: FormatJsExportNamedFromSpecifierList :: default ()) + FormatOwnedWithRule :: new (self , crate :: js :: lists :: export_named_from_specifier_list :: FormatJsExportNamedFromSpecifierList) } } impl AsFormat for biome_js_syntax::JsExportNamedSpecifierList { @@ -10027,7 +10055,10 @@ impl AsFormat for biome_js_syntax::JsExportNamedSpecifierList { crate::js::lists::export_named_specifier_list::FormatJsExportNamedSpecifierList, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: lists :: export_named_specifier_list :: FormatJsExportNamedSpecifierList :: default ()) + FormatRefWithRule::new( + self, + crate::js::lists::export_named_specifier_list::FormatJsExportNamedSpecifierList, + ) } } impl IntoFormat for biome_js_syntax::JsExportNamedSpecifierList { @@ -10036,7 +10067,10 @@ impl IntoFormat for biome_js_syntax::JsExportNamedSpecifierList crate::js::lists::export_named_specifier_list::FormatJsExportNamedSpecifierList, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: lists :: export_named_specifier_list :: FormatJsExportNamedSpecifierList :: default ()) + FormatOwnedWithRule::new( + self, + crate::js::lists::export_named_specifier_list::FormatJsExportNamedSpecifierList, + ) } } impl AsFormat for biome_js_syntax::JsImportAssertionEntryList { @@ -10046,7 +10080,10 @@ impl AsFormat for biome_js_syntax::JsImportAssertionEntryList { crate::js::lists::import_assertion_entry_list::FormatJsImportAssertionEntryList, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: lists :: import_assertion_entry_list :: FormatJsImportAssertionEntryList :: default ()) + FormatRefWithRule::new( + self, + crate::js::lists::import_assertion_entry_list::FormatJsImportAssertionEntryList, + ) } } impl IntoFormat for biome_js_syntax::JsImportAssertionEntryList { @@ -10055,7 +10092,10 @@ impl IntoFormat for biome_js_syntax::JsImportAssertionEntryList crate::js::lists::import_assertion_entry_list::FormatJsImportAssertionEntryList, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: lists :: import_assertion_entry_list :: FormatJsImportAssertionEntryList :: default ()) + FormatOwnedWithRule::new( + self, + crate::js::lists::import_assertion_entry_list::FormatJsImportAssertionEntryList, + ) } } impl AsFormat for biome_js_syntax::JsMethodModifierList { @@ -10067,7 +10107,7 @@ impl AsFormat for biome_js_syntax::JsMethodModifierList { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::lists::method_modifier_list::FormatJsMethodModifierList::default(), + crate::js::lists::method_modifier_list::FormatJsMethodModifierList, ) } } @@ -10079,7 +10119,7 @@ impl IntoFormat for biome_js_syntax::JsMethodModifierList { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::lists::method_modifier_list::FormatJsMethodModifierList::default(), + crate::js::lists::method_modifier_list::FormatJsMethodModifierList, ) } } @@ -10092,7 +10132,7 @@ impl AsFormat for biome_js_syntax::JsModuleItemList { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::lists::module_item_list::FormatJsModuleItemList::default(), + crate::js::lists::module_item_list::FormatJsModuleItemList, ) } } @@ -10104,7 +10144,7 @@ impl IntoFormat for biome_js_syntax::JsModuleItemList { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::lists::module_item_list::FormatJsModuleItemList::default(), + crate::js::lists::module_item_list::FormatJsModuleItemList, ) } } @@ -10115,7 +10155,10 @@ impl AsFormat for biome_js_syntax::JsNamedImportSpecifierList { crate::js::lists::named_import_specifier_list::FormatJsNamedImportSpecifierList, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: lists :: named_import_specifier_list :: FormatJsNamedImportSpecifierList :: default ()) + FormatRefWithRule::new( + self, + crate::js::lists::named_import_specifier_list::FormatJsNamedImportSpecifierList, + ) } } impl IntoFormat for biome_js_syntax::JsNamedImportSpecifierList { @@ -10124,31 +10167,34 @@ impl IntoFormat for biome_js_syntax::JsNamedImportSpecifierList crate::js::lists::named_import_specifier_list::FormatJsNamedImportSpecifierList, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: lists :: named_import_specifier_list :: FormatJsNamedImportSpecifierList :: default ()) + FormatOwnedWithRule::new( + self, + crate::js::lists::named_import_specifier_list::FormatJsNamedImportSpecifierList, + ) } } impl AsFormat for biome_js_syntax::JsObjectAssignmentPatternPropertyList { type Format < 'a > = FormatRefWithRule < 'a , biome_js_syntax :: JsObjectAssignmentPatternPropertyList , crate :: js :: lists :: object_assignment_pattern_property_list :: FormatJsObjectAssignmentPatternPropertyList > ; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: lists :: object_assignment_pattern_property_list :: FormatJsObjectAssignmentPatternPropertyList :: default ()) + FormatRefWithRule :: new (self , crate :: js :: lists :: object_assignment_pattern_property_list :: FormatJsObjectAssignmentPatternPropertyList) } } impl IntoFormat for biome_js_syntax::JsObjectAssignmentPatternPropertyList { type Format = FormatOwnedWithRule < biome_js_syntax :: JsObjectAssignmentPatternPropertyList , crate :: js :: lists :: object_assignment_pattern_property_list :: FormatJsObjectAssignmentPatternPropertyList > ; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: lists :: object_assignment_pattern_property_list :: FormatJsObjectAssignmentPatternPropertyList :: default ()) + FormatOwnedWithRule :: new (self , crate :: js :: lists :: object_assignment_pattern_property_list :: FormatJsObjectAssignmentPatternPropertyList) } } impl AsFormat for biome_js_syntax::JsObjectBindingPatternPropertyList { type Format < 'a > = FormatRefWithRule < 'a , biome_js_syntax :: JsObjectBindingPatternPropertyList , crate :: js :: lists :: object_binding_pattern_property_list :: FormatJsObjectBindingPatternPropertyList > ; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: lists :: object_binding_pattern_property_list :: FormatJsObjectBindingPatternPropertyList :: default ()) + FormatRefWithRule :: new (self , crate :: js :: lists :: object_binding_pattern_property_list :: FormatJsObjectBindingPatternPropertyList) } } impl IntoFormat for biome_js_syntax::JsObjectBindingPatternPropertyList { type Format = FormatOwnedWithRule < biome_js_syntax :: JsObjectBindingPatternPropertyList , crate :: js :: lists :: object_binding_pattern_property_list :: FormatJsObjectBindingPatternPropertyList > ; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: lists :: object_binding_pattern_property_list :: FormatJsObjectBindingPatternPropertyList :: default ()) + FormatOwnedWithRule :: new (self , crate :: js :: lists :: object_binding_pattern_property_list :: FormatJsObjectBindingPatternPropertyList) } } impl AsFormat for biome_js_syntax::JsObjectMemberList { @@ -10160,7 +10206,7 @@ impl AsFormat for biome_js_syntax::JsObjectMemberList { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::lists::object_member_list::FormatJsObjectMemberList::default(), + crate::js::lists::object_member_list::FormatJsObjectMemberList, ) } } @@ -10172,7 +10218,7 @@ impl IntoFormat for biome_js_syntax::JsObjectMemberList { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::lists::object_member_list::FormatJsObjectMemberList::default(), + crate::js::lists::object_member_list::FormatJsObjectMemberList, ) } } @@ -10185,7 +10231,7 @@ impl AsFormat for biome_js_syntax::JsParameterList { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::lists::parameter_list::FormatJsParameterList::default(), + crate::js::lists::parameter_list::FormatJsParameterList, ) } } @@ -10197,7 +10243,7 @@ impl IntoFormat for biome_js_syntax::JsParameterList { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::lists::parameter_list::FormatJsParameterList::default(), + crate::js::lists::parameter_list::FormatJsParameterList, ) } } @@ -10210,7 +10256,7 @@ impl AsFormat for biome_js_syntax::JsPropertyModifierList { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::lists::property_modifier_list::FormatJsPropertyModifierList::default(), + crate::js::lists::property_modifier_list::FormatJsPropertyModifierList, ) } } @@ -10222,7 +10268,7 @@ impl IntoFormat for biome_js_syntax::JsPropertyModifierList { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::lists::property_modifier_list::FormatJsPropertyModifierList::default(), + crate::js::lists::property_modifier_list::FormatJsPropertyModifierList, ) } } @@ -10235,7 +10281,7 @@ impl AsFormat for biome_js_syntax::JsStatementList { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::lists::statement_list::FormatJsStatementList::default(), + crate::js::lists::statement_list::FormatJsStatementList, ) } } @@ -10247,7 +10293,7 @@ impl IntoFormat for biome_js_syntax::JsStatementList { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::lists::statement_list::FormatJsStatementList::default(), + crate::js::lists::statement_list::FormatJsStatementList, ) } } @@ -10260,7 +10306,7 @@ impl AsFormat for biome_js_syntax::JsSwitchCaseList { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::lists::switch_case_list::FormatJsSwitchCaseList::default(), + crate::js::lists::switch_case_list::FormatJsSwitchCaseList, ) } } @@ -10272,7 +10318,7 @@ impl IntoFormat for biome_js_syntax::JsSwitchCaseList { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::lists::switch_case_list::FormatJsSwitchCaseList::default(), + crate::js::lists::switch_case_list::FormatJsSwitchCaseList, ) } } @@ -10310,7 +10356,7 @@ impl AsFormat for biome_js_syntax::JsVariableDeclaratorList { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::lists::variable_declarator_list::FormatJsVariableDeclaratorList::default(), + crate::js::lists::variable_declarator_list::FormatJsVariableDeclaratorList, ) } } @@ -10322,7 +10368,7 @@ impl IntoFormat for biome_js_syntax::JsVariableDeclaratorList { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::lists::variable_declarator_list::FormatJsVariableDeclaratorList::default(), + crate::js::lists::variable_declarator_list::FormatJsVariableDeclaratorList, ) } } @@ -10335,7 +10381,7 @@ impl AsFormat for biome_js_syntax::JsxAttributeList { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::jsx::lists::attribute_list::FormatJsxAttributeList::default(), + crate::jsx::lists::attribute_list::FormatJsxAttributeList, ) } } @@ -10347,7 +10393,7 @@ impl IntoFormat for biome_js_syntax::JsxAttributeList { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::jsx::lists::attribute_list::FormatJsxAttributeList::default(), + crate::jsx::lists::attribute_list::FormatJsxAttributeList, ) } } @@ -10385,7 +10431,7 @@ impl AsFormat for biome_js_syntax::TsEnumMemberList { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::lists::enum_member_list::FormatTsEnumMemberList::default(), + crate::ts::lists::enum_member_list::FormatTsEnumMemberList, ) } } @@ -10397,7 +10443,7 @@ impl IntoFormat for biome_js_syntax::TsEnumMemberList { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::lists::enum_member_list::FormatTsEnumMemberList::default(), + crate::ts::lists::enum_member_list::FormatTsEnumMemberList, ) } } @@ -10408,7 +10454,10 @@ impl AsFormat for biome_js_syntax::TsIndexSignatureModifierList crate::ts::lists::index_signature_modifier_list::FormatTsIndexSignatureModifierList, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: ts :: lists :: index_signature_modifier_list :: FormatTsIndexSignatureModifierList :: default ()) + FormatRefWithRule::new( + self, + crate::ts::lists::index_signature_modifier_list::FormatTsIndexSignatureModifierList, + ) } } impl IntoFormat for biome_js_syntax::TsIndexSignatureModifierList { @@ -10417,7 +10466,10 @@ impl IntoFormat for biome_js_syntax::TsIndexSignatureModifierLi crate::ts::lists::index_signature_modifier_list::FormatTsIndexSignatureModifierList, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: ts :: lists :: index_signature_modifier_list :: FormatTsIndexSignatureModifierList :: default ()) + FormatOwnedWithRule::new( + self, + crate::ts::lists::index_signature_modifier_list::FormatTsIndexSignatureModifierList, + ) } } impl AsFormat for biome_js_syntax::TsIntersectionTypeElementList { @@ -10427,7 +10479,10 @@ impl AsFormat for biome_js_syntax::TsIntersectionTypeElementLis crate::ts::lists::intersection_type_element_list::FormatTsIntersectionTypeElementList, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: ts :: lists :: intersection_type_element_list :: FormatTsIntersectionTypeElementList :: default ()) + FormatRefWithRule::new( + self, + crate::ts::lists::intersection_type_element_list::FormatTsIntersectionTypeElementList, + ) } } impl IntoFormat for biome_js_syntax::TsIntersectionTypeElementList { @@ -10436,7 +10491,10 @@ impl IntoFormat for biome_js_syntax::TsIntersectionTypeElementL crate::ts::lists::intersection_type_element_list::FormatTsIntersectionTypeElementList, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: ts :: lists :: intersection_type_element_list :: FormatTsIntersectionTypeElementList :: default ()) + FormatOwnedWithRule::new( + self, + crate::ts::lists::intersection_type_element_list::FormatTsIntersectionTypeElementList, + ) } } impl AsFormat for biome_js_syntax::TsMethodSignatureModifierList { @@ -10446,7 +10504,10 @@ impl AsFormat for biome_js_syntax::TsMethodSignatureModifierLis crate::ts::lists::method_signature_modifier_list::FormatTsMethodSignatureModifierList, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: ts :: lists :: method_signature_modifier_list :: FormatTsMethodSignatureModifierList :: default ()) + FormatRefWithRule::new( + self, + crate::ts::lists::method_signature_modifier_list::FormatTsMethodSignatureModifierList, + ) } } impl IntoFormat for biome_js_syntax::TsMethodSignatureModifierList { @@ -10455,7 +10516,10 @@ impl IntoFormat for biome_js_syntax::TsMethodSignatureModifierL crate::ts::lists::method_signature_modifier_list::FormatTsMethodSignatureModifierList, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: ts :: lists :: method_signature_modifier_list :: FormatTsMethodSignatureModifierList :: default ()) + FormatOwnedWithRule::new( + self, + crate::ts::lists::method_signature_modifier_list::FormatTsMethodSignatureModifierList, + ) } } impl AsFormat for biome_js_syntax::TsPropertyParameterModifierList { @@ -10465,7 +10529,7 @@ impl AsFormat for biome_js_syntax::TsPropertyParameterModifierL crate::ts::lists::property_parameter_modifier_list::FormatTsPropertyParameterModifierList, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: ts :: lists :: property_parameter_modifier_list :: FormatTsPropertyParameterModifierList :: default ()) + FormatRefWithRule :: new (self , crate :: ts :: lists :: property_parameter_modifier_list :: FormatTsPropertyParameterModifierList) } } impl IntoFormat for biome_js_syntax::TsPropertyParameterModifierList { @@ -10474,7 +10538,7 @@ impl IntoFormat for biome_js_syntax::TsPropertyParameterModifie crate::ts::lists::property_parameter_modifier_list::FormatTsPropertyParameterModifierList, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: ts :: lists :: property_parameter_modifier_list :: FormatTsPropertyParameterModifierList :: default ()) + FormatOwnedWithRule :: new (self , crate :: ts :: lists :: property_parameter_modifier_list :: FormatTsPropertyParameterModifierList) } } impl AsFormat for biome_js_syntax::TsPropertySignatureModifierList { @@ -10484,7 +10548,7 @@ impl AsFormat for biome_js_syntax::TsPropertySignatureModifierL crate::ts::lists::property_signature_modifier_list::FormatTsPropertySignatureModifierList, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: ts :: lists :: property_signature_modifier_list :: FormatTsPropertySignatureModifierList :: default ()) + FormatRefWithRule :: new (self , crate :: ts :: lists :: property_signature_modifier_list :: FormatTsPropertySignatureModifierList) } } impl IntoFormat for biome_js_syntax::TsPropertySignatureModifierList { @@ -10493,7 +10557,7 @@ impl IntoFormat for biome_js_syntax::TsPropertySignatureModifie crate::ts::lists::property_signature_modifier_list::FormatTsPropertySignatureModifierList, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: ts :: lists :: property_signature_modifier_list :: FormatTsPropertySignatureModifierList :: default ()) + FormatOwnedWithRule :: new (self , crate :: ts :: lists :: property_signature_modifier_list :: FormatTsPropertySignatureModifierList) } } impl AsFormat for biome_js_syntax::TsTemplateElementList { @@ -10505,7 +10569,7 @@ impl AsFormat for biome_js_syntax::TsTemplateElementList { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::lists::template_element_list::FormatTsTemplateElementList::default(), + crate::ts::lists::template_element_list::FormatTsTemplateElementList, ) } } @@ -10517,7 +10581,7 @@ impl IntoFormat for biome_js_syntax::TsTemplateElementList { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::lists::template_element_list::FormatTsTemplateElementList::default(), + crate::ts::lists::template_element_list::FormatTsTemplateElementList, ) } } @@ -10530,7 +10594,7 @@ impl AsFormat for biome_js_syntax::TsTupleTypeElementList { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::lists::tuple_type_element_list::FormatTsTupleTypeElementList::default(), + crate::ts::lists::tuple_type_element_list::FormatTsTupleTypeElementList, ) } } @@ -10542,7 +10606,7 @@ impl IntoFormat for biome_js_syntax::TsTupleTypeElementList { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::lists::tuple_type_element_list::FormatTsTupleTypeElementList::default(), + crate::ts::lists::tuple_type_element_list::FormatTsTupleTypeElementList, ) } } @@ -10555,7 +10619,7 @@ impl AsFormat for biome_js_syntax::TsTypeArgumentList { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::lists::type_argument_list::FormatTsTypeArgumentList::default(), + crate::ts::lists::type_argument_list::FormatTsTypeArgumentList, ) } } @@ -10567,7 +10631,7 @@ impl IntoFormat for biome_js_syntax::TsTypeArgumentList { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::lists::type_argument_list::FormatTsTypeArgumentList::default(), + crate::ts::lists::type_argument_list::FormatTsTypeArgumentList, ) } } @@ -10578,10 +10642,7 @@ impl AsFormat for biome_js_syntax::TsTypeList { crate::ts::lists::type_list::FormatTsTypeList, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::ts::lists::type_list::FormatTsTypeList::default(), - ) + FormatRefWithRule::new(self, crate::ts::lists::type_list::FormatTsTypeList) } } impl IntoFormat for biome_js_syntax::TsTypeList { @@ -10590,10 +10651,7 @@ impl IntoFormat for biome_js_syntax::TsTypeList { crate::ts::lists::type_list::FormatTsTypeList, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::ts::lists::type_list::FormatTsTypeList::default(), - ) + FormatOwnedWithRule::new(self, crate::ts::lists::type_list::FormatTsTypeList) } } impl AsFormat for biome_js_syntax::TsTypeMemberList { @@ -10605,7 +10663,7 @@ impl AsFormat for biome_js_syntax::TsTypeMemberList { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::lists::type_member_list::FormatTsTypeMemberList::default(), + crate::ts::lists::type_member_list::FormatTsTypeMemberList, ) } } @@ -10617,7 +10675,7 @@ impl IntoFormat for biome_js_syntax::TsTypeMemberList { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::lists::type_member_list::FormatTsTypeMemberList::default(), + crate::ts::lists::type_member_list::FormatTsTypeMemberList, ) } } @@ -10630,7 +10688,7 @@ impl AsFormat for biome_js_syntax::TsTypeParameterList { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::lists::type_parameter_list::FormatTsTypeParameterList::default(), + crate::ts::lists::type_parameter_list::FormatTsTypeParameterList, ) } } @@ -10642,7 +10700,7 @@ impl IntoFormat for biome_js_syntax::TsTypeParameterList { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::lists::type_parameter_list::FormatTsTypeParameterList::default(), + crate::ts::lists::type_parameter_list::FormatTsTypeParameterList, ) } } @@ -10653,7 +10711,10 @@ impl AsFormat for biome_js_syntax::TsTypeParameterModifierList crate::ts::lists::type_parameter_modifier_list::FormatTsTypeParameterModifierList, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: ts :: lists :: type_parameter_modifier_list :: FormatTsTypeParameterModifierList :: default ()) + FormatRefWithRule::new( + self, + crate::ts::lists::type_parameter_modifier_list::FormatTsTypeParameterModifierList, + ) } } impl IntoFormat for biome_js_syntax::TsTypeParameterModifierList { @@ -10662,7 +10723,10 @@ impl IntoFormat for biome_js_syntax::TsTypeParameterModifierLis crate::ts::lists::type_parameter_modifier_list::FormatTsTypeParameterModifierList, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: ts :: lists :: type_parameter_modifier_list :: FormatTsTypeParameterModifierList :: default ()) + FormatOwnedWithRule::new( + self, + crate::ts::lists::type_parameter_modifier_list::FormatTsTypeParameterModifierList, + ) } } impl AsFormat for biome_js_syntax::TsUnionTypeVariantList { @@ -10701,14 +10765,14 @@ impl AsFormat for biome_js_syntax::JsBogus { type Format<'a> = FormatRefWithRule<'a, biome_js_syntax::JsBogus, crate::js::bogus::bogus::FormatJsBogus>; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new(self, crate::js::bogus::bogus::FormatJsBogus::default()) + FormatRefWithRule::new(self, crate::js::bogus::bogus::FormatJsBogus) } } impl IntoFormat for biome_js_syntax::JsBogus { type Format = FormatOwnedWithRule; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new(self, crate::js::bogus::bogus::FormatJsBogus::default()) + FormatOwnedWithRule::new(self, crate::js::bogus::bogus::FormatJsBogus) } } impl FormatRule @@ -10733,7 +10797,7 @@ impl AsFormat for biome_js_syntax::JsBogusStatement { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::bogus::bogus_statement::FormatJsBogusStatement::default(), + crate::js::bogus::bogus_statement::FormatJsBogusStatement, ) } } @@ -10745,7 +10809,7 @@ impl IntoFormat for biome_js_syntax::JsBogusStatement { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::bogus::bogus_statement::FormatJsBogusStatement::default(), + crate::js::bogus::bogus_statement::FormatJsBogusStatement, ) } } @@ -10771,7 +10835,7 @@ impl AsFormat for biome_js_syntax::JsBogusExpression { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::bogus::bogus_expression::FormatJsBogusExpression::default(), + crate::js::bogus::bogus_expression::FormatJsBogusExpression, ) } } @@ -10783,7 +10847,7 @@ impl IntoFormat for biome_js_syntax::JsBogusExpression { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::bogus::bogus_expression::FormatJsBogusExpression::default(), + crate::js::bogus::bogus_expression::FormatJsBogusExpression, ) } } @@ -10803,10 +10867,7 @@ impl AsFormat for biome_js_syntax::JsBogusMember { crate::js::bogus::bogus_member::FormatJsBogusMember, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::js::bogus::bogus_member::FormatJsBogusMember::default(), - ) + FormatRefWithRule::new(self, crate::js::bogus::bogus_member::FormatJsBogusMember) } } impl IntoFormat for biome_js_syntax::JsBogusMember { @@ -10815,10 +10876,7 @@ impl IntoFormat for biome_js_syntax::JsBogusMember { crate::js::bogus::bogus_member::FormatJsBogusMember, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::js::bogus::bogus_member::FormatJsBogusMember::default(), - ) + FormatOwnedWithRule::new(self, crate::js::bogus::bogus_member::FormatJsBogusMember) } } impl FormatRule @@ -10837,10 +10895,7 @@ impl AsFormat for biome_js_syntax::JsBogusBinding { crate::js::bogus::bogus_binding::FormatJsBogusBinding, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::js::bogus::bogus_binding::FormatJsBogusBinding::default(), - ) + FormatRefWithRule::new(self, crate::js::bogus::bogus_binding::FormatJsBogusBinding) } } impl IntoFormat for biome_js_syntax::JsBogusBinding { @@ -10849,10 +10904,7 @@ impl IntoFormat for biome_js_syntax::JsBogusBinding { crate::js::bogus::bogus_binding::FormatJsBogusBinding, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::js::bogus::bogus_binding::FormatJsBogusBinding::default(), - ) + FormatOwnedWithRule::new(self, crate::js::bogus::bogus_binding::FormatJsBogusBinding) } } impl FormatRule @@ -10877,7 +10929,7 @@ impl AsFormat for biome_js_syntax::JsBogusAssignment { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::bogus::bogus_assignment::FormatJsBogusAssignment::default(), + crate::js::bogus::bogus_assignment::FormatJsBogusAssignment, ) } } @@ -10889,7 +10941,7 @@ impl IntoFormat for biome_js_syntax::JsBogusAssignment { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::bogus::bogus_assignment::FormatJsBogusAssignment::default(), + crate::js::bogus::bogus_assignment::FormatJsBogusAssignment, ) } } @@ -10915,7 +10967,7 @@ impl AsFormat for biome_js_syntax::JsBogusParameter { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::bogus::bogus_parameter::FormatJsBogusParameter::default(), + crate::js::bogus::bogus_parameter::FormatJsBogusParameter, ) } } @@ -10927,7 +10979,7 @@ impl IntoFormat for biome_js_syntax::JsBogusParameter { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::bogus::bogus_parameter::FormatJsBogusParameter::default(), + crate::js::bogus::bogus_parameter::FormatJsBogusParameter, ) } } @@ -10951,7 +11003,10 @@ impl AsFormat for biome_js_syntax::JsBogusImportAssertionEntry crate::js::bogus::bogus_import_assertion_entry::FormatJsBogusImportAssertionEntry, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: bogus :: bogus_import_assertion_entry :: FormatJsBogusImportAssertionEntry :: default ()) + FormatRefWithRule::new( + self, + crate::js::bogus::bogus_import_assertion_entry::FormatJsBogusImportAssertionEntry, + ) } } impl IntoFormat for biome_js_syntax::JsBogusImportAssertionEntry { @@ -10960,7 +11015,10 @@ impl IntoFormat for biome_js_syntax::JsBogusImportAssertionEntr crate::js::bogus::bogus_import_assertion_entry::FormatJsBogusImportAssertionEntry, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: bogus :: bogus_import_assertion_entry :: FormatJsBogusImportAssertionEntry :: default ()) + FormatOwnedWithRule::new( + self, + crate::js::bogus::bogus_import_assertion_entry::FormatJsBogusImportAssertionEntry, + ) } } impl FormatRule @@ -10983,7 +11041,10 @@ impl AsFormat for biome_js_syntax::JsBogusNamedImportSpecifier crate::js::bogus::bogus_named_import_specifier::FormatJsBogusNamedImportSpecifier, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: bogus :: bogus_named_import_specifier :: FormatJsBogusNamedImportSpecifier :: default ()) + FormatRefWithRule::new( + self, + crate::js::bogus::bogus_named_import_specifier::FormatJsBogusNamedImportSpecifier, + ) } } impl IntoFormat for biome_js_syntax::JsBogusNamedImportSpecifier { @@ -10992,7 +11053,10 @@ impl IntoFormat for biome_js_syntax::JsBogusNamedImportSpecifie crate::js::bogus::bogus_named_import_specifier::FormatJsBogusNamedImportSpecifier, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: bogus :: bogus_named_import_specifier :: FormatJsBogusNamedImportSpecifier :: default ()) + FormatOwnedWithRule::new( + self, + crate::js::bogus::bogus_named_import_specifier::FormatJsBogusNamedImportSpecifier, + ) } } impl FormatRule for crate::ts::bogus::bogus_type::FormatTsBogusType { @@ -11009,10 +11073,7 @@ impl AsFormat for biome_js_syntax::TsBogusType { crate::ts::bogus::bogus_type::FormatTsBogusType, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::ts::bogus::bogus_type::FormatTsBogusType::default(), - ) + FormatRefWithRule::new(self, crate::ts::bogus::bogus_type::FormatTsBogusType) } } impl IntoFormat for biome_js_syntax::TsBogusType { @@ -11021,24 +11082,21 @@ impl IntoFormat for biome_js_syntax::TsBogusType { crate::ts::bogus::bogus_type::FormatTsBogusType, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::ts::bogus::bogus_type::FormatTsBogusType::default(), - ) + FormatOwnedWithRule::new(self, crate::ts::bogus::bogus_type::FormatTsBogusType) } } impl AsFormat for biome_js_syntax::AnyJsRoot { type Format<'a> = FormatRefWithRule<'a, biome_js_syntax::AnyJsRoot, crate::js::any::root::FormatAnyJsRoot>; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new(self, crate::js::any::root::FormatAnyJsRoot::default()) + FormatRefWithRule::new(self, crate::js::any::root::FormatAnyJsRoot) } } impl IntoFormat for biome_js_syntax::AnyJsRoot { type Format = FormatOwnedWithRule; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new(self, crate::js::any::root::FormatAnyJsRoot::default()) + FormatOwnedWithRule::new(self, crate::js::any::root::FormatAnyJsRoot) } } impl AsFormat for biome_js_syntax::AnyJsExpression { @@ -11048,10 +11106,7 @@ impl AsFormat for biome_js_syntax::AnyJsExpression { crate::js::any::expression::FormatAnyJsExpression, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::js::any::expression::FormatAnyJsExpression::default(), - ) + FormatRefWithRule::new(self, crate::js::any::expression::FormatAnyJsExpression) } } impl IntoFormat for biome_js_syntax::AnyJsExpression { @@ -11060,10 +11115,7 @@ impl IntoFormat for biome_js_syntax::AnyJsExpression { crate::js::any::expression::FormatAnyJsExpression, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::js::any::expression::FormatAnyJsExpression::default(), - ) + FormatOwnedWithRule::new(self, crate::js::any::expression::FormatAnyJsExpression) } } impl AsFormat for biome_js_syntax::AnyJsStatement { @@ -11073,10 +11125,7 @@ impl AsFormat for biome_js_syntax::AnyJsStatement { crate::js::any::statement::FormatAnyJsStatement, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::js::any::statement::FormatAnyJsStatement::default(), - ) + FormatRefWithRule::new(self, crate::js::any::statement::FormatAnyJsStatement) } } impl IntoFormat for biome_js_syntax::AnyJsStatement { @@ -11085,10 +11134,7 @@ impl IntoFormat for biome_js_syntax::AnyJsStatement { crate::js::any::statement::FormatAnyJsStatement, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::js::any::statement::FormatAnyJsStatement::default(), - ) + FormatOwnedWithRule::new(self, crate::js::any::statement::FormatAnyJsStatement) } } impl AsFormat for biome_js_syntax::AnyJsForInitializer { @@ -11100,7 +11146,7 @@ impl AsFormat for biome_js_syntax::AnyJsForInitializer { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::any::for_initializer::FormatAnyJsForInitializer::default(), + crate::js::any::for_initializer::FormatAnyJsForInitializer, ) } } @@ -11112,7 +11158,7 @@ impl IntoFormat for biome_js_syntax::AnyJsForInitializer { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::any::for_initializer::FormatAnyJsForInitializer::default(), + crate::js::any::for_initializer::FormatAnyJsForInitializer, ) } } @@ -11125,7 +11171,7 @@ impl AsFormat for biome_js_syntax::AnyJsForInOrOfInitializer { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::any::for_in_or_of_initializer::FormatAnyJsForInOrOfInitializer::default(), + crate::js::any::for_in_or_of_initializer::FormatAnyJsForInOrOfInitializer, ) } } @@ -11137,7 +11183,7 @@ impl IntoFormat for biome_js_syntax::AnyJsForInOrOfInitializer fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::any::for_in_or_of_initializer::FormatAnyJsForInOrOfInitializer::default(), + crate::js::any::for_in_or_of_initializer::FormatAnyJsForInOrOfInitializer, ) } } @@ -11150,7 +11196,7 @@ impl AsFormat for biome_js_syntax::AnyJsAssignmentPattern { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::any::assignment_pattern::FormatAnyJsAssignmentPattern::default(), + crate::js::any::assignment_pattern::FormatAnyJsAssignmentPattern, ) } } @@ -11162,7 +11208,7 @@ impl IntoFormat for biome_js_syntax::AnyJsAssignmentPattern { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::any::assignment_pattern::FormatAnyJsAssignmentPattern::default(), + crate::js::any::assignment_pattern::FormatAnyJsAssignmentPattern, ) } } @@ -11173,10 +11219,7 @@ impl AsFormat for biome_js_syntax::AnyJsSwitchClause { crate::js::any::switch_clause::FormatAnyJsSwitchClause, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::js::any::switch_clause::FormatAnyJsSwitchClause::default(), - ) + FormatRefWithRule::new(self, crate::js::any::switch_clause::FormatAnyJsSwitchClause) } } impl IntoFormat for biome_js_syntax::AnyJsSwitchClause { @@ -11185,10 +11228,7 @@ impl IntoFormat for biome_js_syntax::AnyJsSwitchClause { crate::js::any::switch_clause::FormatAnyJsSwitchClause, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::js::any::switch_clause::FormatAnyJsSwitchClause::default(), - ) + FormatOwnedWithRule::new(self, crate::js::any::switch_clause::FormatAnyJsSwitchClause) } } impl AsFormat for biome_js_syntax::AnyJsBindingPattern { @@ -11200,7 +11240,7 @@ impl AsFormat for biome_js_syntax::AnyJsBindingPattern { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::any::binding_pattern::FormatAnyJsBindingPattern::default(), + crate::js::any::binding_pattern::FormatAnyJsBindingPattern, ) } } @@ -11212,7 +11252,7 @@ impl IntoFormat for biome_js_syntax::AnyJsBindingPattern { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::any::binding_pattern::FormatAnyJsBindingPattern::default(), + crate::js::any::binding_pattern::FormatAnyJsBindingPattern, ) } } @@ -11225,7 +11265,7 @@ impl AsFormat for biome_js_syntax::AnyJsDeclarationClause { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::any::declaration_clause::FormatAnyJsDeclarationClause::default(), + crate::js::any::declaration_clause::FormatAnyJsDeclarationClause, ) } } @@ -11237,7 +11277,7 @@ impl IntoFormat for biome_js_syntax::AnyJsDeclarationClause { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::any::declaration_clause::FormatAnyJsDeclarationClause::default(), + crate::js::any::declaration_clause::FormatAnyJsDeclarationClause, ) } } @@ -11250,7 +11290,7 @@ impl AsFormat for biome_js_syntax::AnyJsLiteralExpression { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::any::literal_expression::FormatAnyJsLiteralExpression::default(), + crate::js::any::literal_expression::FormatAnyJsLiteralExpression, ) } } @@ -11262,7 +11302,7 @@ impl IntoFormat for biome_js_syntax::AnyJsLiteralExpression { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::any::literal_expression::FormatAnyJsLiteralExpression::default(), + crate::js::any::literal_expression::FormatAnyJsLiteralExpression, ) } } @@ -11275,7 +11315,7 @@ impl AsFormat for biome_js_syntax::AnyJsTemplateElement { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::any::template_element::FormatAnyJsTemplateElement::default(), + crate::js::any::template_element::FormatAnyJsTemplateElement, ) } } @@ -11287,7 +11327,7 @@ impl IntoFormat for biome_js_syntax::AnyJsTemplateElement { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::any::template_element::FormatAnyJsTemplateElement::default(), + crate::js::any::template_element::FormatAnyJsTemplateElement, ) } } @@ -11298,7 +11338,7 @@ impl AsFormat for biome_js_syntax::AnyJsBinding { crate::js::any::binding::FormatAnyJsBinding, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new(self, crate::js::any::binding::FormatAnyJsBinding::default()) + FormatRefWithRule::new(self, crate::js::any::binding::FormatAnyJsBinding) } } impl IntoFormat for biome_js_syntax::AnyJsBinding { @@ -11307,7 +11347,7 @@ impl IntoFormat for biome_js_syntax::AnyJsBinding { crate::js::any::binding::FormatAnyJsBinding, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new(self, crate::js::any::binding::FormatAnyJsBinding::default()) + FormatOwnedWithRule::new(self, crate::js::any::binding::FormatAnyJsBinding) } } impl AsFormat for biome_js_syntax::AnyJsArrowFunctionParameters { @@ -11319,8 +11359,7 @@ impl AsFormat for biome_js_syntax::AnyJsArrowFunctionParameters fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::any::arrow_function_parameters::FormatAnyJsArrowFunctionParameters::default( - ), + crate::js::any::arrow_function_parameters::FormatAnyJsArrowFunctionParameters, ) } } @@ -11332,8 +11371,7 @@ impl IntoFormat for biome_js_syntax::AnyJsArrowFunctionParamete fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::any::arrow_function_parameters::FormatAnyJsArrowFunctionParameters::default( - ), + crate::js::any::arrow_function_parameters::FormatAnyJsArrowFunctionParameters, ) } } @@ -11344,10 +11382,7 @@ impl AsFormat for biome_js_syntax::AnyJsFunctionBody { crate::js::any::function_body::FormatAnyJsFunctionBody, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::js::any::function_body::FormatAnyJsFunctionBody::default(), - ) + FormatRefWithRule::new(self, crate::js::any::function_body::FormatAnyJsFunctionBody) } } impl IntoFormat for biome_js_syntax::AnyJsFunctionBody { @@ -11356,10 +11391,7 @@ impl IntoFormat for biome_js_syntax::AnyJsFunctionBody { crate::js::any::function_body::FormatAnyJsFunctionBody, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::js::any::function_body::FormatAnyJsFunctionBody::default(), - ) + FormatOwnedWithRule::new(self, crate::js::any::function_body::FormatAnyJsFunctionBody) } } impl AsFormat for biome_js_syntax::AnyJsArrayElement { @@ -11369,10 +11401,7 @@ impl AsFormat for biome_js_syntax::AnyJsArrayElement { crate::js::any::array_element::FormatAnyJsArrayElement, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::js::any::array_element::FormatAnyJsArrayElement::default(), - ) + FormatRefWithRule::new(self, crate::js::any::array_element::FormatAnyJsArrayElement) } } impl IntoFormat for biome_js_syntax::AnyJsArrayElement { @@ -11381,24 +11410,21 @@ impl IntoFormat for biome_js_syntax::AnyJsArrayElement { crate::js::any::array_element::FormatAnyJsArrayElement, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::js::any::array_element::FormatAnyJsArrayElement::default(), - ) + FormatOwnedWithRule::new(self, crate::js::any::array_element::FormatAnyJsArrayElement) } } impl AsFormat for biome_js_syntax::AnyJsName { type Format<'a> = FormatRefWithRule<'a, biome_js_syntax::AnyJsName, crate::js::any::name::FormatAnyJsName>; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new(self, crate::js::any::name::FormatAnyJsName::default()) + FormatRefWithRule::new(self, crate::js::any::name::FormatAnyJsName) } } impl IntoFormat for biome_js_syntax::AnyJsName { type Format = FormatOwnedWithRule; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new(self, crate::js::any::name::FormatAnyJsName::default()) + FormatOwnedWithRule::new(self, crate::js::any::name::FormatAnyJsName) } } impl AsFormat for biome_js_syntax::AnyJsInProperty { @@ -11408,10 +11434,7 @@ impl AsFormat for biome_js_syntax::AnyJsInProperty { crate::js::any::in_property::FormatAnyJsInProperty, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::js::any::in_property::FormatAnyJsInProperty::default(), - ) + FormatRefWithRule::new(self, crate::js::any::in_property::FormatAnyJsInProperty) } } impl IntoFormat for biome_js_syntax::AnyJsInProperty { @@ -11420,10 +11443,7 @@ impl IntoFormat for biome_js_syntax::AnyJsInProperty { crate::js::any::in_property::FormatAnyJsInProperty, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::js::any::in_property::FormatAnyJsInProperty::default(), - ) + FormatOwnedWithRule::new(self, crate::js::any::in_property::FormatAnyJsInProperty) } } impl AsFormat for biome_js_syntax::AnyJsAssignment { @@ -11433,10 +11453,7 @@ impl AsFormat for biome_js_syntax::AnyJsAssignment { crate::js::any::assignment::FormatAnyJsAssignment, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::js::any::assignment::FormatAnyJsAssignment::default(), - ) + FormatRefWithRule::new(self, crate::js::any::assignment::FormatAnyJsAssignment) } } impl IntoFormat for biome_js_syntax::AnyJsAssignment { @@ -11445,10 +11462,7 @@ impl IntoFormat for biome_js_syntax::AnyJsAssignment { crate::js::any::assignment::FormatAnyJsAssignment, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::js::any::assignment::FormatAnyJsAssignment::default(), - ) + FormatOwnedWithRule::new(self, crate::js::any::assignment::FormatAnyJsAssignment) } } impl AsFormat for biome_js_syntax::AnyJsObjectMemberName { @@ -11460,7 +11474,7 @@ impl AsFormat for biome_js_syntax::AnyJsObjectMemberName { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::any::object_member_name::FormatAnyJsObjectMemberName::default(), + crate::js::any::object_member_name::FormatAnyJsObjectMemberName, ) } } @@ -11472,7 +11486,7 @@ impl IntoFormat for biome_js_syntax::AnyJsObjectMemberName { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::any::object_member_name::FormatAnyJsObjectMemberName::default(), + crate::js::any::object_member_name::FormatAnyJsObjectMemberName, ) } } @@ -11483,10 +11497,7 @@ impl AsFormat for biome_js_syntax::AnyJsObjectMember { crate::js::any::object_member::FormatAnyJsObjectMember, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::js::any::object_member::FormatAnyJsObjectMember::default(), - ) + FormatRefWithRule::new(self, crate::js::any::object_member::FormatAnyJsObjectMember) } } impl IntoFormat for biome_js_syntax::AnyJsObjectMember { @@ -11495,10 +11506,7 @@ impl IntoFormat for biome_js_syntax::AnyJsObjectMember { crate::js::any::object_member::FormatAnyJsObjectMember, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::js::any::object_member::FormatAnyJsObjectMember::default(), - ) + FormatOwnedWithRule::new(self, crate::js::any::object_member::FormatAnyJsObjectMember) } } impl AsFormat for biome_js_syntax::AnyJsFormalParameter { @@ -11510,7 +11518,7 @@ impl AsFormat for biome_js_syntax::AnyJsFormalParameter { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::any::formal_parameter::FormatAnyJsFormalParameter::default(), + crate::js::any::formal_parameter::FormatAnyJsFormalParameter, ) } } @@ -11522,7 +11530,7 @@ impl IntoFormat for biome_js_syntax::AnyJsFormalParameter { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::any::formal_parameter::FormatAnyJsFormalParameter::default(), + crate::js::any::formal_parameter::FormatAnyJsFormalParameter, ) } } @@ -11533,10 +11541,7 @@ impl AsFormat for biome_js_syntax::AnyJsClassMember { crate::js::any::class_member::FormatAnyJsClassMember, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::js::any::class_member::FormatAnyJsClassMember::default(), - ) + FormatRefWithRule::new(self, crate::js::any::class_member::FormatAnyJsClassMember) } } impl IntoFormat for biome_js_syntax::AnyJsClassMember { @@ -11545,24 +11550,21 @@ impl IntoFormat for biome_js_syntax::AnyJsClassMember { crate::js::any::class_member::FormatAnyJsClassMember, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::js::any::class_member::FormatAnyJsClassMember::default(), - ) + FormatOwnedWithRule::new(self, crate::js::any::class_member::FormatAnyJsClassMember) } } impl AsFormat for biome_js_syntax::AnyJsClass { type Format<'a> = FormatRefWithRule<'a, biome_js_syntax::AnyJsClass, crate::js::any::class::FormatAnyJsClass>; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new(self, crate::js::any::class::FormatAnyJsClass::default()) + FormatRefWithRule::new(self, crate::js::any::class::FormatAnyJsClass) } } impl IntoFormat for biome_js_syntax::AnyJsClass { type Format = FormatOwnedWithRule; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new(self, crate::js::any::class::FormatAnyJsClass::default()) + FormatOwnedWithRule::new(self, crate::js::any::class::FormatAnyJsClass) } } impl AsFormat for biome_js_syntax::AnyJsClassMemberName { @@ -11574,7 +11576,7 @@ impl AsFormat for biome_js_syntax::AnyJsClassMemberName { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::any::class_member_name::FormatAnyJsClassMemberName::default(), + crate::js::any::class_member_name::FormatAnyJsClassMemberName, ) } } @@ -11586,7 +11588,7 @@ impl IntoFormat for biome_js_syntax::AnyJsClassMemberName { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::any::class_member_name::FormatAnyJsClassMemberName::default(), + crate::js::any::class_member_name::FormatAnyJsClassMemberName, ) } } @@ -11599,7 +11601,7 @@ impl AsFormat for biome_js_syntax::AnyJsConstructorParameter { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::any::constructor_parameter::FormatAnyJsConstructorParameter::default(), + crate::js::any::constructor_parameter::FormatAnyJsConstructorParameter, ) } } @@ -11611,7 +11613,7 @@ impl IntoFormat for biome_js_syntax::AnyJsConstructorParameter fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::any::constructor_parameter::FormatAnyJsConstructorParameter::default(), + crate::js::any::constructor_parameter::FormatAnyJsConstructorParameter, ) } } @@ -11622,7 +11624,10 @@ impl AsFormat for biome_js_syntax::AnyTsPropertyParameterModifi crate::ts::any::property_parameter_modifier::FormatAnyTsPropertyParameterModifier, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: ts :: any :: property_parameter_modifier :: FormatAnyTsPropertyParameterModifier :: default ()) + FormatRefWithRule::new( + self, + crate::ts::any::property_parameter_modifier::FormatAnyTsPropertyParameterModifier, + ) } } impl IntoFormat for biome_js_syntax::AnyTsPropertyParameterModifier { @@ -11631,7 +11636,10 @@ impl IntoFormat for biome_js_syntax::AnyTsPropertyParameterModi crate::ts::any::property_parameter_modifier::FormatAnyTsPropertyParameterModifier, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: ts :: any :: property_parameter_modifier :: FormatAnyTsPropertyParameterModifier :: default ()) + FormatOwnedWithRule::new( + self, + crate::ts::any::property_parameter_modifier::FormatAnyTsPropertyParameterModifier, + ) } } impl AsFormat for biome_js_syntax::AnyTsPropertyAnnotation { @@ -11643,7 +11651,7 @@ impl AsFormat for biome_js_syntax::AnyTsPropertyAnnotation { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::any::property_annotation::FormatAnyTsPropertyAnnotation::default(), + crate::ts::any::property_annotation::FormatAnyTsPropertyAnnotation, ) } } @@ -11655,7 +11663,7 @@ impl IntoFormat for biome_js_syntax::AnyTsPropertyAnnotation { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::any::property_annotation::FormatAnyTsPropertyAnnotation::default(), + crate::ts::any::property_annotation::FormatAnyTsPropertyAnnotation, ) } } @@ -11668,7 +11676,7 @@ impl AsFormat for biome_js_syntax::AnyJsPropertyModifier { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::any::property_modifier::FormatAnyJsPropertyModifier::default(), + crate::js::any::property_modifier::FormatAnyJsPropertyModifier, ) } } @@ -11680,7 +11688,7 @@ impl IntoFormat for biome_js_syntax::AnyJsPropertyModifier { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::any::property_modifier::FormatAnyJsPropertyModifier::default(), + crate::js::any::property_modifier::FormatAnyJsPropertyModifier, ) } } @@ -11691,7 +11699,10 @@ impl AsFormat for biome_js_syntax::AnyTsPropertySignatureAnnota crate::ts::any::property_signature_annotation::FormatAnyTsPropertySignatureAnnotation, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: ts :: any :: property_signature_annotation :: FormatAnyTsPropertySignatureAnnotation :: default ()) + FormatRefWithRule::new( + self, + crate::ts::any::property_signature_annotation::FormatAnyTsPropertySignatureAnnotation, + ) } } impl IntoFormat for biome_js_syntax::AnyTsPropertySignatureAnnotation { @@ -11700,7 +11711,10 @@ impl IntoFormat for biome_js_syntax::AnyTsPropertySignatureAnno crate::ts::any::property_signature_annotation::FormatAnyTsPropertySignatureAnnotation, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: ts :: any :: property_signature_annotation :: FormatAnyTsPropertySignatureAnnotation :: default ()) + FormatOwnedWithRule::new( + self, + crate::ts::any::property_signature_annotation::FormatAnyTsPropertySignatureAnnotation, + ) } } impl AsFormat for biome_js_syntax::AnyTsPropertySignatureModifier { @@ -11710,7 +11724,10 @@ impl AsFormat for biome_js_syntax::AnyTsPropertySignatureModifi crate::ts::any::property_signature_modifier::FormatAnyTsPropertySignatureModifier, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: ts :: any :: property_signature_modifier :: FormatAnyTsPropertySignatureModifier :: default ()) + FormatRefWithRule::new( + self, + crate::ts::any::property_signature_modifier::FormatAnyTsPropertySignatureModifier, + ) } } impl IntoFormat for biome_js_syntax::AnyTsPropertySignatureModifier { @@ -11719,7 +11736,10 @@ impl IntoFormat for biome_js_syntax::AnyTsPropertySignatureModi crate::ts::any::property_signature_modifier::FormatAnyTsPropertySignatureModifier, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: ts :: any :: property_signature_modifier :: FormatAnyTsPropertySignatureModifier :: default ()) + FormatOwnedWithRule::new( + self, + crate::ts::any::property_signature_modifier::FormatAnyTsPropertySignatureModifier, + ) } } impl AsFormat for biome_js_syntax::AnyJsMethodModifier { @@ -11731,7 +11751,7 @@ impl AsFormat for biome_js_syntax::AnyJsMethodModifier { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::any::method_modifier::FormatAnyJsMethodModifier::default(), + crate::js::any::method_modifier::FormatAnyJsMethodModifier, ) } } @@ -11743,7 +11763,7 @@ impl IntoFormat for biome_js_syntax::AnyJsMethodModifier { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::any::method_modifier::FormatAnyJsMethodModifier::default(), + crate::js::any::method_modifier::FormatAnyJsMethodModifier, ) } } @@ -11756,8 +11776,7 @@ impl AsFormat for biome_js_syntax::AnyTsMethodSignatureModifier fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::any::method_signature_modifier::FormatAnyTsMethodSignatureModifier::default( - ), + crate::ts::any::method_signature_modifier::FormatAnyTsMethodSignatureModifier, ) } } @@ -11769,8 +11788,7 @@ impl IntoFormat for biome_js_syntax::AnyTsMethodSignatureModifi fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::any::method_signature_modifier::FormatAnyTsMethodSignatureModifier::default( - ), + crate::ts::any::method_signature_modifier::FormatAnyTsMethodSignatureModifier, ) } } @@ -11783,7 +11801,7 @@ impl AsFormat for biome_js_syntax::AnyTsIndexSignatureModifier fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::any::index_signature_modifier::FormatAnyTsIndexSignatureModifier::default(), + crate::ts::any::index_signature_modifier::FormatAnyTsIndexSignatureModifier, ) } } @@ -11795,7 +11813,7 @@ impl IntoFormat for biome_js_syntax::AnyTsIndexSignatureModifie fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::any::index_signature_modifier::FormatAnyTsIndexSignatureModifier::default(), + crate::ts::any::index_signature_modifier::FormatAnyTsIndexSignatureModifier, ) } } @@ -11803,14 +11821,14 @@ impl AsFormat for biome_js_syntax::AnyTsType { type Format<'a> = FormatRefWithRule<'a, biome_js_syntax::AnyTsType, crate::ts::any::ts_type::FormatAnyTsType>; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new(self, crate::ts::any::ts_type::FormatAnyTsType::default()) + FormatRefWithRule::new(self, crate::ts::any::ts_type::FormatAnyTsType) } } impl IntoFormat for biome_js_syntax::AnyTsType { type Format = FormatOwnedWithRule; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new(self, crate::ts::any::ts_type::FormatAnyTsType::default()) + FormatOwnedWithRule::new(self, crate::ts::any::ts_type::FormatAnyTsType) } } impl AsFormat for biome_js_syntax::AnyJsArrayAssignmentPatternElement { @@ -11820,7 +11838,7 @@ impl AsFormat for biome_js_syntax::AnyJsArrayAssignmentPatternE crate::js::any::array_assignment_pattern_element::FormatAnyJsArrayAssignmentPatternElement, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: any :: array_assignment_pattern_element :: FormatAnyJsArrayAssignmentPatternElement :: default ()) + FormatRefWithRule :: new (self , crate :: js :: any :: array_assignment_pattern_element :: FormatAnyJsArrayAssignmentPatternElement) } } impl IntoFormat for biome_js_syntax::AnyJsArrayAssignmentPatternElement { @@ -11829,7 +11847,7 @@ impl IntoFormat for biome_js_syntax::AnyJsArrayAssignmentPatter crate::js::any::array_assignment_pattern_element::FormatAnyJsArrayAssignmentPatternElement, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: any :: array_assignment_pattern_element :: FormatAnyJsArrayAssignmentPatternElement :: default ()) + FormatOwnedWithRule :: new (self , crate :: js :: any :: array_assignment_pattern_element :: FormatAnyJsArrayAssignmentPatternElement) } } impl AsFormat for biome_js_syntax::AnyJsObjectAssignmentPatternMember { @@ -11839,7 +11857,7 @@ impl AsFormat for biome_js_syntax::AnyJsObjectAssignmentPattern crate::js::any::object_assignment_pattern_member::FormatAnyJsObjectAssignmentPatternMember, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: any :: object_assignment_pattern_member :: FormatAnyJsObjectAssignmentPatternMember :: default ()) + FormatRefWithRule :: new (self , crate :: js :: any :: object_assignment_pattern_member :: FormatAnyJsObjectAssignmentPatternMember) } } impl IntoFormat for biome_js_syntax::AnyJsObjectAssignmentPatternMember { @@ -11848,7 +11866,7 @@ impl IntoFormat for biome_js_syntax::AnyJsObjectAssignmentPatte crate::js::any::object_assignment_pattern_member::FormatAnyJsObjectAssignmentPatternMember, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: any :: object_assignment_pattern_member :: FormatAnyJsObjectAssignmentPatternMember :: default ()) + FormatOwnedWithRule :: new (self , crate :: js :: any :: object_assignment_pattern_member :: FormatAnyJsObjectAssignmentPatternMember) } } impl AsFormat for biome_js_syntax::AnyJsArrayBindingPatternElement { @@ -11858,7 +11876,10 @@ impl AsFormat for biome_js_syntax::AnyJsArrayBindingPatternElem crate::js::any::array_binding_pattern_element::FormatAnyJsArrayBindingPatternElement, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: any :: array_binding_pattern_element :: FormatAnyJsArrayBindingPatternElement :: default ()) + FormatRefWithRule::new( + self, + crate::js::any::array_binding_pattern_element::FormatAnyJsArrayBindingPatternElement, + ) } } impl IntoFormat for biome_js_syntax::AnyJsArrayBindingPatternElement { @@ -11867,7 +11888,10 @@ impl IntoFormat for biome_js_syntax::AnyJsArrayBindingPatternEl crate::js::any::array_binding_pattern_element::FormatAnyJsArrayBindingPatternElement, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: any :: array_binding_pattern_element :: FormatAnyJsArrayBindingPatternElement :: default ()) + FormatOwnedWithRule::new( + self, + crate::js::any::array_binding_pattern_element::FormatAnyJsArrayBindingPatternElement, + ) } } impl AsFormat for biome_js_syntax::AnyJsObjectBindingPatternMember { @@ -11877,7 +11901,10 @@ impl AsFormat for biome_js_syntax::AnyJsObjectBindingPatternMem crate::js::any::object_binding_pattern_member::FormatAnyJsObjectBindingPatternMember, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: any :: object_binding_pattern_member :: FormatAnyJsObjectBindingPatternMember :: default ()) + FormatRefWithRule::new( + self, + crate::js::any::object_binding_pattern_member::FormatAnyJsObjectBindingPatternMember, + ) } } impl IntoFormat for biome_js_syntax::AnyJsObjectBindingPatternMember { @@ -11886,7 +11913,10 @@ impl IntoFormat for biome_js_syntax::AnyJsObjectBindingPatternM crate::js::any::object_binding_pattern_member::FormatAnyJsObjectBindingPatternMember, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: any :: object_binding_pattern_member :: FormatAnyJsObjectBindingPatternMember :: default ()) + FormatOwnedWithRule::new( + self, + crate::js::any::object_binding_pattern_member::FormatAnyJsObjectBindingPatternMember, + ) } } impl AsFormat for biome_js_syntax::AnyJsDeclaration { @@ -11896,10 +11926,7 @@ impl AsFormat for biome_js_syntax::AnyJsDeclaration { crate::js::any::declaration::FormatAnyJsDeclaration, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::js::any::declaration::FormatAnyJsDeclaration::default(), - ) + FormatRefWithRule::new(self, crate::js::any::declaration::FormatAnyJsDeclaration) } } impl IntoFormat for biome_js_syntax::AnyJsDeclaration { @@ -11908,10 +11935,7 @@ impl IntoFormat for biome_js_syntax::AnyJsDeclaration { crate::js::any::declaration::FormatAnyJsDeclaration, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::js::any::declaration::FormatAnyJsDeclaration::default(), - ) + FormatOwnedWithRule::new(self, crate::js::any::declaration::FormatAnyJsDeclaration) } } impl AsFormat for biome_js_syntax::AnyTsReturnType { @@ -11921,10 +11945,7 @@ impl AsFormat for biome_js_syntax::AnyTsReturnType { crate::ts::any::return_type::FormatAnyTsReturnType, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::ts::any::return_type::FormatAnyTsReturnType::default(), - ) + FormatRefWithRule::new(self, crate::ts::any::return_type::FormatAnyTsReturnType) } } impl IntoFormat for biome_js_syntax::AnyTsReturnType { @@ -11933,10 +11954,7 @@ impl IntoFormat for biome_js_syntax::AnyTsReturnType { crate::ts::any::return_type::FormatAnyTsReturnType, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::ts::any::return_type::FormatAnyTsReturnType::default(), - ) + FormatOwnedWithRule::new(self, crate::ts::any::return_type::FormatAnyTsReturnType) } } impl AsFormat for biome_js_syntax::AnyTsVariableAnnotation { @@ -11948,7 +11966,7 @@ impl AsFormat for biome_js_syntax::AnyTsVariableAnnotation { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::any::variable_annotation::FormatAnyTsVariableAnnotation::default(), + crate::ts::any::variable_annotation::FormatAnyTsVariableAnnotation, ) } } @@ -11960,7 +11978,7 @@ impl IntoFormat for biome_js_syntax::AnyTsVariableAnnotation { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::any::variable_annotation::FormatAnyTsVariableAnnotation::default(), + crate::ts::any::variable_annotation::FormatAnyTsVariableAnnotation, ) } } @@ -11971,10 +11989,7 @@ impl AsFormat for biome_js_syntax::AnyJsModuleItem { crate::js::any::module_item::FormatAnyJsModuleItem, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::js::any::module_item::FormatAnyJsModuleItem::default(), - ) + FormatRefWithRule::new(self, crate::js::any::module_item::FormatAnyJsModuleItem) } } impl IntoFormat for biome_js_syntax::AnyJsModuleItem { @@ -11983,10 +11998,7 @@ impl IntoFormat for biome_js_syntax::AnyJsModuleItem { crate::js::any::module_item::FormatAnyJsModuleItem, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::js::any::module_item::FormatAnyJsModuleItem::default(), - ) + FormatOwnedWithRule::new(self, crate::js::any::module_item::FormatAnyJsModuleItem) } } impl AsFormat for biome_js_syntax::AnyJsImportClause { @@ -11996,10 +12008,7 @@ impl AsFormat for biome_js_syntax::AnyJsImportClause { crate::js::any::import_clause::FormatAnyJsImportClause, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::js::any::import_clause::FormatAnyJsImportClause::default(), - ) + FormatRefWithRule::new(self, crate::js::any::import_clause::FormatAnyJsImportClause) } } impl IntoFormat for biome_js_syntax::AnyJsImportClause { @@ -12008,10 +12017,7 @@ impl IntoFormat for biome_js_syntax::AnyJsImportClause { crate::js::any::import_clause::FormatAnyJsImportClause, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::js::any::import_clause::FormatAnyJsImportClause::default(), - ) + FormatOwnedWithRule::new(self, crate::js::any::import_clause::FormatAnyJsImportClause) } } impl AsFormat for biome_js_syntax::AnyJsNamedImport { @@ -12021,10 +12027,7 @@ impl AsFormat for biome_js_syntax::AnyJsNamedImport { crate::js::any::named_import::FormatAnyJsNamedImport, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::js::any::named_import::FormatAnyJsNamedImport::default(), - ) + FormatRefWithRule::new(self, crate::js::any::named_import::FormatAnyJsNamedImport) } } impl IntoFormat for biome_js_syntax::AnyJsNamedImport { @@ -12033,10 +12036,7 @@ impl IntoFormat for biome_js_syntax::AnyJsNamedImport { crate::js::any::named_import::FormatAnyJsNamedImport, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::js::any::named_import::FormatAnyJsNamedImport::default(), - ) + FormatOwnedWithRule::new(self, crate::js::any::named_import::FormatAnyJsNamedImport) } } impl AsFormat for biome_js_syntax::AnyJsNamedImportSpecifier { @@ -12048,7 +12048,7 @@ impl AsFormat for biome_js_syntax::AnyJsNamedImportSpecifier { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::any::named_import_specifier::FormatAnyJsNamedImportSpecifier::default(), + crate::js::any::named_import_specifier::FormatAnyJsNamedImportSpecifier, ) } } @@ -12060,7 +12060,7 @@ impl IntoFormat for biome_js_syntax::AnyJsNamedImportSpecifier fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::any::named_import_specifier::FormatAnyJsNamedImportSpecifier::default(), + crate::js::any::named_import_specifier::FormatAnyJsNamedImportSpecifier, ) } } @@ -12073,7 +12073,7 @@ impl AsFormat for biome_js_syntax::AnyJsImportAssertionEntry { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::any::import_assertion_entry::FormatAnyJsImportAssertionEntry::default(), + crate::js::any::import_assertion_entry::FormatAnyJsImportAssertionEntry, ) } } @@ -12085,7 +12085,7 @@ impl IntoFormat for biome_js_syntax::AnyJsImportAssertionEntry fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::any::import_assertion_entry::FormatAnyJsImportAssertionEntry::default(), + crate::js::any::import_assertion_entry::FormatAnyJsImportAssertionEntry, ) } } @@ -12096,10 +12096,7 @@ impl AsFormat for biome_js_syntax::AnyJsExportClause { crate::js::any::export_clause::FormatAnyJsExportClause, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::js::any::export_clause::FormatAnyJsExportClause::default(), - ) + FormatRefWithRule::new(self, crate::js::any::export_clause::FormatAnyJsExportClause) } } impl IntoFormat for biome_js_syntax::AnyJsExportClause { @@ -12108,10 +12105,7 @@ impl IntoFormat for biome_js_syntax::AnyJsExportClause { crate::js::any::export_clause::FormatAnyJsExportClause, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::js::any::export_clause::FormatAnyJsExportClause::default(), - ) + FormatOwnedWithRule::new(self, crate::js::any::export_clause::FormatAnyJsExportClause) } } impl AsFormat for biome_js_syntax::AnyJsExportDefaultDeclaration { @@ -12121,7 +12115,10 @@ impl AsFormat for biome_js_syntax::AnyJsExportDefaultDeclaratio crate::js::any::export_default_declaration::FormatAnyJsExportDefaultDeclaration, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: js :: any :: export_default_declaration :: FormatAnyJsExportDefaultDeclaration :: default ()) + FormatRefWithRule::new( + self, + crate::js::any::export_default_declaration::FormatAnyJsExportDefaultDeclaration, + ) } } impl IntoFormat for biome_js_syntax::AnyJsExportDefaultDeclaration { @@ -12130,7 +12127,10 @@ impl IntoFormat for biome_js_syntax::AnyJsExportDefaultDeclarat crate::js::any::export_default_declaration::FormatAnyJsExportDefaultDeclaration, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: js :: any :: export_default_declaration :: FormatAnyJsExportDefaultDeclaration :: default ()) + FormatOwnedWithRule::new( + self, + crate::js::any::export_default_declaration::FormatAnyJsExportDefaultDeclaration, + ) } } impl AsFormat for biome_js_syntax::AnyJsExportNamedSpecifier { @@ -12142,7 +12142,7 @@ impl AsFormat for biome_js_syntax::AnyJsExportNamedSpecifier { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::js::any::export_named_specifier::FormatAnyJsExportNamedSpecifier::default(), + crate::js::any::export_named_specifier::FormatAnyJsExportNamedSpecifier, ) } } @@ -12154,7 +12154,7 @@ impl IntoFormat for biome_js_syntax::AnyJsExportNamedSpecifier fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::js::any::export_named_specifier::FormatAnyJsExportNamedSpecifier::default(), + crate::js::any::export_named_specifier::FormatAnyJsExportNamedSpecifier, ) } } @@ -12165,10 +12165,7 @@ impl AsFormat for biome_js_syntax::AnyJsFunction { crate::js::any::function::FormatAnyJsFunction, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::js::any::function::FormatAnyJsFunction::default(), - ) + FormatRefWithRule::new(self, crate::js::any::function::FormatAnyJsFunction) } } impl IntoFormat for biome_js_syntax::AnyJsFunction { @@ -12177,10 +12174,7 @@ impl IntoFormat for biome_js_syntax::AnyJsFunction { crate::js::any::function::FormatAnyJsFunction, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::js::any::function::FormatAnyJsFunction::default(), - ) + FormatOwnedWithRule::new(self, crate::js::any::function::FormatAnyJsFunction) } } impl AsFormat for biome_js_syntax::AnyJsParameter { @@ -12190,10 +12184,7 @@ impl AsFormat for biome_js_syntax::AnyJsParameter { crate::js::any::parameter::FormatAnyJsParameter, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::js::any::parameter::FormatAnyJsParameter::default(), - ) + FormatRefWithRule::new(self, crate::js::any::parameter::FormatAnyJsParameter) } } impl IntoFormat for biome_js_syntax::AnyJsParameter { @@ -12202,10 +12193,7 @@ impl IntoFormat for biome_js_syntax::AnyJsParameter { crate::js::any::parameter::FormatAnyJsParameter, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::js::any::parameter::FormatAnyJsParameter::default(), - ) + FormatOwnedWithRule::new(self, crate::js::any::parameter::FormatAnyJsParameter) } } impl AsFormat for biome_js_syntax::AnyJsCallArgument { @@ -12215,10 +12203,7 @@ impl AsFormat for biome_js_syntax::AnyJsCallArgument { crate::js::any::call_argument::FormatAnyJsCallArgument, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::js::any::call_argument::FormatAnyJsCallArgument::default(), - ) + FormatRefWithRule::new(self, crate::js::any::call_argument::FormatAnyJsCallArgument) } } impl IntoFormat for biome_js_syntax::AnyJsCallArgument { @@ -12227,10 +12212,7 @@ impl IntoFormat for biome_js_syntax::AnyJsCallArgument { crate::js::any::call_argument::FormatAnyJsCallArgument, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::js::any::call_argument::FormatAnyJsCallArgument::default(), - ) + FormatOwnedWithRule::new(self, crate::js::any::call_argument::FormatAnyJsCallArgument) } } impl AsFormat for biome_js_syntax::AnyJsDecorator { @@ -12240,10 +12222,7 @@ impl AsFormat for biome_js_syntax::AnyJsDecorator { crate::js::any::decorator::FormatAnyJsDecorator, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::js::any::decorator::FormatAnyJsDecorator::default(), - ) + FormatRefWithRule::new(self, crate::js::any::decorator::FormatAnyJsDecorator) } } impl IntoFormat for biome_js_syntax::AnyJsDecorator { @@ -12252,24 +12231,21 @@ impl IntoFormat for biome_js_syntax::AnyJsDecorator { crate::js::any::decorator::FormatAnyJsDecorator, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::js::any::decorator::FormatAnyJsDecorator::default(), - ) + FormatOwnedWithRule::new(self, crate::js::any::decorator::FormatAnyJsDecorator) } } impl AsFormat for biome_js_syntax::AnyTsName { type Format<'a> = FormatRefWithRule<'a, biome_js_syntax::AnyTsName, crate::ts::any::name::FormatAnyTsName>; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new(self, crate::ts::any::name::FormatAnyTsName::default()) + FormatRefWithRule::new(self, crate::ts::any::name::FormatAnyTsName) } } impl IntoFormat for biome_js_syntax::AnyTsName { type Format = FormatOwnedWithRule; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new(self, crate::ts::any::name::FormatAnyTsName::default()) + FormatOwnedWithRule::new(self, crate::ts::any::name::FormatAnyTsName) } } impl AsFormat for biome_js_syntax::AnyTsModuleReference { @@ -12281,7 +12257,7 @@ impl AsFormat for biome_js_syntax::AnyTsModuleReference { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::any::module_reference::FormatAnyTsModuleReference::default(), + crate::ts::any::module_reference::FormatAnyTsModuleReference, ) } } @@ -12293,7 +12269,7 @@ impl IntoFormat for biome_js_syntax::AnyTsModuleReference { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::any::module_reference::FormatAnyTsModuleReference::default(), + crate::ts::any::module_reference::FormatAnyTsModuleReference, ) } } @@ -12304,10 +12280,7 @@ impl AsFormat for biome_js_syntax::AnyTsModuleName { crate::ts::any::module_name::FormatAnyTsModuleName, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::ts::any::module_name::FormatAnyTsModuleName::default(), - ) + FormatRefWithRule::new(self, crate::ts::any::module_name::FormatAnyTsModuleName) } } impl IntoFormat for biome_js_syntax::AnyTsModuleName { @@ -12316,10 +12289,7 @@ impl IntoFormat for biome_js_syntax::AnyTsModuleName { crate::ts::any::module_name::FormatAnyTsModuleName, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::ts::any::module_name::FormatAnyTsModuleName::default(), - ) + FormatOwnedWithRule::new(self, crate::ts::any::module_name::FormatAnyTsModuleName) } } impl AsFormat for biome_js_syntax::AnyTsExternalModuleDeclarationBody { @@ -12329,7 +12299,7 @@ impl AsFormat for biome_js_syntax::AnyTsExternalModuleDeclarati crate::ts::any::external_module_declaration_body::FormatAnyTsExternalModuleDeclarationBody, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: ts :: any :: external_module_declaration_body :: FormatAnyTsExternalModuleDeclarationBody :: default ()) + FormatRefWithRule :: new (self , crate :: ts :: any :: external_module_declaration_body :: FormatAnyTsExternalModuleDeclarationBody) } } impl IntoFormat for biome_js_syntax::AnyTsExternalModuleDeclarationBody { @@ -12338,7 +12308,7 @@ impl IntoFormat for biome_js_syntax::AnyTsExternalModuleDeclara crate::ts::any::external_module_declaration_body::FormatAnyTsExternalModuleDeclarationBody, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: ts :: any :: external_module_declaration_body :: FormatAnyTsExternalModuleDeclarationBody :: default ()) + FormatOwnedWithRule :: new (self , crate :: ts :: any :: external_module_declaration_body :: FormatAnyTsExternalModuleDeclarationBody) } } impl AsFormat for biome_js_syntax::AnyTsTypePredicateParameterName { @@ -12348,7 +12318,10 @@ impl AsFormat for biome_js_syntax::AnyTsTypePredicateParameterN crate::ts::any::type_predicate_parameter_name::FormatAnyTsTypePredicateParameterName, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule :: new (self , crate :: ts :: any :: type_predicate_parameter_name :: FormatAnyTsTypePredicateParameterName :: default ()) + FormatRefWithRule::new( + self, + crate::ts::any::type_predicate_parameter_name::FormatAnyTsTypePredicateParameterName, + ) } } impl IntoFormat for biome_js_syntax::AnyTsTypePredicateParameterName { @@ -12357,7 +12330,10 @@ impl IntoFormat for biome_js_syntax::AnyTsTypePredicateParamete crate::ts::any::type_predicate_parameter_name::FormatAnyTsTypePredicateParameterName, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule :: new (self , crate :: ts :: any :: type_predicate_parameter_name :: FormatAnyTsTypePredicateParameterName :: default ()) + FormatOwnedWithRule::new( + self, + crate::ts::any::type_predicate_parameter_name::FormatAnyTsTypePredicateParameterName, + ) } } impl AsFormat for biome_js_syntax::AnyTsTypeParameterModifier { @@ -12369,7 +12345,7 @@ impl AsFormat for biome_js_syntax::AnyTsTypeParameterModifier { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::any::type_parameter_modifier::FormatAnyTsTypeParameterModifier::default(), + crate::ts::any::type_parameter_modifier::FormatAnyTsTypeParameterModifier, ) } } @@ -12381,7 +12357,7 @@ impl IntoFormat for biome_js_syntax::AnyTsTypeParameterModifier fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::any::type_parameter_modifier::FormatAnyTsTypeParameterModifier::default(), + crate::ts::any::type_parameter_modifier::FormatAnyTsTypeParameterModifier, ) } } @@ -12392,10 +12368,7 @@ impl AsFormat for biome_js_syntax::AnyTsTypeMember { crate::ts::any::type_member::FormatAnyTsTypeMember, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::ts::any::type_member::FormatAnyTsTypeMember::default(), - ) + FormatRefWithRule::new(self, crate::ts::any::type_member::FormatAnyTsTypeMember) } } impl IntoFormat for biome_js_syntax::AnyTsTypeMember { @@ -12404,10 +12377,7 @@ impl IntoFormat for biome_js_syntax::AnyTsTypeMember { crate::ts::any::type_member::FormatAnyTsTypeMember, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::ts::any::type_member::FormatAnyTsTypeMember::default(), - ) + FormatOwnedWithRule::new(self, crate::ts::any::type_member::FormatAnyTsTypeMember) } } impl AsFormat for biome_js_syntax::AnyTsTupleTypeElement { @@ -12419,7 +12389,7 @@ impl AsFormat for biome_js_syntax::AnyTsTupleTypeElement { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::any::tuple_type_element::FormatAnyTsTupleTypeElement::default(), + crate::ts::any::tuple_type_element::FormatAnyTsTupleTypeElement, ) } } @@ -12431,7 +12401,7 @@ impl IntoFormat for biome_js_syntax::AnyTsTupleTypeElement { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::any::tuple_type_element::FormatAnyTsTupleTypeElement::default(), + crate::ts::any::tuple_type_element::FormatAnyTsTupleTypeElement, ) } } @@ -12444,7 +12414,7 @@ impl AsFormat for biome_js_syntax::AnyTsTemplateElement { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::ts::any::template_element::FormatAnyTsTemplateElement::default(), + crate::ts::any::template_element::FormatAnyTsTemplateElement, ) } } @@ -12456,7 +12426,7 @@ impl IntoFormat for biome_js_syntax::AnyTsTemplateElement { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::ts::any::template_element::FormatAnyTsTemplateElement::default(), + crate::ts::any::template_element::FormatAnyTsTemplateElement, ) } } @@ -12464,14 +12434,14 @@ impl AsFormat for biome_js_syntax::AnyJsxTag { type Format<'a> = FormatRefWithRule<'a, biome_js_syntax::AnyJsxTag, crate::jsx::any::tag::FormatAnyJsxTag>; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new(self, crate::jsx::any::tag::FormatAnyJsxTag::default()) + FormatRefWithRule::new(self, crate::jsx::any::tag::FormatAnyJsxTag) } } impl IntoFormat for biome_js_syntax::AnyJsxTag { type Format = FormatOwnedWithRule; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new(self, crate::jsx::any::tag::FormatAnyJsxTag::default()) + FormatOwnedWithRule::new(self, crate::jsx::any::tag::FormatAnyJsxTag) } } impl AsFormat for biome_js_syntax::AnyJsxElementName { @@ -12481,10 +12451,7 @@ impl AsFormat for biome_js_syntax::AnyJsxElementName { crate::jsx::any::element_name::FormatAnyJsxElementName, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::jsx::any::element_name::FormatAnyJsxElementName::default(), - ) + FormatRefWithRule::new(self, crate::jsx::any::element_name::FormatAnyJsxElementName) } } impl IntoFormat for biome_js_syntax::AnyJsxElementName { @@ -12493,10 +12460,7 @@ impl IntoFormat for biome_js_syntax::AnyJsxElementName { crate::jsx::any::element_name::FormatAnyJsxElementName, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::jsx::any::element_name::FormatAnyJsxElementName::default(), - ) + FormatOwnedWithRule::new(self, crate::jsx::any::element_name::FormatAnyJsxElementName) } } impl AsFormat for biome_js_syntax::AnyJsxObjectName { @@ -12506,10 +12470,7 @@ impl AsFormat for biome_js_syntax::AnyJsxObjectName { crate::jsx::any::object_name::FormatAnyJsxObjectName, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::jsx::any::object_name::FormatAnyJsxObjectName::default(), - ) + FormatRefWithRule::new(self, crate::jsx::any::object_name::FormatAnyJsxObjectName) } } impl IntoFormat for biome_js_syntax::AnyJsxObjectName { @@ -12518,24 +12479,21 @@ impl IntoFormat for biome_js_syntax::AnyJsxObjectName { crate::jsx::any::object_name::FormatAnyJsxObjectName, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::jsx::any::object_name::FormatAnyJsxObjectName::default(), - ) + FormatOwnedWithRule::new(self, crate::jsx::any::object_name::FormatAnyJsxObjectName) } } impl AsFormat for biome_js_syntax::AnyJsxName { type Format<'a> = FormatRefWithRule<'a, biome_js_syntax::AnyJsxName, crate::jsx::any::name::FormatAnyJsxName>; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new(self, crate::jsx::any::name::FormatAnyJsxName::default()) + FormatRefWithRule::new(self, crate::jsx::any::name::FormatAnyJsxName) } } impl IntoFormat for biome_js_syntax::AnyJsxName { type Format = FormatOwnedWithRule; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new(self, crate::jsx::any::name::FormatAnyJsxName::default()) + FormatOwnedWithRule::new(self, crate::jsx::any::name::FormatAnyJsxName) } } impl AsFormat for biome_js_syntax::AnyJsxAttribute { @@ -12545,10 +12503,7 @@ impl AsFormat for biome_js_syntax::AnyJsxAttribute { crate::jsx::any::attribute::FormatAnyJsxAttribute, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new( - self, - crate::jsx::any::attribute::FormatAnyJsxAttribute::default(), - ) + FormatRefWithRule::new(self, crate::jsx::any::attribute::FormatAnyJsxAttribute) } } impl IntoFormat for biome_js_syntax::AnyJsxAttribute { @@ -12557,10 +12512,7 @@ impl IntoFormat for biome_js_syntax::AnyJsxAttribute { crate::jsx::any::attribute::FormatAnyJsxAttribute, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new( - self, - crate::jsx::any::attribute::FormatAnyJsxAttribute::default(), - ) + FormatOwnedWithRule::new(self, crate::jsx::any::attribute::FormatAnyJsxAttribute) } } impl AsFormat for biome_js_syntax::AnyJsxAttributeName { @@ -12572,7 +12524,7 @@ impl AsFormat for biome_js_syntax::AnyJsxAttributeName { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::jsx::any::attribute_name::FormatAnyJsxAttributeName::default(), + crate::jsx::any::attribute_name::FormatAnyJsxAttributeName, ) } } @@ -12584,7 +12536,7 @@ impl IntoFormat for biome_js_syntax::AnyJsxAttributeName { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::jsx::any::attribute_name::FormatAnyJsxAttributeName::default(), + crate::jsx::any::attribute_name::FormatAnyJsxAttributeName, ) } } @@ -12597,7 +12549,7 @@ impl AsFormat for biome_js_syntax::AnyJsxAttributeValue { fn format(&self) -> Self::Format<'_> { FormatRefWithRule::new( self, - crate::jsx::any::attribute_value::FormatAnyJsxAttributeValue::default(), + crate::jsx::any::attribute_value::FormatAnyJsxAttributeValue, ) } } @@ -12609,7 +12561,7 @@ impl IntoFormat for biome_js_syntax::AnyJsxAttributeValue { fn into_format(self) -> Self::Format { FormatOwnedWithRule::new( self, - crate::jsx::any::attribute_value::FormatAnyJsxAttributeValue::default(), + crate::jsx::any::attribute_value::FormatAnyJsxAttributeValue, ) } } @@ -12620,7 +12572,7 @@ impl AsFormat for biome_js_syntax::AnyJsxChild { crate::jsx::any::child::FormatAnyJsxChild, >; fn format(&self) -> Self::Format<'_> { - FormatRefWithRule::new(self, crate::jsx::any::child::FormatAnyJsxChild::default()) + FormatRefWithRule::new(self, crate::jsx::any::child::FormatAnyJsxChild) } } impl IntoFormat for biome_js_syntax::AnyJsxChild { @@ -12629,6 +12581,6 @@ impl IntoFormat for biome_js_syntax::AnyJsxChild { crate::jsx::any::child::FormatAnyJsxChild, >; fn into_format(self) -> Self::Format { - FormatOwnedWithRule::new(self, crate::jsx::any::child::FormatAnyJsxChild::default()) + FormatOwnedWithRule::new(self, crate::jsx::any::child::FormatAnyJsxChild) } }