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

types: Use Signalish helper to reduce verbosity #4545

Merged
merged 4 commits into from
Nov 8, 2024

Conversation

rschristian
Copy link
Member

Trying to clean up our types a bit, wanted to handle this separately as it's a bigger diff. Should be no functional changes.

Converts every instance of string | ... | SignalLike<string | ...> into Signalish<string | ...>, reducing surface area for mistakes and decreasing verbosity.

@rschristian rschristian changed the title chore: Use Signalish helper to reduce verbosity types: Use Signalish helper to reduce verbosity Nov 8, 2024
@coveralls
Copy link

Coverage Status

coverage: 99.488%. remained the same
when pulling dfbb9eb on chore/revise-repetative-types
into 07dc9f3 on main.

@rschristian rschristian merged commit aee8285 into main Nov 8, 2024
5 checks passed
@rschristian rschristian deleted the chore/revise-repetative-types branch November 8, 2024 16:18
@JoviDeCroock JoviDeCroock mentioned this pull request Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants