findSourceMap

external fun findSourceMap(path: String): SourceMap?(source)

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

Since

v13.7.0, v12.17.0

Return

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