I'm using the generated json to do some code generation, like automatically generate an HTTP handle from an ordinary golang func, and I choose typescript to write the script because of its convienence.
I think it will be good to provide a typescript description for the generated JSON stuff.
P.S: I'm also using AST to do lots automation stuff, like code rewritten with function trace, testing with function mock inserted
I'm using the generated json to do some code generation, like automatically generate an HTTP handle from an ordinary golang func, and I choose typescript to write the script because of its convienence.
I think it will be good to provide a typescript description for the generated JSON stuff.
P.S: I'm also using AST to do lots automation stuff, like code rewritten with function trace, testing with function mock inserted