mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Removing binder changes
This commit is contained in:
@@ -3341,9 +3341,6 @@ function createBinder(): (file: SourceFile, options: CompilerOptions) => void {
|
||||
}
|
||||
});
|
||||
}
|
||||
if (namespaceSymbol && namespaceSymbol.valueDeclaration) {
|
||||
if (isAssignmentDeclaration(namespaceSymbol.valueDeclaration)) containerIsClass = false;
|
||||
}
|
||||
if (containerIsClass && namespaceSymbol && namespaceSymbol.valueDeclaration) {
|
||||
addDeclarationToSymbol(namespaceSymbol, namespaceSymbol.valueDeclaration, SymbolFlags.Class);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user