MCPcopy
hub / github.com/mozilla/source-map / originalPositionFor

Method originalPositionFor

source-map.d.ts:125–125  ·  view source on GitHub ↗

* 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 }
  )

Source from the content-addressed store, hash-verified

123 * - name: The original identifier, or null.
124 */
125 originalPositionFor(
126 generatedPosition: Position & { bias?: number }
127 ): NullableMappedPosition;
128

Callers 9

originalPositionForMethod · 0.65
applySourceMapMethod · 0.65
assertMappingFunction · 0.65
testMappingActionFunction · 0.65
composeSourceMapsFunction · 0.65
bench.jsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected