jsdoc-type-pratt-parser
Preparing search index...
src
SpecialNamePath
Interface SpecialNamePath<Type>
A module type. Often this is a
left
type of
NamePathResult
.
interface
SpecialNamePath
<
Type
extends
SpecialNamePathType
=
SpecialNamePathType
,
>
{
loc
?:
{
end
:
{
column
:
number
;
line
:
number
}
;
start
:
{
column
:
number
;
line
:
number
}
;
}
;
meta
:
{
quote
:
QuoteStyle
|
undefined
}
;
range
?:
[
number
,
number
]
;
specialType
:
Type
;
type
:
"JsdocTypeSpecialNamePath"
;
value
:
string
;
}
Type Parameters
Type
extends
SpecialNamePathType
=
SpecialNamePathType
Hierarchy (
View Summary
)
BaseNode
SpecialNamePath
Index
Properties
loc?
meta
range?
special
Type
type
value
Properties
Optional
loc
loc
?:
{
end
:
{
column
:
number
;
line
:
number
}
;
start
:
{
column
:
number
;
line
:
number
}
;
}
meta
meta
:
{
quote
:
QuoteStyle
|
undefined
}
Optional
range
range
?:
[
number
,
number
]
special
Type
specialType
:
Type
type
type
:
"JsdocTypeSpecialNamePath"
value
value
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
loc
meta
range
special
Type
type
value
jsdoc-type-pratt-parser
Loading...
A module type. Often this is a
lefttype of NamePathResult.