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