Function apply_source_mapping

Source
pub async fn apply_source_mapping(
    text: &str,
    assets_for_source_mapping: Vc<AssetsForSourceMapping>,
    root: FileSystemPath,
    project_dir: FileSystemPath,
    formatting_mode: FormattingMode,
) -> Result<Cow<'_, str>>