DenoDeno.lint.BinaryExpressioninterface Deno.lint.BinaryExpressionunstableCompare left and right value with the specifier operator. Properties ##type: "BinaryExpression" #range: Range #operator: "&" | "**" | "*" | "||" | "|" | "^" | "===" | "==" | "!==" | "!=" | ">=" | ">>>" | ">>" | ">" | "in" | "instanceof" | "<=" | "<<" | "<" | "-" | "%" | "+" | "/" #left: Expression | PrivateIdentifier #right: Expression
interface Deno.lint.BinaryExpressionunstableCompare left and right value with the specifier operator. Properties ##type: "BinaryExpression" #range: Range #operator: "&" | "**" | "*" | "||" | "|" | "^" | "===" | "==" | "!==" | "!=" | ">=" | ">>>" | ">>" | ">" | "in" | "instanceof" | "<=" | "<<" | "<" | "-" | "%" | "+" | "/" #left: Expression | PrivateIdentifier #right: Expression