Function dprint_plugin_typescript::format_parsed_source[][src]

pub fn format_parsed_source(
    source: &ParsedSource,
    config: &Configuration
) -> Result<String, ErrBox>
Expand description

Formats an already parsed source. This is useful as a performance optimization.