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 47a4b72 commit c0611c8Copy full SHA for c0611c8
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