Search
Preparing search index...
The search index is not available
ts-node
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
ts-node
TSError
Class TSError
TypeScript diagnostics error.
Hierarchy
BaseError
TSError
Index
Constructors
constructor
Properties
diagnostic
Codes
diagnostic
Text
diagnostics
message
name
stack
Constructors
constructor
new TSError
(
diagnosticText
:
string
, diagnosticCodes
:
number
[]
, diagnostics
?:
readonly
Diagnostic
[]
)
:
TSError
Parameters
diagnosticText:
string
diagnosticCodes:
number
[]
diagnostics:
readonly
Diagnostic
[]
= []
Returns
TSError
Properties
diagnostic
Codes
diagnostic
Codes
:
number
[]
diagnostic
Text
diagnostic
Text
:
string
diagnostics
diagnostics
:
readonly
Diagnostic
[]
message
message
:
string
name
name
:
string
= 'TSError'
stack
stack
:
string
Exports
Node
Loader
HooksAPI1
Node
Loader
HooksAPI2
TSCommon
TSError
constructor
diagnostic
Codes
diagnostic
Text
diagnostics
message
name
stack
Generated using
TypeDoc
TypeScript diagnostics error.