[v2] Add documentation for async middleware and App#processEvent#381
[v2] Add documentation for async middleware and App#processEvent#381stevengill merged 5 commits intoslackapi:@slack/bolt@nextfrom
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. |
stevengill
left a comment
There was a problem hiding this comment.
Looks great! Just some small feedback
| this.app.post(endpoint, this.requestHandler.bind(this)); | ||
| } | ||
| } | ||
|
|
There was a problem hiding this comment.
Line 31-33 still extends EventEmitter
aoberoi
left a comment
There was a problem hiding this comment.
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
xin each[ ])