[][src]Function swc_ecma_transforms::util::prepend_stmts

pub fn prepend_stmts<T>(
    to: &mut Vec<T>,
    stmts: impl ExactSizeIterator<Item = T> + Iterator
) where
    T: StmtLike

inject stmts after directives