use crate::cfg::Cfg; pub fn minify_js(cfg: &Cfg, out: &mut Vec, code: &[u8]) -> () { // TODO out.extend_from_slice(code); }