apache / cordova-plugman

Apache Cordova Plugman
https://cordova.apache.org/
Apache License 2.0
401 stars 151 forks source link

refactor: transform var to let/const #131

Closed erisu closed 4 years ago

erisu commented 4 years ago

Motivation and Context

Modernizing code

Description

Applied lebab --replace '**/*.js' --transform let to the code.

Testing

Checklist