-
Notifications
You must be signed in to change notification settings - Fork 141
Use the node v8 promisify API to remove unnecessary code #174
Conversation
addityasingh
commented
Sep 2, 2017
- closes Use the node v8 promisify API to remove unnecessary code #153, To use 'Promisify' to simplify the code #172
- Use the node 8 promisify API to remove unnecessary code
- Polyfill it for older node versions
* #149 Update Buffer to use Node v8 syntax
@addityasingh This one looks good. can you also add tests for fetch-template? You had a PR with tests and removed it at some point. remember? |
@vigneshshanmugam I created a separate PR for it earlier and it was already merged. See #161 |
👍 |
@@ -34,7 +34,8 @@ | |||
"license": "MIT", | |||
"dependencies": { | |||
"http-link-header": "^0.8.0", | |||
"parse5": "^3.0.2" | |||
"parse5": "^3.0.2", | |||
"util.promisify": "^1.0.0" |
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.
oops what about changes on yarn.lock
? can you generate it?
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.
Done
Codecov Report
@@ Coverage Diff @@
## master #174 +/- ##
=========================================
Coverage ? 96.28%
=========================================
Files ? 13
Lines ? 539
Branches ? 93
=========================================
Hits ? 519
Misses ? 20
Partials ? 0
Continue to review full report at Codecov.
|
👍 |
1 similar comment
👍 |