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

refactor!: use native way and remove toArray #11

Merged
merged 1 commit into from
Aug 12, 2024
Merged

Conversation

lambdalisue
Copy link
Member

Use Array.from and Array.fromAsync instead of toArray and remove them.

Close #9

Use `Array.from` and `Array.fromAsync` instead of `toArray` and remove
them.
Copy link

codecov bot commented Aug 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (b1cd362) to head (5539dbc).

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #11   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           59        57    -2     
  Lines          827       809   -18     
  Branches       153       152    -1     
=========================================
- Hits           827       809   -18     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lambdalisue lambdalisue merged commit c27f821 into main Aug 12, 2024
5 checks passed
@lambdalisue lambdalisue deleted the remove-to-array branch August 12, 2024 06:38
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.

feat!: use Array.from and Array.fromAsync instead of toArray and remove toArray
1 participant