Preparing search index...
The search index is not available
Misti
Misti
internals/tact/util
collectConditions
Function collectConditions
collect
Conditions
(
node
,
__namedParameters
?
)
:
AstExpression
[]
Collects all the conditions from the conditional, including
if
and
else if
statements.
Parameters
node
:
AstStatementCondition
__namedParameters
:
Partial
<
{
nonEmpty
:
boolean
;
}
>
= {}
Returns
AstExpression
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Misti
Loading...
Collects all the conditions from the conditional, including
if
andelse if
statements.