LogicalExpression
Interface: LogicalExpression
Defined in: ast/nodes.ts:66
Логическая операция: && || ??
Extends
Properties
end?
optionalend:number
Defined in: ast/nodes.ts:8
Inherited from
left
left:
ExpressionNode
Defined in: ast/nodes.ts:69
operator
operator:
"??"|"&&"| "||"
Defined in: ast/nodes.ts:68
right
right:
ExpressionNode
Defined in: ast/nodes.ts:70
start?
optionalstart:number
Defined in: ast/nodes.ts:7
Inherited from
type
type:
"LogicalExpression"
Defined in: ast/nodes.ts:67