toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-typescript
/
typescript
/
ScriptReferenceHost
Script
Reference
Host
sealed
external
interface
ScriptReferenceHost
(
source
)
Inheritors
Program
Members
Functions
get
Compiler
Options
Link copied to clipboard
abstract
fun
getCompilerOptions
(
)
:
CompilerOptions
get
Current
Directory
Link copied to clipboard
abstract
fun
getCurrentDirectory
(
)
:
String
get
Source
File
Link copied to clipboard
abstract
fun
getSourceFile
(
fileName
:
String
)
:
SourceFile
?
get
Source
File
By
Path
Link copied to clipboard
abstract
fun
getSourceFileByPath
(
path
:
Path
)
:
SourceFile
?