add support for js syntax `x ??= 1`
Closed this issue · 1 comments
i18nsite commented
add support for js syntax x ??= 1
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Nullish_coalescing_assignment
vendethiel commented
CoffeeScript already provides this with x ?= 1.