-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for
base64url
strings (#3712)
* Add support for `base64url` strings Fixes #3711 Signed-off-by: Marvin A. Ruder <signed@mruder.dev> * Add comments Signed-off-by: Marvin A. Ruder <signed@mruder.dev> * Change test structure for `base64()`, `base64url()` Signed-off-by: Marvin A. Ruder <signed@mruder.dev> * Prettier * Avoid test.each --------- Signed-off-by: Marvin A. Ruder <signed@mruder.dev> Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
- Loading branch information
1 parent
71a0c33
commit b85686a
Showing
10 changed files
with
225 additions
and
94 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
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 |
---|---|---|
|
@@ -326,7 +326,6 @@ bun add zod # bun | |
pnpm add zod # pnpm | ||
``` | ||
|
||
|
||
> README 的剩余部分假定你是直接通过 npm 安装的`zod`包。 | ||
# 基本用法 | ||
|
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
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
Oops, something went wrong.