-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use @types/node buffer type rather than lib.dom.ts (#1979)
* fix: use @types/node buffer type rather than lib.dom.ts As discussed in microsoft/TypeScript#53668 the @types/node definition of a buffer is looser and hence we should use that in order to be compaible with web buffer types and node buffer types * chore: run lint:fix * chore: test saveFileInContainer for buffers * chore: test buffers on overwriteFile * chore: don't test blob on node 14 * chore: update changelog for new buffer definition * Update e2e/node/resource.test.ts Co-authored-by: Zwifi <nseydoux@inrupt.com> * Update CHANGELOG.md Co-authored-by: Zwifi <nseydoux@inrupt.com> * chore: cleanup tests from review * chore: remove unecessary type casting --------- Co-authored-by: Zwifi <nseydoux@inrupt.com>
- Loading branch information
Showing
6 changed files
with
318 additions
and
232 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
dabf1a1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
solid-client-js – ./
solid-client-js-inrupt.vercel.app
solid-client-js-git-main-inrupt.vercel.app
solid-client.vercel.app