dsherret/ts-type-info
TypeScript AST and code generator [Deprecated]
ArchivedWraps the TypeScript Compiler API to extract type information and structural metadata from source files into simplified object models, supporting both AST traversal and programmatic code generation. Enables mutation and synthesis of complete TypeScript files through a fluent builder API with hooks for custom output formatting. Provides optional access to underlying compiler nodes for advanced use cases requiring direct compiler API interaction.
No commits in the last 6 months.
Stars
98
Forks
8
Language
TypeScript
License
MIT
Category
Last pushed
Sep 25, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/dsherret/ts-type-info"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
chrishoermann/zod-prisma-types
Generator creates zod types for your prisma models with advanced validation
unjs/knitwork
🧶 Utilities to generate safe JavaScript code.
microsoft/ts-gyb
Generating native code interfaces from TypeScript
retejs/rete-studio
A general-purpose code generation tool powered by Rete.js
mathiasbynens/regenerate
Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or...