Function compile_with_driver_for_browser

Source
pub fn compile_with_driver_for_browser<D>(
    source_file: &Path,
    source_text: &str,
    driver: &mut D,
) -> Result<(), CompileError<D::Error>>
where D: Driver,
Expand description

Compile a browser source file through the full pipeline using driver hooks.