Function get_browser_runtime_code

Source
pub fn get_browser_runtime_code(
    environment: Vc<Environment>,
    chunk_base_path: Option<RcStr>,
    chunk_suffix_path: Option<RcStr>,
    runtime_type: RuntimeType,
    output_root_to_root_path: RcStr,
    generate_source_map: bool,
) -> Vc<Code>
Expand description

Returns the code for the ECMAScript runtime.