Hacker News new | past | comments | ask | show | jobs | submit login

> deriving a parser for it somehow

Serde in Rust does this with the Rust macro system, but TypeScript doesn't have a macro system. That's why people have to go the other way, the programmer defines the parser, then TypeScript can infer the type from the parser.

I have seen a library that invented their own macro system (a script that you configure to run before build, and it writes code into your node_modules directory), though I can't recall the name.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: