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>>
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>>