Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 280 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 280 Bytes

ts-ast-reader

A good example of something that would be much more difficult/tedious to build with schema-first development

Attempts to build an GraphQL API that can be used to query the TypeScript AST nodes.

Sacrifices a bit of type-safety for practicality, still a bit WIP