Fix #2809: code completion issues in some IDE's#2812
Conversation
|
Wow all these Foresight Workflow Reports are causing a lot of noise. I'll see whether I can turn that off. |
|
My only worry about this is that I seem to recall that when we initially set up the typescript test, the index.ts would sometimes run ok even when it had typescript errors. I.e. those errors would only surface during the tsc command. But now the tsc is not compiling the tests/testTypes.ts file, so I worry problems might sneak through. So I recommend putting tests/testTypes.ts back into the files parameter of the tsconfig. Also there is now an unnecessary leading space in the package.json script parameter for the typescript test |
|
Thanks, very sharp. I think you're referring to #2633. I tried to reproduce this original issue, but could not get the original problem back: both a mistake in I did the following:
So I think we're safe. Or am I overlooking something? |
|
Well I agree your procedure sounds good. I will admit I am confused as to why the |
It's a bit different: apparently
|
|
Published now in v11.3.1 |
Fixes #2809