Skip to content

Conversation

yaacovCR
Copy link
Contributor

@yaacovCR yaacovCR commented Jul 16, 2025

  1. typescript upgrade
  2. add support for await using of our hand-crafted generators by providing Symbol.asyncDispose methods
  3. eslint upgrades
  4. drop unnecessary generic within BoxedPromiseOrValue that leads to error of unclear origin

yaacovCR added 2 commits July 16, 2025 21:59
generic parameter no longer needed with latest version of TS, but not sure why inclusion was causing a runtime error in node v20 only
@yaacovCR yaacovCR added the PR: polish 💅 PR doesn't change public API or any observed behaviour label Jul 16, 2025
@yaacovCR yaacovCR merged commit e28da52 into graphql:next Jul 17, 2025
16 checks passed
@yaacovCR yaacovCR deleted the deps branch July 17, 2025 18:25
yaacovCR added a commit to yaacovCR/graphql-js that referenced this pull request Jul 30, 2025
1. typescript upgrade
2. add support for `await using` of our hand-crafted generators by
providing `Symbol.asyncDispose` methods
3. eslint upgrades
4. drop unnecessary generic within `BoxedPromiseOrValue` that leads to
error of unclear origin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: polish 💅 PR doesn't change public API or any observed behaviour
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant