Constructor MappingEntry
- Namespace
- Alternet.Scripter.TypeScript.SourceMaps
- Assembly
- Alternet.Scripter.TypeScript.v9.dll
MappingEntry(SourcePosition, SourcePosition, string, string)
Initializes a new instance of the MappingEntry
class with specified parameters.
public MappingEntry(SourcePosition generatedSourcePosition, SourcePosition originalSourcePosition, string originalName, string originalFileName)
Parameters
generatedSourcePosition
SourcePositionThe location of the line of code in the transformed code
originalSourcePosition
SourcePositionThe location of the code in the original source code
originalName
stringThe original name of the code referenced by this mapping entry
originalFileName
stringThe name of the file that originally contained this code