Skip to content

Commit f8103b5

Browse files
committed
Update LastJSDoc[Tag]Node
1 parent 5c2ba01 commit f8103b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/compiler/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,9 +377,9 @@ namespace ts {
377377
LastBinaryOperator = CaretEqualsToken,
378378
FirstNode = QualifiedName,
379379
FirstJSDocNode = JSDocTypeExpression,
380-
LastJSDocNode = JSDocTypeLiteral,
380+
LastJSDocNode = JSDocStringLiteralType,
381381
FirstJSDocTagNode = JSDocComment,
382-
LastJSDocTagNode = JSDocTypeLiteral
382+
LastJSDocTagNode = JSDocStringLiteralType
383383
}
384384

385385
export const enum NodeFlags {

0 commit comments

Comments
 (0)