Table of Contents

Class CompiledFile

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

Represents a particular compiled script file.

public class CompiledFile
Inheritance
CompiledFile

Constructors

CompiledFile(string, string, SourceMap)

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

Properties

InputFilePath

Gets full file name of the original script code.

OutputFilePath

Gets full file name of the generated script code.

SourceMap

Gets a SourceMap to bound original and generated code.