Table of Contents

Constructor CompiledFile

Namespace
Alternet.Scripter.TypeScript
Assembly
Alternet.Scripter.TypeScript.v9.dll

CompiledFile(string, string, SourceMap)

Initializes a new instance of the CompiledFile class with specified parameters.

public CompiledFile(string inputFilePath, string outputFilePath, SourceMap sourceMap)

Parameters

inputFilePath string

Full file name of the original script code.

outputFilePath string

Full file name of the generated script code.

sourceMap SourceMap

SourceMap to bound original and generated code.