-
Hello, I'm developing a transformer based library typia. In nowadays, I hope to make compilation error in the
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hello! Those errors are called Diagnostics. Tsp gives you a helper utility called |
Beta Was this translation helpful? Give feedback.
-
I regret that I should have read the README documentat more carefully. Anyway, whenever using This library is amazing. Nice to ask here. const TYPIA_TRANSFORMATION_ERROR: number = "typia.protobuf.encode<T>() supports only a sole and static object type"`; |
Beta Was this translation helpful? Give feedback.
Hello! Those errors are called Diagnostics.
Tsp gives you a helper utility called
addDiagnostic
, which should do what you need.