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(manager): adds 'if-messages' utility that only renders contents if messages exist #1482

Merged
merged 5 commits into from
Jan 25, 2024

Conversation

daniellacosse
Copy link
Contributor

No description provided.

@daniellacosse daniellacosse requested a review from a team as a code owner January 24, 2024 21:35
@github-actions github-actions bot added size/S and removed size/XS labels Jan 25, 2024
@@ -21,7 +21,7 @@
"jasmine": "^3.5.0",
"prettier": "^2.4.1",
"pretty-quick": "^3.1.1",
"typescript": "^4"
"typescript": "^4.9.5"
Copy link
Contributor Author

@daniellacosse daniellacosse Jan 25, 2024

Choose a reason for hiding this comment

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

Internally, lit uses a style of type import:

import { type TypeName } from "./file";

This style wasn't supported until Typescript 4.9+

@daniellacosse daniellacosse requested a review from fortuna January 25, 2024 00:44
Copy link
Collaborator

@fortuna fortuna left a comment

Choose a reason for hiding this comment

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

Nice addition!

daniellacosse and others added 2 commits January 25, 2024 11:04
Co-authored-by: Vinicius Fortuna <fortuna@users.noreply.github.com>
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.

2 participants