Sheetal Nandi
Sheetal Nandi
@jleider the lib folder in that test has composite set which is referenced in the project. What is your typescript version that you are using. Are you at master and...
The assert is fixed by #1015
1> Repro is needed since I don't see this when I run test locally 2> As you guessed that is working as intended and same as what tsc does. 3>...
But the test doesn't fail either on CI or on my machine so that's not a repro at my end....
@B3zo0 Thank you for repro, I could see that change in mentioned file didn't restart compilation. However your project is too large for me to investigate this in limited time....
It probably is but i didnt verify it explicitly (assuming issue is with descipencies between errors reported for vscode and tsc)
```ts import {a} from "a" import { b} from "./b" ``` I think in this case if b.ts was not present in first pass and then b.ts is created this...
Found the test case as part of my module resolution caching work
@eminbahadir please provide tsserver log for this issue as this is highly dependent on what happens before the change as well. You can upload logs by following these steps: 1....