Class SourceMap
- Namespace
- Alternet.Scripter.TypeScript.SourceMaps
- Assembly
- Alternet.Scripter.TypeScript.v10.dll
Represents properties and methods to map between original source code and generated source code.
public class SourceMap- Inheritance
- 
      
      SourceMap
Constructors
- SourceMap(string, SourceMap)
- Initializes a new instance of the - SourceMapclass with specified parameters.
Properties
- GeneratedFileName
- Gets name of the generated file. 
Methods
- GetMappingEntryForGeneratedSourcePosition(SourcePosition)
- Finds entry for specified position in the generated source code. 
- GetMappingEntryForOriginalSourcePosition(string, SourcePosition)
- Finds entry for specified position in the original source code.