asty icon indicating copy to clipboard operation
asty copied to clipboard

Converts golang AST to JSON and JSON to AST

Results 1 asty issues
Sort by recently updated
recently updated
newest added

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...