Extends

Methods

M getCancellationToken() ts.CancellationToken

Returns: { ts.CancellationToken }

M getCompilationSettings() ts.CompilerOptions

Returns: { ts.CompilerOptions }

M getCurrentDirectory() string

Returns: { string }

M getDefaultLibFilename(options: ts.CompilerOptions) string

Parameters:
Name Type
options ts.CompilerOptions
Returns: { string }

M getLocalizedDiagnosticMessages() any

Returns: { any }

M getScriptFileNames() string[]

Returns: { Array.<string> }

M getScriptIsOpen(fileName: string) boolean

Parameters:
Name Type
fileName string
Returns: { boolean }

M getScriptSnapshot(fileName: string) ts.IScriptSnapshot

Parameters:
Name Type
fileName string
Returns: { ts.IScriptSnapshot }

M getScriptVersion(fileName: string) string

Parameters:
Name Type
fileName string
Returns: { string }

M log(s: string) void

Parameters:
Name Type
s string
Inherited From:
Returns: { void }