Preparing search index...
The search index is not available
Markuplit API
Markuplit API
@markuplint/parser-utils
ParserError
Class ParserError
Hierarchy
Error
ParserError
Index
Constructors
constructor
Properties
col
line
name
node
Name
raw
Constructors
constructor
new
Parser
Error
(
message
:
string
, __namedParameters
:
{
col
?:
number
;
line
?:
number
;
nodeName
?:
null
|
string
;
raw
?:
string
;
}
)
:
ParserError
Parameters
message:
string
__namedParameters:
{
col
?:
number
;
line
?:
number
;
nodeName
?:
null
|
string
;
raw
?:
string
;
}
Optional
Readonly
col
?:
number
Optional
Readonly
line
?:
number
Optional
Readonly
node
Name
?:
null
|
string
Optional
Readonly
raw
?:
string
Returns
ParserError
Properties
Readonly
col
col
:
number
Readonly
line
line
:
number
name
name
:
string
= 'ParserError'
Readonly
node
Name
node
Name
:
null
|
string
Readonly
raw
raw
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
Markuplit API
@markuplint/file-
resolver
@markuplint/html-
parser
@markuplint/i18n
@markuplint/ml-
ast
@markuplint/ml-
config
@markuplint/ml-
core
@markuplint/ml-
spec
@markuplint/parser-
utils
@markuplint/selector
@markuplint/test-
tools
@markuplint/types
markuplint
Parser
Error
constructor
col
line
name
node
Name
raw
Generated using
TypeDoc