toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-typescript
/
typescript
/
ParsedCommandLine
Parsed
Command
Line
sealed
external
interface
ParsedCommandLine
(
source
)
Either a parsed command line or a parsed tsconfig.json
Members
Properties
compile
On
Save
Link copied to clipboard
abstract
var
compileOnSave
:
Boolean
?
errors
Link copied to clipboard
abstract
var
errors
:
ReadonlyArray
<
Diagnostic
>
file
Names
Link copied to clipboard
abstract
var
fileNames
:
ReadonlyArray
<
String
>
options
Link copied to clipboard
abstract
var
options
:
CompilerOptions
project
References
Link copied to clipboard
abstract
var
projectReferences
:
ReadonlyArray
<
ProjectReference
>
?
raw
Link copied to clipboard
abstract
var
raw
:
Any
?
type
Acquisition
Link copied to clipboard
abstract
var
typeAcquisition
:
TypeAcquisition
?
watch
Options
Link copied to clipboard
abstract
var
watchOptions
:
WatchOptions
?
wildcard
Directories
Link copied to clipboard
abstract
var
wildcardDirectories
:
MapLike
<
WatchDirectoryFlags
>
?