kripken/cashew@f729e38#diff-3
The 'true' appears to be inherited from the uglifyjs 1 parser where it could be replaced by one of ['+', '-', '/', '*', ...] to represent the corresponding assignment operators. I don't see any of these complex operators in the asm.js spec - http://asmjs.org/spec/latest/
Two questions:
- Am I correct in saying that those assignment operators aren't used in asm.js?
- Is it desirable to remain compatible with the uglifyjs parser? (fair enough if so)