Compact assignment syntax does not work in if block
Open
bug
- Dominant language
- JavaScript
- Stars
- 16
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
For example,
```
if true:
var a := 0
```
does not work.
Moreover, the error message `TypeError: can't access property "start", expr.location is undefined` is not informative.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.