swc_ecma_codegen

Function to_code_with_comments

source
pub fn to_code_with_comments(
    comments: Option<&dyn Comments>,
    node: &impl Node,
) -> String
Expand description

Generate a code from a syntax node using default options.