Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
LogicalExpression
operator
1 parent 06c2d9b commit 9e343fdCopy full SHA for 9e343fd
packages/ast-spec/src/expression/LogicalExpression/spec.ts
@@ -3,4 +3,5 @@ import type { BinaryExpressionBase } from '../../base/BinaryExpressionBase';
3
4
export interface LogicalExpression extends BinaryExpressionBase {
5
type: AST_NODE_TYPES.LogicalExpression;
6
+ operator: '??' | '&&' | '||';
7
}
0 commit comments