@servicenow/sdk - v4.4.1
Preparing search index...
@servicenow/sdk/api
tsc
ScriptReferenceHost
Interface ScriptReferenceHost
interface
ScriptReferenceHost
{
getCompilerOptions
()
:
tsc
.
CompilerOptions
;
getCurrentDirectory
()
:
string
;
getSourceFile
(
fileName
:
string
)
:
tsc
.
SourceFile
|
undefined
;
getSourceFileByPath
(
path
:
tsc
.
Path
)
:
tsc
.
SourceFile
|
undefined
;
}
Hierarchy (
View Summary
)
ScriptReferenceHost
tsc
.
Program
Index
Methods
get
Compiler
Options
get
Current
Directory
get
Source
File
get
Source
File
By
Path
Methods
get
Compiler
Options
getCompilerOptions
()
:
tsc
.
CompilerOptions
Returns
tsc
.
CompilerOptions
get
Current
Directory
getCurrentDirectory
()
:
string
Returns
string
get
Source
File
getSourceFile
(
fileName
:
string
)
:
tsc
.
SourceFile
|
undefined
Parameters
fileName
:
string
Returns
tsc
.
SourceFile
|
undefined
get
Source
File
By
Path
getSourceFileByPath
(
path
:
tsc
.
Path
)
:
tsc
.
SourceFile
|
undefined
Parameters
path
:
tsc
.
Path
Returns
tsc
.
SourceFile
|
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
Compiler
Options
get
Current
Directory
get
Source
File
get
Source
File
By
Path
@servicenow/sdk - v4.4.1
Loading...