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 f7f5007 commit a697447Copy full SHA for a697447
src/services/services.ts
@@ -3114,7 +3114,6 @@ namespace ts {
3114
getCurrentDirectory: () => currentDirectory,
3115
fileExists: (fileName): boolean => {
3116
// stub missing host functionality
3117
- Debug.assert(!host.resolveModuleNames || !host.resolveTypeReferenceDirectives);
3118
return hostCache.getOrCreateEntry(fileName) !== undefined;
3119
},
3120
readFile: (fileName): string => {
0 commit comments