electron / packager

Customize and package your Electron app with OS-specific bundles (.app, .exe, etc.) via JS or CLI
https://npm.im/@electron/packager
BSD 2-Clause "Simplified" License
154 stars 17 forks source link

chore: replace legacy `var` with `const` #1742

Closed erickzhao closed 3 months ago

erickzhao commented 3 months ago

Now that engines requires Node.js 16

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 89.06%. Comparing base (4cd9da5) to head (34a3a25). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1742 +/- ## ======================================= Coverage 89.06% 89.06% ======================================= Files 17 17 Lines 905 905 Branches 187 187 ======================================= Hits 806 806 Misses 62 62 Partials 37 37 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.