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

Method generatedPositionFor

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

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

Source from the content-addressed store, hash-verified

146 * - column: The column number in the generated source, or null.
147 */
148 generatedPositionFor(
149 originalPosition: MappedPosition & { bias?: number }
150 ): NullablePosition;
151

Callers 4

generatedPositionForMethod · 0.65
assertMappingFunction · 0.65
testMappingActionFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected