3.7 shipped optional chaining in November and the objection got smaller. allowJs, checkJs and a per-file opt-in — and strictNullChecks, which is the flag that pays.
Lint failures arriving from CI ten minutes after a push are a context switch for something a machine could have fixed before the commit existed — and a…
Hooks are matched to their state by call order, so calling one conditionally shifts every subsequent hook onto the wrong slot — and the failure is data appearing…
Hooks are matched to their state by call order and closures capture by value, and both failure modes are silent — which is exactly the shape of problem…
Lint failures arriving from CI ten minutes after a push are a context switch for something a machine could have fixed automatically before the commit existed. Running only…