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