Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Implement pre-processed outputs and expose output formats in @gql.tada/internal #150

Merged
merged 12 commits into from
Mar 20, 2024

Conversation

kitten
Copy link
Member

@kitten kitten commented Mar 20, 2024

Follow-up to #149 and #147

Summary

This moves the output formats to @gql.tada/internal, for re-use in @0no-co/graphqlsp.

It further adds a new pre-processed output format, to be used in .d.ts introspection files, which pre-computes the output of mapIntrospection (which is accepted as of #147), further reducing work that the TypeScript type checker has to do, and reducing memory usage.

Set of changes

  • Add TypeScript output format to @gql.tada/internal
  • Move output formats from @gql.tada/cli-utils to @gql.tada/internal

Copy link

changeset-bot bot commented Mar 20, 2024

🦋 Changeset detected

Latest commit: 48aeae2

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants