KC's Workspace
Github
Preparing search index...
@kcconfigs/typedoc
<internal>
ScriptReferenceHost
Interface ScriptReferenceHost
interface
ScriptReferenceHost
{
getCompilerOptions
()
:
CompilerOptions
;
getCurrentDirectory
()
:
string
;
getSourceFile
(
fileName
:
string
)
:
SourceFile
|
undefined
;
getSourceFileByPath
(
path
:
Path
)
:
SourceFile
|
undefined
;
}
Hierarchy (
View Summary
)
ScriptReferenceHost
Program
Index
Methods
get
Compiler
Options
get
Current
Directory
get
Source
File
get
Source
File
By
Path
Methods
get
Compiler
Options
getCompilerOptions
()
:
CompilerOptions
Returns
CompilerOptions
get
Current
Directory
getCurrentDirectory
()
:
string
Returns
string
get
Source
File
getSourceFile
(
fileName
:
string
)
:
SourceFile
|
undefined
Parameters
fileName
:
string
Returns
SourceFile
|
undefined
get
Source
File
By
Path
getSourceFileByPath
(
path
:
Path
)
:
SourceFile
|
undefined
Parameters
path
:
Path
Returns
SourceFile
|
undefined
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Methods
get
Compiler
Options
get
Current
Directory
get
Source
File
get
Source
File
By
Path
Github
KC's Workspace
Loading...