Event fired when extra libraries registered with the language service change.
Add an additional source file to the language service. Use this
for typescript (definition) files that won't be loaded as editor
documents, like jquery.d.ts
.
The file content
An optional file path
A disposable which will remove the file from the language service upon disposal.
Get current TypeScript compiler options for the language service.
Get the current diagnostics options for the language service.
Get the current setting for whether all existing models should be eagerly sync'd to the worker on start or restart.
Get the current extra libs registered with the language service.
Set TypeScript compiler options.
Configure whether syntactic and/or semantic validation should be performed
Configure if all existing models should be eagerly sync'd to the worker on start or restart.
Remove all existing extra libs and set the additional source
files to the language service. Use this for typescript definition
files that won't be loaded as editor documents, like jquery.d.ts
.
An array of entries to register.
No-op.
Configure webworker options
Generated using TypeDoc
Event fired when compiler options or diagnostics options are changed.