-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also: introduce a new synthetic status code 904 for unsupported host types (e.g. `ipv4` instead of `ip4`). Signed-off-by: Miroslav Bajtoš <[email protected]>
- Loading branch information
Showing
4 changed files
with
39 additions
and
35 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ export { encodeHex } from 'https://deno.land/[email protected]/encoding/hex.ts' | |
export { decodeBase64 } from 'https://deno.land/[email protected]/encoding/base64.ts' | ||
export { decode as decodeVarint } from 'https://deno.land/x/[email protected]/varint.ts' | ||
|
||
// Deno Bundle does not support npm dependencies, we have to load the via CDN | ||
// Deno Bundle does not support npm dependencies, we have to load them via CDN | ||
export { CarBlockIterator } from 'https://cdn.skypack.dev/@ipld/[email protected]/?dts' | ||
export { | ||
UnsupportedHashError, | ||
|
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
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