Skip to content
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

Interface SchedulerLike not exported from index file #7473

Open
m-kleputin opened this issue May 16, 2024 · 0 comments
Open

Interface SchedulerLike not exported from index file #7473

m-kleputin opened this issue May 16, 2024 · 0 comments

Comments

@m-kleputin
Copy link

m-kleputin commented May 16, 2024

Describe the bug

Interface SchedulerLike is not exported from the index file, but in @deprecated docs for Scheduler it suggested to use that interface instead of Scheduler. Also, if I understood correctly, the docs points that SchdulerLike should be exported from the index file.

Screenshot 2024-05-16 at 10 51 21

That behavior breaks some ESLint rules (such as import/named)

Expected behavior

Interface SchedulerLike should be exported from the index file.

Reproduction code

import { SchedulerLike } from 'rxjs';

Reproduction URL

No response

Version

7.5.6

Environment

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant