Skip to content

Commit f141202

Browse files
authored
Update PLUS_EQUAL token to use '+=' operator
1 parent 0f3a087 commit f141202

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/compiler/tokens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const TokenTypes = {
1717
LT: "<",
1818
GT: ">",
1919
INCREMENT: "++",
20-
PLUS_EQUAL: "+",
20+
PLUS_EQUAL: "+=",
2121
PLUS: "+",
2222
DECREMENT: "--",
2323
MINUS_EQUAL: "-=",

0 commit comments

Comments
 (0)