pub fn format_with_scopes(
    dom: Node,
    options: Options,
    errors: &[TextRange],
    scopes: ScopedOptions
) -> String
Expand description

Formats a DOM root node with given scopes.

This doesn’t check errors of the DOM.