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

use whatwg streams #103

Merged
merged 6 commits into from
Jul 15, 2021
Merged

use whatwg streams #103

merged 6 commits into from
Jul 15, 2021

Conversation

jimmywarting
Copy link
Contributor

@jimmywarting jimmywarting commented Jul 10, 2021

streams are coming to node, might as well prepare for it.

closes #51
closes #101
fixes node v12 - could not use

  • fs/promise
  • optional changing

@codecov
Copy link

codecov bot commented Jul 10, 2021

Codecov Report

Merging #103 (dbfefe8) into master (4747497) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #103   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines          350       397   +47     
  Branches        51        58    +7     
=========================================
+ Hits           350       397   +47     
Impacted Files Coverage Δ
from.js 100.00% <100.00%> (ø)
index.js 100.00% <100.00%> (ø)

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 5ba554e...dbfefe8. Read the comment docs.

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.

Move check to the top Please consider web compatible stream() method.
1 participant