Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SourceMapConsumer

Index

Constructors

constructor

Properties

Static GENERATED_ORDER

GENERATED_ORDER: number

Static GREATEST_LOWER_BOUND

GREATEST_LOWER_BOUND: number

Static LEAST_UPPER_BOUND

LEAST_UPPER_BOUND: number

Static ORIGINAL_ORDER

ORIGINAL_ORDER: number

Methods

allGeneratedPositionsFor

  • Parameters

    Returns Position[]

computeColumnSpans

  • computeColumnSpans(): void
  • Returns void

eachMapping

  • eachMapping(callback: function, context?: any, order?: number): void
  • Parameters

    • callback: function
    • Optional context: any
    • Optional order: number

    Returns void

generatedPositionFor

hasContentsOfAllSources

  • hasContentsOfAllSources(): boolean
  • Returns boolean

originalPositionFor

sourceContentFor

  • sourceContentFor(source: string, returnNullOnMissing?: boolean): string
  • Parameters

    • source: string
    • Optional returnNullOnMissing: boolean

    Returns string

Generated using TypeDoc