Function swc_ecma_transforms_module::umd::umd_with_resolver[][src]

pub fn umd_with_resolver<R>(
    resolver: R,
    base: FileName,
    cm: Lrc<SourceMap>,
    root_mark: Mark,
    config: Config
) -> impl Fold where
    R: ImportResolver