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

Use Glint types in test-app #969

Merged
merged 4 commits into from
Aug 8, 2023
Merged

Use Glint types in test-app #969

merged 4 commits into from
Aug 8, 2023

Conversation

gilest
Copy link
Collaborator

@gilest gilest commented Aug 8, 2023

Glint is pretty sweet!

@gilest gilest added the internal label Aug 8, 2023
@gilest gilest mentioned this pull request Aug 8, 2023
4 tasks
Comment on lines +78 to 79
{{! @glint-ignore: https://github.com/typed-ember/glint/discussions/611 }}
<output>{{queue.name}}</output>
Copy link
Collaborator Author

@gilest gilest Aug 8, 2023

Choose a reason for hiding this comment

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

These are the only checks I'm ignoring.

The story is that QueueName has a type of string | symbol but a symbol is not a variant of Glint's ContentValue type which represents values expected to be rendered directly by Glimmer.

Discussion reference: typed-ember/glint/discussions/611

@gilest gilest merged commit 12e7d2f into master Aug 8, 2023
12 checks passed
@gilest gilest deleted the test/consume-types branch August 11, 2023 00:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant