emscripten-core / emscripten

Emscripten: An LLVM-to-WebAssembly Compiler
Other
25.36k stars 3.25k forks source link

Use JS optional chaining in more places. NFC #22087

Closed sbc100 closed 3 weeks ago

sbc100 commented 3 weeks ago

.

RReverser commented 3 weeks ago

Looks like ??= was added in exactly the Chrome/Firefox/Safari minimum versions we support by default, convenient...

It's because we bumped versions we support specifically to support that operator during the first mass-refactor PR 😅

kripken commented 3 weeks ago

Oh cool :laughing: no coincidence then...