Functions§
- absolute_
fileify_ source_ map - Turns
turbopack:///[project]references in sourcemap sources into absolutefile://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
fileandsourceswithturbopack:///and read thesourceContents from disk.