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

Mobx4 master #1

Merged
merged 2 commits into from
Aug 15, 2018
Merged

Conversation

ramybenaroya
Copy link
Owner

Thanks for taking the effort to create a PR!

If you are creating an extensive PR, you might want to open an issue with your idea first, so that you don't put a lot of effort in an PR that wouldn't be accepted. Please prepend pull requests with WIP: if they are not yet finished
PR checklist:

  • Added unit tests
  • Updated changelog
  • Updated docs (either in the description of this PR as markdown, or as separate PR on the gh-pages branch. Please refer to this PR). For new functionality, at least API.md should be updated
  • Added typescript typings
  • Verified that there is no significant performance drop (npm run perf)

Feel free to ask help with any of these boxes!

The above process doesn't apply to doc updates etc.

Obi-Dann and others added 2 commits July 26, 2018 14:18
flow already supports async generators that yield promises,
just changing typings to allow it to
Also changing from IterableIterator to Iterator:
IterableIterator implements Iterator and adds Symbol.iterator property.
Because mobx does not use Symbol.iterator property,
it's not necessary to use IterableIterator.
Update typings to allow flow to take async generators - async function* - MobX 4
@ramybenaroya ramybenaroya merged commit 5e7266a into ramybenaroya:mobx4-master Aug 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants