Function resolve_source_map_sources

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

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