* Returns the original source, line, and column information for the generated * source's line and column positions provided. The only argument is an object * with the following properties: * * - line: The line number in the generated source. * - column: The column number in the ge
(
generatedPosition: Position & { bias?: number }
)
| 123 | * - name: The original identifier, or null. |
| 124 | */ |
| 125 | originalPositionFor( |
| 126 | generatedPosition: Position & { bias?: number } |
| 127 | ): NullableMappedPosition; |
| 128 |
no outgoing calls
no test coverage detected