Skip to content

Commit

Permalink
chore: Add "typedoc-umlclass" typedoc plugin, to show UML diagrams.
Browse files Browse the repository at this point in the history
I needed to drop down to typedoc 0.26, as 0.27 dropped support for CommonJS,
as explained in krisztianb/typedoc-umlclass#37.

This does not generate a UML diagram for IQuery and Query - I need to investigate why...
  • Loading branch information
claremacrae committed Dec 8, 2024
1 parent 3c42749 commit 84d1a97
Show file tree
Hide file tree
Showing 3 changed files with 395 additions and 26 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@
"svelte-preprocess": "^5.0.4",
"ts-jest": "^29.2.5",
"tslib": "^2.5.2",
"typedoc": "^0.27.3",
"typedoc": "^0.26.11",
"typedoc-plugin-mdn-links": "^4.0.4",
"typedoc-umlclass": "^0.10.0",
"typescript": "^5.0.4"
},
"dependencies": {
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
"out": "code-docs",
"gitRevision": "main",
"plugin": [
"typedoc-plugin-mdn-links"
"typedoc-plugin-mdn-links",
"typedoc-umlclass"
],
"sourceLinkExternal": false
}
Expand Down
Loading

0 comments on commit 84d1a97

Please sign in to comment.