Skip to content

Commit 84d1a97

Browse files
committed
chore: Add "typedoc-umlclass" typedoc plugin, to show UML diagrams.
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...
1 parent 3c42749 commit 84d1a97

File tree

3 files changed

+395
-26
lines changed

3 files changed

+395
-26
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,9 @@
6363
"svelte-preprocess": "^5.0.4",
6464
"ts-jest": "^29.2.5",
6565
"tslib": "^2.5.2",
66-
"typedoc": "^0.27.3",
66+
"typedoc": "^0.26.11",
6767
"typedoc-plugin-mdn-links": "^4.0.4",
68+
"typedoc-umlclass": "^0.10.0",
6869
"typescript": "^5.0.4"
6970
},
7071
"dependencies": {

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
"out": "code-docs",
5353
"gitRevision": "main",
5454
"plugin": [
55-
"typedoc-plugin-mdn-links"
55+
"typedoc-plugin-mdn-links",
56+
"typedoc-umlclass"
5657
],
5758
"sourceLinkExternal": false
5859
}

0 commit comments

Comments
 (0)