tkrajina / typescriptify-golang-structs

A Golang struct to TypeScript class/interface converter
Apache License 2.0
506 stars 87 forks source link

[Feature request] TS to golang struct #24

Closed dosomder closed 4 years ago

dosomder commented 4 years ago

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

tkrajina commented 4 years ago

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.