* Returns the generated line and column information for the original source, * line, and column positions provided. The only argument is an object with * the following properties: * * - source: The filename of the original source. * - line: The line number in the original source.
(
originalPosition: MappedPosition & { bias?: number }
)
| 146 | * - column: The column number in the generated source, or null. |
| 147 | */ |
| 148 | generatedPositionFor( |
| 149 | originalPosition: MappedPosition & { bias?: number } |
| 150 | ): NullablePosition; |
| 151 |
no outgoing calls
no test coverage detected