Class SourceMapEntry

Index

Constructor methods

Properties

Constructor methods

constructor(emittedFile: string, emittedLine: number, emittedColumn: number, sourceFile: string, sourceLine: number, sourceColumn: number, sourceName: string): SourceMapEntry

Parameters

  • emittedFile: string
  • emittedLine: number
  • emittedColumn: number
  • sourceFile: string
  • sourceLine: number
  • sourceColumn: number
  • sourceName: string

Returns

SourceMapEntry

Properties

public emittedColumn: number

public emittedFile: string

public emittedLine: number

public sourceColumn: number

public sourceFile: string

public sourceLine: number

public sourceName: string