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
sourceContent
s from disk.