Skip to content

Interface SchedulerLike not exported from index file #7473

Open
@m-kleputin

Description

@m-kleputin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions