You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally, I used zod as the validator for my hono app. After seeing typia, I want to try using it to replace the original zod.
After replacing with typia, it can run normally.
But when I want to debug the function, I found that typia seems to be not friendly to vscode debug. I can't get the context according to the code logic of my original ts file. Is there any way to solve this problem?
Originally, I used zod as the validator for my hono app. After seeing typia, I want to try using it to replace the original zod.
After replacing with typia, it can run normally.
But when I want to debug the function, I found that typia seems to be not friendly to vscode debug. I can't get the context according to the code logic of my original ts file. Is there any way to solve this problem?
This is the snapshot when zod used
This is the snapshot when typia used
enviroments:
Bun: 1.1.29
Hono: 4.6.3
@hono/typia-validator: 0.3.0
typia: 6.11.1
The text was updated successfully, but these errors were encountered: