dbg_swc::util::minifier

Function get_terser_output

source
pub fn get_terser_output(
    file: &Path,
    compress: bool,
    mangle: bool,
) -> Result<String>