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