You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling ts.createProgram on test/tsconfig.json with a custom CompilerHost that doesn't implement the optional method readDirectory.
Expected behavior:
Some kind of error or warning when passing projectReferences to ts.createProgram without implementing CompilerHost#readDirectory. I wondered what is wrong and only found this implementation detail by chance.
Actual behavior:
The ResolvedProjectReference returned from program.getProjectReferences() has an empty fileNames array.