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 b5652b1 commit 68f312cCopy full SHA for 68f312c
src/compiler/moduleSpecifiers.ts
@@ -71,7 +71,7 @@ namespace ts.moduleSpecifiers {
71
host: ModuleSpecifierResolutionHost,
72
oldImportSpecifier: string,
73
): string | undefined {
74
- const res = getModuleSpecifierWorker(compilerOptions, importingSourceFile, importingSourceFile.path, toFileName, host, getPreferencesForUpdate(compilerOptions, oldImportSpecifier, importingSourceFileName, host), {});
+ const res = getModuleSpecifierWorker(compilerOptions, importingSourceFile, importingSourceFileName, toFileName, host, getPreferencesForUpdate(compilerOptions, oldImportSpecifier, importingSourceFileName, host), {});
75
if (res === oldImportSpecifier) return undefined;
76
return res;
77
}
0 commit comments