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

fix: revert to ES2017 to fix function generator issues in react native #226

Merged

Conversation

JamesKEbert
Copy link
Contributor

Fixes React Native record storage non-iterable async function generator issues due to TS configurations: #225

ES2017 was the highest target specifiable to not have not-iterable errors in React Native.

Signed-off-by: James Ebert [email protected]

@JamesKEbert JamesKEbert requested a review from a team as a code owner April 5, 2021 13:18
@codecov-io
Copy link

Codecov Report

Merging #226 (49a9807) into main (d9bcff7) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #226   +/-   ##
=======================================
  Coverage   89.01%   89.01%           
=======================================
  Files         174      174           
  Lines        3305     3305           
  Branches      364      364           
=======================================
  Hits         2942     2942           
  Misses        360      360           
  Partials        3        3           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d9bcff7...49a9807. Read the comment docs.

Copy link
Contributor

@TimoGlastra TimoGlastra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @JamesKEbert :)

@TimoGlastra TimoGlastra merged commit 6078324 into openwallet-foundation:main Apr 5, 2021
genaris pushed a commit to genaris/credo-ts that referenced this pull request Apr 24, 2021
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