You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current version of node-sendmail has the keyword var everywhere.
When do you think it's time for this to switch to the ES2015 and only use const and let since it's more memory efficient?
If that's on the roadmap, I can work it out and submit a pull request.
The text was updated successfully, but these errors were encountered:
The current version of node-sendmail has the keyword
var
everywhere.When do you think it's time for this to switch to the ES2015 and only use
const
andlet
since it's more memory efficient?If that's on the roadmap, I can work it out and submit a pull request.
The text was updated successfully, but these errors were encountered: