MetaProperty is possibly nullish (#60440)

This commit is contained in:
Ryan Cavanaugh
2024-11-06 13:06:12 -08:00
committed by GitHub
parent 30979c2651
commit 55f1248a20
6 changed files with 63 additions and 0 deletions

View File

@@ -39911,6 +39911,7 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker {
case SyntaxKind.AwaitExpression:
case SyntaxKind.CallExpression:
case SyntaxKind.ElementAccessExpression:
case SyntaxKind.MetaProperty:
case SyntaxKind.NewExpression:
case SyntaxKind.PropertyAccessExpression:
case SyntaxKind.YieldExpression: