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