-
Notifications
You must be signed in to change notification settings - Fork 202
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: support for named tuple members #1236
Conversation
|
||
if (baseType instanceof ArrayType && node.getChildAt(0).kind === ts.SyntaxKind.DotDotDotToken) { | ||
/** | ||
* @todo investigate how to annotate rest type |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just use // TODO:
or fix this.
const baseType = this.childNodeParser.createType(node.type, context, reference); | ||
|
||
if (baseType instanceof ArrayType && node.getChildAt(0).kind === ts.SyntaxKind.DotDotDotToken) { | ||
// TODO: investigate how to annotate rest type |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add a issue and link to it from here. It's unclear what this todo is doing here. Can you fix it instead?
Can you elaborate why there is a todo in the code? Please instead file an issue with a detailed explanation and explain why you didn't fix it here. |
f49d0b2
to
56f75d2
Compare
7bf5a18
to
4b357a5
Compare
fix: broken code of conduct documentation link fix: code style formatting fix: corrected error message
4b357a5
to
7cf221d
Compare
🚀 PR was released in |
Version
Published prerelease version:
v1.1.0-next.4
Changelog
🎉 This release contains work from new contributors! 🎉
Thanks for all your work!
❤️ null@filipomar
❤️ Remi Cattiau (@loopingz)
❤️ Hadrien Milano (@hmil)
🚀 Enhancement
🐛 Bug Fix
@description
#1177 (@Jason3S)🔩 Dependency Updates
Authors: 8