Function apply_source_mapping

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