We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd1e1f commit 8943c39Copy full SHA for 8943c39
src/compiler/checker.ts
@@ -11073,14 +11073,6 @@ module ts {
11073
return links.generatedName;
11074
}
11075
11076
- function getLocalNameOfContainer(container: ModuleDeclaration | EnumDeclaration): string {
11077
- return getGeneratedNameForNode(container);
11078
- }
11079
-
11080
- function getLocalNameForImportDeclaration(node: ImportDeclaration): string {
11081
- return getGeneratedNameForNode(node);
11082
11083
11084
function getAliasNameSubstitution(symbol: Symbol): string {
11085
let declaration = getDeclarationOfAliasSymbol(symbol);
11086
if (declaration && declaration.kind === SyntaxKind.ImportSpecifier) {
0 commit comments