Simplified JS prototype class inference

This commit is contained in:
Ryan Cavanaugh
2015-12-04 14:58:32 -08:00
parent 6bb62d6daf
commit fcd00a59d2
6 changed files with 27 additions and 110 deletions

View File

@@ -2237,7 +2237,6 @@ namespace ts {
declaration: SignatureDeclaration; // Originating declaration
typeParameters: TypeParameter[]; // Type parameters (undefined if non-generic)
parameters: Symbol[]; // Parameters
kind: SignatureKind; // Call or Construct
typePredicate?: TypePredicate; // Type predicate
/* @internal */
resolvedReturnType: Type; // Resolved return type