pub fn to_code_with_comments(
comments: Option<&dyn Comments>,
node: &impl Node,
) -> StringAvailable on crate features
__ecma and ecma_codegen only.Expand description
Generate a code from a syntax node using default options.