-
Notifications
You must be signed in to change notification settings - Fork 10k
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 JSDoc types #16888
Fix JSDoc types #16888
Conversation
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.
Please note that the commit message should contain more information/context than only a single (very short) line. Basically, all the information in #16888 (comment) needs to be present in the commit message as well.
bf35261
to
cabbff0
Compare
@Snuffleupagus I updated the PR based on your feedback. I also fixed a few more issues detected when adding the |
This fixes invalid type references (either due to invalid paths for the import or missing imports) in the JS doc, as well as some missing or invalid parameter names for @param annotations.
/botio-linux preview |
From: Bot.io (Linux m4)ReceivedCommand cmd_preview from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/a5831e013baf9ff/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/a5831e013baf9ff/output.txt Total script time: 1.57 mins Published |
/botio integrationtest |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/e3b348945f25100/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.193.163.58:8877/6c02786753efea0/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/e3b348945f25100/output.txt Total script time: 5.10 mins
|
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/6c02786753efea0/output.txt Total script time: 19.41 mins
|
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.
r=me, thank you!
This fixes invalid type references (either due to invalid paths for the import or missing imports) in the JS doc, as well as some missing or invalid parameter names for
@param
annotations.