mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Fixed syntactic nullisness semantics for tagged template expressions (#60616)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user