Simplify checkTypeParameterListsIdentical

This commit is contained in:
Ron Buckton
2017-02-03 16:34:42 -08:00
parent 6ffcbf5b9c
commit 5bb2fe03ea
13 changed files with 152 additions and 110 deletions
+1
View File
@@ -2725,6 +2725,7 @@
isDiscriminantProperty?: boolean; // True if discriminant synthetic property
resolvedExports?: SymbolTable; // Resolved exports of module
exportsChecked?: boolean; // True if exports of external module have been checked
typeParametersChecked?: boolean; // True if type parameters of merged class and interface declarations have been checked.
isDeclarationWithCollidingName?: boolean; // True if symbol is block scoped redeclaration
bindingElement?: BindingElement; // Binding element associated with property symbol
exportsSomeValue?: boolean; // True if module exports some value (not just types)