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: missing types #109

Merged
merged 2 commits into from
Nov 1, 2022
Merged

fix: missing types #109

merged 2 commits into from
Nov 1, 2022

Conversation

stevenjoezhang
Copy link
Member

Breaking changes: FileReadStream and FileWriteStream are removed. They are kept in graceful-fs for compatibility, see https://github.com/isaacs/node-graceful-fs/blob/1f19b0b467e4144260b397343cd60f37c5bdcfda/graceful-fs.js#L273-L274

Removed because they are not actually used by us, and it's a little tricky to suppress typescript warnings of them.

@coveralls
Copy link

coveralls commented Oct 31, 2022

Coverage Status

Coverage decreased (-0.01%) to 96.534% when pulling 758893f on ts into 2257715 on master.

@stevenjoezhang

This comment was marked as resolved.

@stevenjoezhang stevenjoezhang marked this pull request as ready for review November 1, 2022 04:29
@stevenjoezhang stevenjoezhang merged commit 5679c7b into master Nov 1, 2022
@stevenjoezhang stevenjoezhang deleted the ts branch November 1, 2022 07:27
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