* Iterate over each mapping between an original source/line/column and a * generated line/column in this source map. * * @param callback * The function that is called with each mapping. * @param context * Optional. If specified, this object will be the value of `this`
(
callback: (mapping: MappingItem) => void,
context?: any,
order?: number
)
| 205 | * `SourceMapConsumer.GENERATED_ORDER`. |
| 206 | */ |
| 207 | eachMapping( |
| 208 | callback: (mapping: MappingItem) => void, |
| 209 | context?: any, |
| 210 | order?: number |
no outgoing calls
no test coverage detected