mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 22:32:33 -05:00
Fixed syntactic nullisness semantics for tagged template expressions (#60616)
This commit is contained in:
committed by
GitHub
parent
96410eb655
commit
9fe6c3661c
@@ -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