···4040Currently, `graphql.web` compresses to under 4kB and doesn’t regress on
4141GraphQL.js’ performance when parsing, printing, or visiting the AST.
42424343+For all primary APIs we aim to hit 100% test coverage and match the output,
4444+types, and API compatibility of GraphQL.js, including — as far as possible
4545+— TypeScript type compatibility of the AST types with the currently stable
4646+version of GraphQL.js.
4747+4348### API
44494550Currently, only a select few exports are provided — namely, the ones listed here