Skip to content

Commit 93bb631

Browse files
committed
chore(deps): update typedoc
1 parent 6306880 commit 93bb631

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

packages/plugin-pages/src/theme-plugins/search/default-pages-javascript-index-plugin.GENERATED.ts.patch

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/typedoc/src/lib/output/plugins/JavascriptIndexPlugin.ts b/packages/plugin-pages/src/theme-plugins/search/default-pages-javascript-index-plugin.GENERATED.ts
2-
index 35698789..180d3658 100644
2+
index 454d8c11..180d3658 100644
33
--- a/typedoc/src/lib/output/plugins/JavascriptIndexPlugin.ts
44
+++ b/packages/plugin-pages/src/theme-plugins/search/default-pages-javascript-index-plugin.GENERATED.ts
55
@@ -1,29 +1,64 @@
@@ -130,7 +130,7 @@ index 35698789..180d3658 100644
130130
) {
131131
continue;
132132
}
133-
@@ -70,12 +105,12 @@ export class JavascriptIndexPlugin extends RendererComponent {
133+
@@ -70,14 +105,14 @@ export class JavascriptIndexPlugin extends RendererComponent {
134134
}
135135

136136
if ( !kinds[reflection.kind] ) {
@@ -139,13 +139,18 @@ index 35698789..180d3658 100644
139139
+ kinds[reflection.kind] = ( this._groupPlugin.constructor as typeof GroupPlugin ).getKindSingular(
140140
+ reflection.kind,
141141
);
142+
- }
142143

143-
const kindBoost = kindBoosts[kinds[reflection.kind] ?? ''];
144-
- if ( kindBoost != undefined ) {
144+
- const kindBoost = kindBoosts[kinds[reflection.kind] ?? ''];
145+
- if ( kindBoost != undefined ) {
146+
- boost *= kindBoost;
147+
+ const kindBoost = kindBoosts[kinds[reflection.kind] ?? ''];
145148
+ if ( kindBoost !== undefined ) {
146-
boost *= kindBoost;
147-
}
149+
+ boost *= kindBoost;
150+
+ }
148151
}
152+
153+
const row: any = {
149154
@@ -113,7 +148,7 @@ export class JavascriptIndexPlugin extends RendererComponent {
150155
const jsonFileName = Path.join(
151156
event.outputDirectory,

0 commit comments

Comments
 (0)