Jeongho Nam
Jeongho Nam
Check which bundler Modern Web uses, and configure `unplugin-typia` referencing below document. If none of them is suitable, no way. https://typia.io/docs/setup/#unplugin-typia
This project seems dead
@nonara When the ts-patch v3 would be published? I think publishing v3 first and fixing ts-node later would be better.
I'm being careful for this issue because most use-case of `typia`'s validator functions are: 1. JSON parsed values 2. AI function calling made parameters If I distinguish the optional and...
Okay, I'll support it by transform option.
Oh, sorry, I must have made a big mistake, confusing it with an old memory from the past. It seems like all the suggestions in this issue are feasible. When...
Currently, `ts-node` is used in many scripts. By the way, below two scripts of `test` package are especially required `ts-node` for the transform reason. It is okay if the change...
Current integer types (`uint32` ~ `int64`) are prepared for protobuf supporting. It would be good to challenge this issue by sending a PR.
There had been `@AssertType()` decorator function in `typescript-is`. As I am concentrating on AI development, I cannot sure when I can start this ticket, but this idea seems good.
Currently, to make monorepo SDK generation working, you should generate SDK library per each package. I'll study how to, but cannot sure to be succeeded.