pub fn emit_with_comments(
module: &Module,
comments: Option<&SingleThreadedComments>,
blank_line_positions: &[BlankLinePosition],
) -> StringExpand description
Emit an SWC Module to a string, optionally including comments.
blank_line_positions describes where blank lines should be inserted
to match Babel’s blank line behavior.