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
123 stars 11 forks source link

docs: typedoc improvements #1734

Open erickzhao opened 3 weeks ago

erickzhao commented 3 weeks ago

Cleanup PR based on learnings from the TypeDoc PRs.

Tag changes:

malept commented 3 weeks ago

Do we also need to add explicit external link config for osx-sign and windows-sign? Plus any other dependency where we proxy the options that I'm forgetting.

codecov[bot] commented 1 week ago

Codecov Report

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

Project coverage is 89.06%. Comparing base (2f92bbd) to head (9080e0d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1734 +/- ## ========================================== - Coverage 89.28% 89.06% -0.23% ========================================== Files 17 17 Lines 905 905 Branches 187 187 ========================================== - Hits 808 806 -2 - Misses 61 62 +1 - Partials 36 37 +1 ```

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