FfindSourceMap
Bun

function

module.default.findSourceMap

function findSourceMap(
path: string
): undefined | SourceMap;

path is the resolved path for the file for which a corresponding source map should be fetched.

@returns

Returns module.SourceMap if a source map is found, undefined otherwise.