Module utils

Module utils 

Source

Functions§

absolute_fileify_source_map
Turns turbopack:///[project] references in sourcemap sources into absolute file:// uris. This is useful for debugging environments.
add_default_ignore_list
relative_fileify_source_map
Turns turbopack:///[project] references in sourcemap sources into relative ‘./’ prefixed uris. This is useful in server environments and especially build environments.
resolve_source_map_sources
Replace the origin prefix in the file and sources with turbopack:/// and read the sourceContents from disk.