File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 144
144
"sinon-chai" : " ^3.6.0" ,
145
145
"ts-node" : " ^10.0.0" ,
146
146
"typedoc" : " ^0.22.15" ,
147
+ "typedoc-plugin-missing-exports" : " ^1.0.0" ,
147
148
"typedoc-plugin-rename-defaults" : " ^0.6.4" ,
148
149
"typescript" : " ^4.6.3" ,
149
150
"xvfb-maybe" : " ^0.2.1"
Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ import * as typedoc from 'typedoc';
13
13
excludePrivate : true ,
14
14
excludeProtected : true ,
15
15
hideGenerator : true ,
16
- plugin : [ 'typedoc-plugin-rename-defaults' ] ,
16
+ externalPattern : [ '**/node_modules/@types/node/**' ] ,
17
+ plugin : [ 'typedoc-plugin-rename-defaults' , 'typedoc-plugin-missing-exports' ] ,
17
18
} ) ;
18
19
19
20
const projReflection = typedocApp . convert ( ) ;
Original file line number Diff line number Diff line change @@ -9084,6 +9084,11 @@ typedarray-to-buffer@^3.1.5:
9084
9084
dependencies :
9085
9085
is-typedarray "^1.0.0"
9086
9086
9087
+ typedoc-plugin-missing-exports@^1.0.0 :
9088
+ version "1.0.0"
9089
+ resolved "https://registry.yarnpkg.com/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-1.0.0.tgz#7212a2cfaba7b48264df4b4110f3a5684b5c49a1"
9090
+ integrity sha512-7s6znXnuAj1eD9KYPyzVzR1lBF5nwAY8IKccP5sdoO9crG4lpd16RoFpLsh2PccJM+I2NASpr0+/NMka6ThwVA==
9091
+
9087
9092
typedoc-plugin-rename-defaults@^0.6.4 :
9088
9093
version "0.6.4"
9089
9094
resolved "https://registry.yarnpkg.com/typedoc-plugin-rename-defaults/-/typedoc-plugin-rename-defaults-0.6.4.tgz#8019bbfdbb4616682a0af8ecf1e8f42d053d4a40"
You can’t perform that action at this time.
0 commit comments