Skip to main content

preprocess_async

Function preprocess_async 

Source
pub async fn preprocess_async(
    source: &str,
    options: PreprocessOptions,
) -> Result<PreprocessResult, CompileError>
Expand description

Run one or more preprocessors over a component source string asynchronously.