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: allow passing undefined to reader next method #14

Merged
merged 1 commit into from
Mar 8, 2022

Conversation

achingbrain
Copy link
Collaborator

The bytes value is optional and null-guarded so we can accept undefined as a value.

The `bytes` value is optional and null-guarded so we can accept
undefined as a value.
@codecov
Copy link

codecov bot commented Mar 8, 2022

Codecov Report

Merging #14 (8271ffa) into master (f1b4d33) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #14   +/-   ##
=======================================
  Coverage   89.29%   89.29%           
=======================================
  Files           2        2           
  Lines         299      299           
  Branches       39       39           
=======================================
  Hits          267      267           
  Misses         32       32           
Flag Coverage Δ
chrome 100.00% <ø> (ø)
node 89.29% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/index.ts 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 991addd...8271ffa. Read the comment docs.

@achingbrain achingbrain merged commit 9944de0 into master Mar 8, 2022
@achingbrain achingbrain deleted the fix/reader-types branch March 8, 2022 07:23
github-actions bot pushed a commit that referenced this pull request Mar 8, 2022
### [5.0.1](v5.0.0...v5.0.1) (2022-03-08)

### Bug Fixes

* allow passing undefined to reader next method ([#14](#14)) ([9944de0](9944de0))
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.

1 participant