pub fn custom_before_pass<'a, C>(
cm: Arc<SourceMap>,
file: Arc<SourceFile>,
opts: &'a TransformOptions,
comments: C,
eliminated_packages: Rc<RefCell<FxHashSet<Atom>>>,
unresolved_mark: Mark,
use_cache_telemetry_tracker: Rc<RefCell<FxHashMap<String, usize>>>,
) -> impl Pass + 'awhere
C: Clone + Comments + 'a,