···4444| `visit` | A recursive reimplementation of GraphQL.js’ visitor. | [Source](./src/printer.ts) |
4545| `Kind` | The GraphQL.js’ `Kind` enum, containing supported `ASTNode` kinds. | [Source](./src/kind.ts) |
4646| `GraphQLError` | `GraphQLError` stripped of source/location debugging. | [Source](./src/kind.ts) |
4747+| `valueFromASTUntyped` | Coerces AST values into JS values. | [Source](./src/values.ts) |
47484849The stated goals of any reimplementation are:
49501. Not to implement any execution or type system parts of the GraphQL