Skip to content

Commit

Permalink
fix(web): drop typedoc-plugin-external-module-map
Browse files Browse the repository at this point in the history
Because it fails after updating to TypeDoc 0.27.4 and it was introduced
for a purpose that for now it is not currently being used. Thus, let's
postpone its usage until really needed if it is updated to work with the
lastest TypeDoc when such a moment arrive.

See,

  * Agama commit in which it was added  5e09032
  * Issue at upstream asgerjensen/typedoc-plugin-external-module-map#27
  • Loading branch information
dgdavid committed Dec 12, 2024
1 parent 2c2d188 commit 4cf1626
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 34 deletions.
31 changes: 0 additions & 31 deletions web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@
"ts-loader": "^9.5.1",
"tsconfig-paths-webpack-plugin": "^4.0.0",
"typedoc": "^0.27.4",
"typedoc-plugin-external-module-map": "^2.1.0",
"typedoc-plugin-merge-modules": "^6.0.0",
"typedoc-plugin-missing-exports": "^3.0.0",
"typescript": "^5.7.2",
Expand Down
3 changes: 1 addition & 2 deletions web/typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
"entryPointStrategy": "expand",
"exclude": ["./src/lib"],
"excludeNotDocumented": true,
"plugin": ["typedoc-plugin-external-module-map", "typedoc-plugin-merge-modules"],
"plugin": ["typedoc-plugin-merge-modules"],
"excludeReferences": true,
"mergeModulesMergeMode": "module-category",
"external-modulemap": [".*/src/(client)/", ".*/src/components/([\\w\\-_]+)/"],
"sort": ["alphabetical", "visibility"],
"navigation": {
"includeCategories": true,
Expand Down

0 comments on commit 4cf1626

Please sign in to comment.