Skip to content

Commit

Permalink
Update needsParentheses.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rimuy authored Feb 7, 2024
1 parent c1e3bbf commit 2d99a19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/LuauRenderer/util/needsParentheses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const BINARY_OPERATOR_PRECEDENCE: { [K in luau.BinaryOperator]: number } = {
"-": 5,
"*": 6,
"/": 6,
"//": 6,
"%": 6,
"^": 8,
};
Expand Down

0 comments on commit 2d99a19

Please sign in to comment.