Skip to content

Conversation

lifeiscontent
Copy link

@lifeiscontent lifeiscontent commented Aug 17, 2024

Please verify that:

  • There is an associated issue in the Backlog milestone (required)
  • Code is up-to-date with the main branch
  • You've successfully run hereby runtests locally
  • There are new or updated unit tests validating the change

Fixes #

If someone can point me to where I can write a test for this, happy to do so.

the updates I've made solve for this case:

type Actual = Set<'foo' | 'bar'>['entries'];
// ^? () => IterableIterator<['foo' | 'bar', 'foo' | 'bar']>
type Expected = () => IterableIterator<["foo", "foo"] | ["bar", "bar"]>;

@typescript-bot typescript-bot added the For Uncommitted Bug PR for untriaged, rejected, closed or missing bug label Aug 17, 2024
@typescript-bot
Copy link
Collaborator

This PR doesn't have any linked issues. Please open an issue that references this PR. From there we can discuss and prioritise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
For Uncommitted Bug PR for untriaged, rejected, closed or missing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants