* Create a BasicSourceMapConsumer from a SourceMapGenerator. * * @param sourceMap * The source map that will be consumed.
(
sourceMap: SourceMapGenerator,
sourceMapUrl?: SourceMapUrl
)
| 244 | * The source map that will be consumed. |
| 245 | */ |
| 246 | fromSourceMap( |
| 247 | sourceMap: SourceMapGenerator, |
| 248 | sourceMapUrl?: SourceMapUrl |
| 249 | ): Promise<BasicSourceMapConsumer>; |
no outgoing calls
no test coverage detected