jsdoc-type-pratt-parser
Preparing search index...
src
parseNamePath
Function parseNamePath
parseNamePath
(
expression
:
string
,
mode
:
ParseMode
,
__namedParameters
?:
{
includeSpecial
?:
boolean
}
,
)
:
RootResult
This function parses the given expression in the given mode and produces a name path.
Parameters
expression
:
string
mode
:
ParseMode
__namedParameters
:
{
includeSpecial
?:
boolean
}
= {}
Returns
RootResult
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
jsdoc-type-pratt-parser
Loading...
This function parses the given expression in the given mode and produces a name path.