Adds the logical assignment operators ||=, &&=, and ??= to JavaScript.
This rounds out the compound assignment operators to also include logical binary operators. Currently only mathematical and bitwise binary operators are supported. This is an incremental improvement for shipping terser, clearer JS.
Docs: https://github.com/tc39/proposal-logical-assignment/blob/master/README.md
Explainers: https://github.com/tc39/proposal-logical-assignment/blob/master/README.md