Table of Contents

Constructor InMemoryRunnableScript

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

InMemoryRunnableScript(string, SourceMap)

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

public InMemoryRunnableScript(string scriptCode, SourceMap sourceMap)

Parameters

scriptCode string

Script code to compile.

sourceMap SourceMap

SourceMap for this new instance.