Function resolve_source_map_sources

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

Replace the origin prefix in the sources with turbopack:/// and read the the sourceContents from disk.