Class SourceMap
- Namespace
- Alternet.Scripter.TypeScript.SourceMaps
- Assembly
- Alternet.Scripter.TypeScript.v9.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
SourceMap
class 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.