BrowserWorks / Waterfox-Classic

The Waterfox Classic repository, for legacy systems and customisation.
https://classic.waterfox.net
Mozilla Public License 2.0
175 stars 34 forks source link

Logical assignment operators #118

Closed buttercookie42 closed 1 year ago

buttercookie42 commented 2 years ago

This issue is a placeholder to tentatively announce that as part of what turns out be my ongoing backporting series, I have a series of patches that backport support for the logical assignment operators ??=, ||= and &&=. Together with the preceding patches for nullish coalescing and optional chaining, this e.g. unbreaks the Plesk website hosting panel in Waterfox.

Pull request will follow once the preceding parts have been merged, as Github doesn't support stacked pull requests across repositories and some of these pull requests are already monstrously large enough without merging all of them together in one even bigger pile.