Function swc_ecma_transforms_module::common_js::common_js_with_resolver[][src]

pub fn common_js_with_resolver<R>(
    resolver: R,
    base: FileName,
    top_level_mark: Mark,
    config: Config,
    scope: Option<Rc<RefCell<Scope>>>
) -> impl Fold where
    R: ImportResolver