Method GetMappingEntryForGeneratedSourcePosition
- Namespace
- Alternet.Scripter.TypeScript.SourceMaps
- Assembly
- Alternet.Scripter.TypeScript.v9.dll
GetMappingEntryForGeneratedSourcePosition(SourcePosition)
Finds entry for specified position in the generated source code.
public MappingEntry GetMappingEntryForGeneratedSourcePosition(SourcePosition generatedSourcePosition)
Parameters
generatedSourcePosition
SourcePositionPosition in the generated source code.
Returns
- MappingEntry
MappingEntry if succeed; otherwise null.