Skip to content

fix(warning): Supress warnings when importing experimental web stream from NodeJS #125

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

Merged
merged 4 commits into from
Oct 30, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updated changelog
  • Loading branch information
jimmywarting committed Oct 28, 2021
commit d3504313e58162d73bac3be5847502f394f5c86e
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ project adheres to [Semantic Versioning](http://semver.org/).
(Unreleased)
==================
### Removed
-
-
### Changed
-
-
### Added
-
### Fixed
Expand All @@ -19,6 +19,8 @@ project adheres to [Semantic Versioning](http://semver.org/).
- File name are now casted to string [#109]
- Slicing in the middle of multiple parts added more bytes than what what it should have [#109]
- Prefixed `stream/web` import with `node:` to allow easier static analysis detection of Node built-ins [#122]
- Added `node:` prefix in `from.js` as well [#114]
- Suppress warning when importing `stream/web` [#114]

## v3.1.2

Expand Down Expand Up @@ -102,3 +104,4 @@ project adheres to [Semantic Versioning](http://semver.org/).

[#108]: https://github.com/node-fetch/fetch-blob/pull/108
[#109]: https://github.com/node-fetch/fetch-blob/pull/109
[#114]: https://github.com/node-fetch/fetch-blob/pull/114