Hello,
Every time I run the tests on my machine or just look at the PROBLEMS tab in VS Code, I see the TS compiler's complaints caused by the use of the progress method of the when library.
The when library's API documentation recommends replacing progress with promise.tab. According to the history of changes, which was last updated on Dec. 24, 2015, the progress method was first deprecated in version 3.5.0, so it's quite outdated by now.
Perhaps it might be possible to replace progress with something else? I'm not sure it will be worth the trouble, though.
Regards,
Rashid
Hello,
Every time I run the tests on my machine or just look at the
PROBLEMStab in VS Code, I see the TS compiler's complaints caused by the use of theprogressmethod of thewhenlibrary.The
whenlibrary's API documentation recommends replacingprogresswithpromise.tab. According to the history of changes, which was last updated on Dec. 24, 2015, theprogressmethod was first deprecated in version 3.5.0, so it's quite outdated by now.Perhaps it might be possible to replace
progresswith something else? I'm not sure it will be worth the trouble, though.Regards,
Rashid