Type-stripping (used in Node's *.ts support) continues to pay dividends 👍
Masaki Hara found some type syntax that was unexpectedly not erasable: adding type assertions changed the precedence of the underlying JS code 😮
Anders on the TypeScript team universally fixed it in TS 7.0 via new errors 🎉