toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-typescript
/
typescript
/
IncrementalProgramOptions
Incremental
Program
Options
sealed
external
interface
IncrementalProgramOptions
<
T
:
BuilderProgram
>
(
source
)
Members
Properties
config
File
Parsing
Diagnostics
Link copied to clipboard
abstract
var
configFileParsingDiagnostics
:
ReadonlyArray
<
Diagnostic
>
?
create
Program
Link copied to clipboard
abstract
var
createProgram
:
CreateProgram
<
T
>
?
host
Link copied to clipboard
abstract
var
host
:
CompilerHost
?
options
Link copied to clipboard
abstract
var
options
:
CompilerOptions
project
References
Link copied to clipboard
abstract
var
projectReferences
:
ReadonlyArray
<
ProjectReference
>
?
root
Names
Link copied to clipboard
abstract
var
rootNames
:
ReadonlyArray
<
String
>