tkrajina / typescriptify-golang-structs

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

Add support for ts.Silent() #76

Closed dan1elhughes closed 1 week ago

dan1elhughes commented 5 months ago

We have typescriptify running alongside some other codegen, and the log output takes up a lot of visual space. This PR adds an option to mute the print statements when running typescriptify.

dan1elhughes commented 1 week ago

@tkrajina This PR would be impactful for us - any chance of a review here please? thank you in advance 🙏

dan1elhughes commented 1 week ago

Thank you!