Skip to content

Fix a code generation bug when incrementing a variable.

Pre-release
Pre-release
Compare
Choose a tag to compare
@haroldo-ok haroldo-ok released this 20 Feb 14:08
· 230 commits to master since this release
9d28c96

Version 0.10.1 fixes a code generation bug when incrementing a variable.

The block "change 'some variable' by..." was generating incorrect, non-compilable code (ex: Timer = (typeof Timer == 'number' ? Timer : 0) + 1); this version fixes this bug.