pub fn get_edge_chunking_context(
mode: Vc<NextMode>,
root_path: Vc<FileSystemPath>,
node_root: Vc<FileSystemPath>,
node_root_to_root_path: Vc<RcStr>,
environment: Vc<Environment>,
module_id_strategy: Vc<Box<dyn ModuleIdStrategy>>,
turbo_minify: Vc<bool>,
turbo_source_maps: Vc<bool>,
no_mangling: Vc<bool>,
) -> Vc<Box<dyn ChunkingContext>>