File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1588,7 +1588,7 @@ module ts {
1588
1588
/* @internal */
1589
1589
ContainsUndefinedOrNull = 0x00040000 , // Type is or contains Undefined or Null type
1590
1590
/* @internal */
1591
- ContainsObjectLiteral = 0x00080000 , // Type is or contains object literal type
1591
+ ContainsObjectLiteral = 0x00080000 , // Type is or contains object literal type
1592
1592
ESSymbol = 0x00100000 , // Type of symbol primitive introduced in ES6
1593
1593
1594
1594
/* @internal */
@@ -1674,8 +1674,8 @@ module ts {
1674
1674
properties : Symbol [ ] ; // Properties
1675
1675
callSignatures : Signature [ ] ; // Call signatures of type
1676
1676
constructSignatures : Signature [ ] ; // Construct signatures of type
1677
- stringIndexType : Type ; // String index type
1678
- numberIndexType : Type ; // Numeric index type
1677
+ stringIndexType ? : Type ; // String index type
1678
+ numberIndexType ? : Type ; // Numeric index type
1679
1679
}
1680
1680
1681
1681
// Just a place to cache element types of iterables and iterators
You can’t perform that action at this time.
0 commit comments