Skip to content

Move to singular-form names for directories #847

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

Closed
benlesh opened this issue Dec 1, 2015 · 0 comments
Closed

Move to singular-form names for directories #847

benlesh opened this issue Dec 1, 2015 · 0 comments
Labels
help wanted Issues we wouldn't mind assistance with.
Milestone

Comments

@benlesh
Copy link
Member

benlesh commented Dec 1, 2015

After #843 was merged, it made things more ergonomic to use a singular-form directory name for observable types.

I think we should probably move all directories over to singular for for consistency. This way it can be used like:

import {BehaviorSubject} from 'rxjs-es6/subject/BehaviorSubject';
import {immediate} from 'rxjs-es6/scheduler/immediate';
import 'rxjs-es6/operator/map';
import 'rxjs-es6/operator/filter';
// etc.
@benlesh benlesh added the help wanted Issues we wouldn't mind assistance with. label Dec 1, 2015
@benlesh benlesh added this to the Initial Beta milestone Dec 1, 2015
kwonoj added a commit to kwonoj/rxjs that referenced this issue Dec 1, 2015
@kwonoj kwonoj closed this as completed in 91dac5c Dec 2, 2015
@lock lock bot locked as resolved and limited conversation to collaborators Jun 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
help wanted Issues we wouldn't mind assistance with.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant