DEV Community

Discussion on: [Typia] 15,000x faster TypeScript Validator and its histories

Collapse
 
samchon profile image
Jeongho Nam

Yes, this is a transformer library generating validation script by analyzing TypeScript type. If you're wondering how typia generates protobuf message, reference test automation code.

I know automatically generated message by current typia is so ugly yet, but it would be reasonable. Also, as you are interested in protobuf, you may understand how typia implemented non-protobuf supported type through detour expression.

github.com/samchon/typia/tree/feat...