Skip to content

Commit 9ade49c

Browse files
fix issue with suffix ++
1 parent b2380df commit 9ade49c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/expr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ prefix('(', function() {
8888
})
8989
prefix('++')
9090
prefix('--')
91-
suffix('--')
91+
suffix('++')
9292
suffix('--')
9393

9494
assignment('=')

0 commit comments

Comments
 (0)