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

Method allGeneratedPositionsFor

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

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

Source from the content-addressed store, hash-verified

169 * - column: The column number in the generated source, or null.
170 */
171 allGeneratedPositionsFor(
172 originalPosition: MappedPosition
173 ): NullablePosition[];
174

Callers 3

bench.jsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected