path
is the resolved path for the file for which a corresponding source map should be fetched.
function
module.default.findSourceMap
path: string
@returns
Returns module.SourceMap
if a source map is found, undefined
otherwise.
function
path
is the resolved path for the file for which a corresponding source map should be fetched.
Returns module.SourceMap
if a source map is found, undefined
otherwise.