@servicenow/sdk - v4.4.1
Preparing search index...
@servicenow/sdk/api
tsc
ModuleResolutionHost
Interface ModuleResolutionHost
interface
ModuleResolutionHost
{
useCaseSensitiveFileNames
?:
boolean
|
(
()
=>
boolean
)
;
directoryExists
?
(
directoryName
:
string
)
:
boolean
;
fileExists
(
fileName
:
string
)
:
boolean
;
getCurrentDirectory
?
()
:
string
;
getDirectories
?
(
path
:
string
)
:
string
[]
;
readFile
(
fileName
:
string
)
:
string
|
undefined
;
realpath
?
(
path
:
string
)
:
string
;
trace
?
(
s
:
string
)
:
void
;
}
Hierarchy (
View Summary
)
ModuleResolutionHost
ParseConfigHost
MinimalResolutionCacheHost
CompilerHost
Implemented by
tsc
.
server
.
Project
Index
Properties
use
Case
Sensitive
File
Names?
Methods
directory
Exists?
file
Exists
get
Current
Directory?
get
Directories?
read
File
realpath?
trace?
Properties
Optional
use
Case
Sensitive
File
Names
useCaseSensitiveFileNames
?:
boolean
|
(
()
=>
boolean
)
Methods
Optional
directory
Exists
directoryExists
?
(
directoryName
:
string
)
:
boolean
Parameters
directoryName
:
string
Returns
boolean
file
Exists
fileExists
(
fileName
:
string
)
:
boolean
Parameters
fileName
:
string
Returns
boolean
Optional
get
Current
Directory
getCurrentDirectory
?
()
:
string
Returns
string
Optional
get
Directories
getDirectories
?
(
path
:
string
)
:
string
[]
Parameters
path
:
string
Returns
string
[]
read
File
readFile
(
fileName
:
string
)
:
string
|
undefined
Parameters
fileName
:
string
Returns
string
|
undefined
Optional
realpath
realpath
?
(
path
:
string
)
:
string
Resolve a symbolic link.
Parameters
path
:
string
Returns
string
See
https://nodejs.org/api/fs.html#fs_fs_realpathsync_path_options
Optional
trace
trace
?
(
s
:
string
)
:
void
Parameters
s
:
string
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
use
Case
Sensitive
File
Names
Methods
directory
Exists
file
Exists
get
Current
Directory
get
Directories
read
File
realpath
trace
@servicenow/sdk - v4.4.1
Loading...
Resolve a symbolic link.