Fixed syntactic nullisness semantics for tagged template expressions (#60616)

This commit is contained in:
Mateusz Burzyński
2024-11-27 00:17:29 +01:00
committed by GitHub
parent 96410eb655
commit 9fe6c3661c
6 changed files with 117 additions and 2 deletions

View File

@@ -39927,6 +39927,7 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker {
switch (node.kind) {
case SyntaxKind.AwaitExpression:
case SyntaxKind.CallExpression:
case SyntaxKind.TaggedTemplateExpression:
case SyntaxKind.ElementAccessExpression:
case SyntaxKind.MetaProperty:
case SyntaxKind.NewExpression: