-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(web): make TypeDoc works again (#1832)
# Problem After updating to TypeDoc 0.27, the `npm run typedoc` task stop working because problems when loading `typedoc-plugin-external-module-map`. See https://github.com/agama-project/agama/actions/runs/12302232612/job/34334622800 ## Solution Open an [issue in upstream](asgerjensen/typedoc-plugin-external-module-map#27) and stop using the conflicting plugin, fix all TypeDoc issues (see next section), and revert commit d946480 added at #1225 ## Additional work Even without the mentioned plugin, TypeDoc tasks still failing because other crash already mentioned in the commit message of 791857a > TypeError: Cannot read properties of undefined (reading 'kindOf') > at /home/runner/work/agama/agama/web/node_modules/typedoc/dist/lib/models/types.js:687:63 Migrating some components to TypeScript solved the issue. This was done at commit 34bc000, which also includes adjustments needed after these migrations.
- Loading branch information
Showing
22 changed files
with
215 additions
and
534 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.