Added type serialization for intersection types

This commit is contained in:
Ron Buckton 2015-07-10 13:56:00 -07:00
parent a894f04495
commit bba6d1e564

View File

@ -4878,6 +4878,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, Promi
case SyntaxKind.TypeQuery:
case SyntaxKind.TypeLiteral:
case SyntaxKind.UnionType:
case SyntaxKind.IntersectionType:
case SyntaxKind.AnyKeyword:
break;