tkrajina/typescriptify-golang-structs

[Feature request] TS to golang struct

dosomder opened this issue · 1 comments

Would be nice if it was also possible the other way around, from Typescript to Golang struct.

I agree, but this is a feature request for a completely new project, not this one. That new project should use an ts source code parser (because there is no reflection, like in Golang) and that is probably an order-of-magnitude more complicated problem than Golang->TS.