pub async fn absolute_fileify_source_map(
map: Option<&Rope>,
context_path: FileSystemPath,
) -> Result<Option<Rope>>Expand description
Turns turbopack:///[project] references in sourcemap sources into absolute file:// uris. This
is useful for debugging environments.