This is the incomplete version of a TypeScript code generator. It converts Go struct definitions into TypeScript interfaces.
- Parser for a simplified Go AST (Abstract Syntax Tree)
- Handle embedded structs
- Tree Shaking of unused types
- Resolver for getting a TypeScript AST
- Code generator for TypeScript
and
- Error handling
- Linting
- Tests
- Examples