8000 Added type serialization for intersection types · cloudpeng/TypeScript@bba6d1e · GitHub
[go: up one dir, main page]

Skip to content

Commit bba6d1e

Browse files
committed
Added type serialization for intersection types
1 parent a894f04 commit bba6d1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/compiler/emitter.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4878,6 +4878,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, Promi
48784878
case SyntaxKind.TypeQuery:
48794879
case SyntaxKind.TypeLiteral:
48804880
case SyntaxKind.UnionType:
4881+
case SyntaxKind.IntersectionType:
48814882
case SyntaxKind.AnyKeyword:
48824883
break;
48834884

0 commit comments

Comments
 (0)
0