pub fn externals_tracing_module_context(
compile_time_info: Vc<CompileTimeInfo>,
resolve_typescript: bool,
prune: Option<(FileSystemPath, ResolvedVc<Glob>)>,
) -> Vc<ModuleAssetContext>Expand description
prune skips matching files as the graph is walked, rather than filtering them out of the
result afterwards.