TypeScript: 制限されたコンテキストで var を利用して、特定のランタイム TDZ チェックをリードする
This issue aims to explain and track some optimization work within the TypeScript compiler and language service. As of TypeScript 5.0, the project’s output target was switched from es5 to es2018 as part of a transition to ECMAScript modules. This meant that TypeScript could rely on the emit for native (and often more-succinct) syntax supported…