15:57
<keith_miller>
Apparently esbuild now minifies typeof x === "undefined" -> typeof x>"u". I can't wait until this optimization results in someone's new primitive type getting rejected because it starts with e.g. v and makes everyone's code size bigger.
17:13
<Richard Gibson (away until Aug 31)>
argh, whyyyyy? It's not even shorter than x===void 0!
17:18
<nicolo-ribaudo>
The second one throws when x is not defined though :P