Function fileify_source_map

Source
pub async fn fileify_source_map(
    map: Option<&Rope>,
    context_path: Vc<FileSystemPath>,
) -> Result<Option<Rope>>
Expand description

Turns turbopack:///[project] references in sourcemap sources into absolute file:// uris. This is useful for debugging environments.