ReactiveX / rxjs

A reactive programming library for JavaScript
https://rxjs.dev
Apache License 2.0
30.81k stars 3.01k forks source link

Interface SchedulerLike not exported from index file #7473

Open m-kleputin opened 6 months ago

m-kleputin commented 6 months ago

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