File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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+
74247429typedoc-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"
You can’t perform that action at this time.
0 commit comments