tantalor 5 days ago

What do you use to go from ts->pb?

1
jitl 5 days ago

I have an old public version here: https://github.com/justjake/ts-simple-type/blob/main/src/com...

Ultimately i decided ts-simple-type is too difficult to maintain, so now I just use the TypeScript compiler API directly to introspect types and emit stuff, but most of that code is private to Notion Labs Inc