-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(delayWhen): only deprecates when subscriptionDelay presents #5797
Conversation
|
Thanks for the PR.
We should add some dtslint tests to make sure that the deprecations work as expected. ATM, there aren't many examples of this, as the rxjs/spec-dtslint/observables/of-spec.ts Lines 122 to 139 in 338b174
To run the dtslint tests, use Note that there is also an
You should be able to use |
Updated, have |
Thank you @imcotton |
Noticed this after vscode starts showing the deprecation from jsdoc, not sure how to test this change tho.