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 b53d409 commit b4ad6abCopy full SHA for b4ad6ab
src/compiler/checker.ts
@@ -8419,7 +8419,7 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker {
8419
if (r) { specifier = r; }
8420
}
8421
return specifier
8422
- }
+ }
8423
8424
function getSpecifierForModuleSymbol(symbol: Symbol, context: NodeBuilderContext, overrideImportMode?: ResolutionMode) {
8425
let file = getDeclarationOfKind<SourceFile>(symbol, SyntaxKind.SourceFile);
0 commit comments