-
Notifications
You must be signed in to change notification settings - Fork 470
fix: Use syntax compatible with older TypeScript versions #1026
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
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 304e312:
|
Codecov Report
@@ Coverage Diff @@
## main #1026 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 25 25
Lines 916 916
Branches 286 286
=========================================
Hits 916 916
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
|
Nevermind. Release is blocked by any failing node version so we'll have to wait for a new node release anyway. |
🎉 This PR is included in version 8.4.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
What:
Closes #1025
Why:
#1016 introduce syntax that's not compatible with older TypeScript versions.
How:
Don't label tuple members.
Checklist:
[ ] Documentation added to thedocs site