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