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

fix(join): edge case for single elem const tuple #558

Merged
merged 3 commits into from Feb 26, 2023
Merged

fix(join): edge case for single elem const tuple #558

merged 3 commits into from Feb 26, 2023

Conversation

pmmmwh
Copy link
Contributor

@pmmmwh pmmmwh commented Feb 25, 2023

This fixes the usage of Join<['test'] as const, '.'>.

With #533 the output changed to test. instead of the expected test, this PR restores the old (and correct) behaviour.

@sindresorhus sindresorhus merged commit 747e29b into sindresorhus:main Feb 26, 2023
@pmmmwh pmmmwh deleted the patch-1 branch February 27, 2023 03:54
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.

None yet

2 participants