-
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
Export all core APIs from rxjs
module directly.
#6242
Comments
Oh, and to be clear, I'm not talking about |
Isn't |
@kolodny we'd only move the newer name of the |
Any notable effect on tree-shaking or overall TypeScript compilation speed? |
Core Team Meeting: General core team approval
|
Just as a side note. This change could also enable the use of API Extractor at least for the |
* feat: operators are all exported at the top level, from "rxjs". Related #6242 * chore: update golden files * chore: fix symbol type on symbol observable
Given the issue #6067 seems to be fairly difficult to solve, and given that we have renamed everything such that there are no conflicts between things like
concat
the creation function, andconcat
the operator, etc. Maybe it's time we talk about exporting all primary APIs fromrxjs
proper.I'm talking about:
The text was updated successfully, but these errors were encountered: