refactor: use walkdir instead of globby#109
refactor: use walkdir instead of globby#109JustinBeckwith merged 2 commits intogoogleapis:masterfrom JustinBeckwith:dobby
walkdir instead of globby#109Conversation
ofrobots
left a comment
There was a problem hiding this comment.
LGTM. Hopefully a follow-on can return a Promise of files rather than doing sync work. Who uses this feature anyway? Is the caching actually worth it?
|
I have no idea my friend. I don't have a good handle on what this library does vs gax. I will however follow up with an async version after this all propagates without incident. It's very core, so I'm scared to change a ton at once. |
Codecov Report
@@ Coverage Diff @@
## master #109 +/- ##
=========================================
Coverage ? 91.54%
=========================================
Files ? 6
Lines ? 201
Branches ? 6
=========================================
Hits ? 184
Misses ? 17
Partials ? 0
Continue to review full report at Codecov.
|
Should have a ~120ms reduction in module load time.