to_code_with_comments

Function to_code_with_comments 

Source
pub fn to_code_with_comments(
    comments: Option<&dyn Comments>,
    node: &impl Node,
) -> String
Available on crate features __ecma and ecma_codegen only.
Expand description

Generate a code from a syntax node using default options.