* Returns all generated line and column information for the original source, * line, and column provided. If no column is provided, returns all mappings * corresponding to a either the line we are searching for or the next * closest line that has any mappings. Otherwise, returns all mapping
(
originalPosition: MappedPosition
)
| 169 | * - column: The column number in the generated source, or null. |
| 170 | */ |
| 171 | allGeneratedPositionsFor( |
| 172 | originalPosition: MappedPosition |
| 173 | ): NullablePosition[]; |
| 174 |
no outgoing calls
no test coverage detected