You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/compiler/utilitiesPublic.ts
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1976,7 +1976,6 @@ function isLeftHandSideExpressionKind(kind: SyntaxKind): boolean {
1976
1976
caseSyntaxKind.MetaProperty:
1977
1977
caseSyntaxKind.ImportKeyword: // technically this is only an Expression if it's in a CallExpression
1978
1978
caseSyntaxKind.MissingDeclaration:
1979
-
caseSyntaxKind.SyntheticExpression: // synthetic expressions are only used by the checker to substitute specific types for expression positions, so their precedence does not matter.
0 commit comments