Skip to content

Commit 4883903

Browse files
authored
Add typedoc-plugin-coverage (#3379)
* Add typedoc-plugin-coverage * Specify coverageLabel
1 parent b7b1129 commit 4883903

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@
125125
"ts-node": "^10.9.1",
126126
"tsify": "^5.0.2",
127127
"typedoc": "^0.24.0",
128+
"typedoc-plugin-coverage": "^2.1.0",
128129
"typedoc-plugin-mdn-links": "^3.0.3",
129130
"typedoc-plugin-missing-exports": "^2.0.0",
130131
"typedoc-plugin-versions": "^0.2.3",

typedoc.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
{
2-
"plugin": ["typedoc-plugin-mdn-links", "typedoc-plugin-missing-exports", "typedoc-plugin-versions"]
2+
"plugin": [
3+
"typedoc-plugin-mdn-links",
4+
"typedoc-plugin-missing-exports",
5+
"typedoc-plugin-versions",
6+
"typedoc-plugin-coverage"
7+
],
8+
"coverageLabel": "TypeDoc"
39
}

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7421,6 +7421,11 @@ typedarray@^0.0.6:
74217421
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
74227422
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
74237423

7424+
typedoc-plugin-coverage@^2.1.0:
7425+
version "2.1.0"
7426+
resolved "https://registry.yarnpkg.com/typedoc-plugin-coverage/-/typedoc-plugin-coverage-2.1.0.tgz#619bf10853c5851c47dc17585e14385647bbb754"
7427+
integrity sha512-d0Lc/aOPRAMnfABCW2cQqCQdzLUzadeq62r4DBrSchcfzx1X8nOvhXK/n4mVAO4wQQUchTm2ZGAzTtiAc2nl0A==
7428+
74247429
typedoc-plugin-mdn-links@^3.0.3:
74257430
version "3.0.3"
74267431
resolved "https://registry.yarnpkg.com/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-3.0.3.tgz#da8d1a9750d57333e6c21717b38bfc13d4058de2"

0 commit comments

Comments
 (0)