koajs / router

Router middleware for Koa. Maintained by @forwardemail and @ladjs.
MIT License
871 stars 176 forks source link

feat: replace var with const and let #80

Closed zacanger closed 4 years ago

zacanger commented 4 years ago

Closes #74 Closes #68 since it incorporates the same change

This is a non-breaking change because the engines field in package.json already specifies Node 8+, and const and let have been fully supported since 6.4.0.