function Module.findSourceMap
Jump to headingfindSourceMap(path: string,error?: Error,): SourceMap
path
is the resolved path for the file for which a corresponding source map
should be fetched.
Parameters Jump to heading
Jump to headingpath: string
optional
Jump to headingerror: Error
Return Type Jump to heading
Returns module.SourceMap
if a source map is found, undefined
otherwise.