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 0a21bf7 commit 426f5a7Copy full SHA for 426f5a7
src/compiler/moduleNameResolver.ts
@@ -285,7 +285,7 @@ namespace ts {
285
}
286
287
// Some TS consumers pass relative paths that aren't normalized
288
- currentDirectory = ts.sys.resolvePath(currentDirectory);
+ currentDirectory = sys.resolvePath(currentDirectory);
289
290
const pnpapi = getPnpApi();
291
const locator = pnpapi.findPackageLocator(`${currentDirectory}/`);
0 commit comments