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
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.
That is the problem with TS and the whole build issues around it. I don't use TS, that's a feature someone contributed and had those problems present when added then too.
Some things initially cause tests to fail, they fixed that, and I guess they still working on those TS issues.
You can try addressing them see if it doesn't break behavior of this package.
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 theprogress
method of thewhen
library.The
when
library's API documentation recommends replacingprogress
withpromise.tab
. According to the history of changes, which was last updated on Dec. 24, 2015, theprogress
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
The text was updated successfully, but these errors were encountered: