pub fn to_code_with_comments( comments: Option<&dyn Comments>, node: &impl Node, ) -> String
Generate a code from a syntax node using default options.