Skip to content

Commit 1886e24

Browse files
Use LastKeyword for LastContextualKeyword
1 parent 1e445bf commit 1886e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ export const enum SyntaxKind {
488488
FirstJSDocTagNode = JSDocTag,
489489
LastJSDocTagNode = JSDocImportTag,
490490
/** @internal */ FirstContextualKeyword = AbstractKeyword,
491-
/** @internal */ LastContextualKeyword = DeferKeyword,
491+
/** @internal */ LastContextualKeyword = LastKeyword,
492492
}
493493

494494
export type TriviaSyntaxKind =

0 commit comments

Comments
 (0)