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

Documentation missing for operators in typescript declaration files #3126

Closed
keegancsmith opened this issue Nov 20, 2017 · 1 comment
Closed

Comments

@keegancsmith
Copy link

This leads to hovers in vscode only including the type information, rather than the documentation additionally.

RxJS version: 5.5.2

Expected behavior: Documentation for operators in the respective .d.ts files.

Actual behavior: Most operators do not have documentation.

Additional information: I am importing operators like this import { switchMap } from 'rxjs/operators/switchMap'. I've noticed missing documentation on fromEvent, pipe, filter, subscribe, distinctUntilChanged, switchMap.

@BioPhoton
Copy link
Contributor

Hi @keegancsmith please close this issue as the operators:

as well as the pipe and subscribe functions are documented now.

@lock lock bot locked as resolved and limited conversation to collaborators Sep 13, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants