Conversation
|
This looks reasonable to me. @KevinEady could you take a look as well? |
|
The concern of doing this I remember we needed to wait to land the the TypedTSFN until Node 10 was decommissioned because the |
|
We discussed in last team meeting and @vmoroz will try out using the std in a slightly different way that he has used as a work around before. |
|
I have addressed this issue in the new PR #1245. It seems that we had two problems:
@JckXia feel free to get the fix from my PR to this one. Then, I will rescope my PR to have just warning fixes in VS 2017. |
|
Thanks @vmoroz! I updated my PR to incorporate this workaround. |
|
Running the CI for windows-2017 on Jenkins. |
|
Landed as ad7ff92 |
The visual studio compiler seems to have an issue with deducting the type of
call(#1237), which prevents us from using thestd::enable_ifstatement to handle cases whereCallJsisn't provided by the user. This PR aims to work around this issue.