-
Notifications
You must be signed in to change notification settings - Fork 394
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
[v2] Add documentation for async middleware and App#processEvent #381
Conversation
Codecov Report
@@ Coverage Diff @@
## @slack/bolt@next #381 +/- ##
===================================================
+ Coverage 83.56% 85.6% +2.03%
===================================================
Files 7 7
Lines 505 514 +9
Branches 145 149 +4
===================================================
+ Hits 422 440 +18
+ Misses 54 50 -4
+ Partials 29 24 -5
Continue to review full report at Codecov.
|
@barlock
If a PR requires updates to not only code snippets but sentences (like this), I usually work on it. 💪 |
Updated to be based on @slack/bolt@next and updated the commits. This is ready to be reviewed/merged now. |
@aoberoi This PR even including the Japanese ones looks great to me. I think we can merge this one now. |
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.
Looks great! Just some small feedback
@@ -40,6 +40,10 @@ class simpleReceiver extends EventEmitter { | |||
this.app.post(endpoint, this.requestHandler.bind(this)); | |||
} | |||
} | |||
|
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.
Line 31-33 still extends EventEmitter
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.
I'm glad this has already merged, but I just wanted to take some notes regarding a few things I noticed. I will likely follow up with another PR to address these comments.
Summary
Adds documentation for code in PR: #375 and #380
Depends on #369
Important notes
My Japanese is bad. Perhaps non-existant? Honestly the only language I know how to speak is ecmascript 🤷♂.
Should someone make a PR to my PR with JP edits? I'll try and notate where they need to happen.
Requirements (place an
x
in each[ ]
)