mozilla / rhino

Rhino is an open-source implementation of JavaScript written entirely in Java
https://rhino.github.io
Other
4.18k stars 851 forks source link

Nullish assign operator `??=` #1705

Closed andreabergia closed 3 weeks ago

andreabergia commented 1 month ago

Implements the nullish assign operator ??=.

This PR is stacked on top of #1702. The only new commit is this: https://github.com/mozilla/rhino/commit/005371f3fb972ec12ca6af0054008982cf6fbb48

Should close https://github.com/mozilla/rhino/issues/936

andreabergia commented 1 month ago

Rebased on top of master

rbri commented 4 weeks ago

another step forward, like to see this on head - thanks

gbrail commented 3 weeks ago

Thanks -- looking good, just needs another rebase. Thanks!

andreabergia commented 3 weeks ago

Thanks -- looking good, just needs another rebase. Thanks!

Just did it!

gbrail commented 3 weeks ago

Looks good -- thanks!