Table of Contents

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 SourcePosition

Position in the generated source code.

Returns

MappingEntry

MappingEntry if succeed; otherwise null.