|
||
---|---|---|
.. | ||
src | ||
README.md | ||
package.json | ||
test-query.graphql | ||
ts-ast-reader-schema.graphql | ||
tsconfig.json | ||
yarn.lock |
README.md
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