We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba58696 + 2e7a34c commit c4973ebCopy full SHA for c4973eb
src/lib/output/plugins/JavascriptIndexPlugin.ts
@@ -73,11 +73,11 @@ export class JavascriptIndexPlugin extends RendererComponent {
73
kinds[reflection.kind] = GroupPlugin.getKindSingular(
74
reflection.kind
75
);
76
+ }
77
- const kindBoost = kindBoosts[kinds[reflection.kind] ?? ""];
78
- if (kindBoost != undefined) {
79
- boost *= kindBoost;
80
- }
+ const kindBoost = kindBoosts[kinds[reflection.kind] ?? ""];
+ if (kindBoost != undefined) {
+ boost *= kindBoost;
81
}
82
83
const row: any = {
0 commit comments