mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-04 14:08:20 -06:00
Accept new baselines
This commit is contained in:
parent
de1ebb4a84
commit
8cb9ac9ab0
@ -2192,6 +2192,7 @@ declare namespace ts {
|
||||
indexType: Type;
|
||||
constraint?: Type;
|
||||
}
|
||||
type TypeVariable = TypeParameter | IndexedAccessType;
|
||||
interface IndexType extends InstantiableType {
|
||||
type: InstantiableType | UnionOrIntersectionType;
|
||||
}
|
||||
@ -2216,7 +2217,7 @@ declare namespace ts {
|
||||
resolvedFalseType?: Type;
|
||||
}
|
||||
interface SubstitutionType extends InstantiableType {
|
||||
typeParameter: TypeParameter;
|
||||
typeVariable: TypeVariable;
|
||||
substitute: Type;
|
||||
}
|
||||
enum SignatureKind {
|
||||
|
||||
@ -2192,6 +2192,7 @@ declare namespace ts {
|
||||
indexType: Type;
|
||||
constraint?: Type;
|
||||
}
|
||||
type TypeVariable = TypeParameter | IndexedAccessType;
|
||||
interface IndexType extends InstantiableType {
|
||||
type: InstantiableType | UnionOrIntersectionType;
|
||||
}
|
||||
@ -2216,7 +2217,7 @@ declare namespace ts {
|
||||
resolvedFalseType?: Type;
|
||||
}
|
||||
interface SubstitutionType extends InstantiableType {
|
||||
typeParameter: TypeParameter;
|
||||
typeVariable: TypeVariable;
|
||||
substitute: Type;
|
||||
}
|
||||
enum SignatureKind {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user