Removed update operators from number unary operators (#5940)
This commit is contained in:
@@ -43,7 +43,7 @@ export const BINARY_OPERATORS = [
|
||||
];
|
||||
|
||||
export const BOOLEAN_UNARY_OPERATORS = ["delete", "!"];
|
||||
export const NUMBER_UNARY_OPERATORS = ["+", "-", "++", "--", "~"];
|
||||
export const NUMBER_UNARY_OPERATORS = ["+", "-", "~"];
|
||||
export const STRING_UNARY_OPERATORS = ["typeof"];
|
||||
export const UNARY_OPERATORS = [
|
||||
"void",
|
||||
|
||||
Reference in New Issue
Block a user