-
Notifications
You must be signed in to change notification settings - Fork 232
fix: make library compatible with Node 8 #587
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: make library compatible with Node 8 #587
Conversation
Codecov Report
@@ Coverage Diff @@ ## master #587 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 15 15 Lines 219 219 Branches 29 29 ========================================= Hits 219 219
Continue to review full report at Codecov.
|
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.
Thanks for the contribution! ⭐
What:
Tweak to make library compatible with Node 8
Why:
I'm using your library in an environment which for reasons can only run on Node 8.
How:
A minor syntax change ensures the library works in Node 8.
Checklist: