We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fbe983 commit ad3dc20Copy full SHA for ad3dc20
2 files changed
tests/baselines/reference/api/tsserverlibrary.d.ts
@@ -2040,6 +2040,7 @@ declare namespace ts {
2040
ObjectLiteral = 128,
2041
EvolvingArray = 256,
2042
ObjectLiteralPatternWithComputedProperties = 512,
2043
+ ContainsSpread = 1024,
2044
ClassOrInterface = 3,
2045
}
2046
interface ObjectType extends Type {
tests/baselines/reference/api/typescript.d.ts
0 commit comments