Skip to content

Conversation

@Andarist
Copy link
Contributor

@Andarist Andarist commented Feb 10, 2023

@typescript-bot typescript-bot added the For Uncommitted Bug PR for untriaged, rejected, closed or missing bug label Feb 10, 2023
@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.

//// entry: sendTo((ctx) => ctx.child, { type: "/*2*/" }),
//// });

verify.completions({ marker: "1", includes: [`"EVENT"`] })
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this one was already working since the omitted node~ was already producing { type: any } and thus didn't fail the applicability check, whereas when requesting the string completion the type was { type: '' } and it was failing the check and thus failing to provide the completions

@sandersn
Copy link
Member

sandersn commented Mar 3, 2023

Can you explain what bug is fixed here? Preferably also filing a bug to track the problem.

@sandersn sandersn self-assigned this Mar 3, 2023
@Andarist
Copy link
Contributor Author

Andarist commented Mar 3, 2023

@sandersn filed a new issue here: #53073

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

For Uncommitted Bug PR for untriaged, rejected, closed or missing bug

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

String completions fail when they depend on the contextual signature

4 participants