We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3129c10 + f3dd0b0 commit b5d55c5Copy full SHA for b5d55c5
2 files changed
src/compiler/binder.ts
@@ -2789,6 +2789,7 @@ namespace ts {
2789
2790
case SyntaxKind.AnyKeyword:
2791
case SyntaxKind.NumberKeyword:
2792
+ case SyntaxKind.NeverKeyword:
2793
case SyntaxKind.StringKeyword:
2794
case SyntaxKind.BooleanKeyword:
2795
case SyntaxKind.SymbolKeyword:
src/compiler/transformers/ts.ts
@@ -256,6 +256,7 @@ namespace ts {
256
257
258
259
260
case SyntaxKind.VoidKeyword:
261
262
case SyntaxKind.ConstructorType:
0 commit comments