mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
MetaProperty is possibly nullish (#60440)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user