Skip to content

Commit

Permalink
refactor(website): search index name of members includes class now (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Qjuh committed Aug 2, 2024
1 parent 48682ad commit bb459d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/scripts/src/generateIndex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export function visitNodes(item: ApiItem, tag: string) {

members.push({
id: idx++,
name: member.displayName,
name: member.getScopedNameWithinPackage(),
kind: member.kind,
summary: tryResolveSummaryText(member) ?? '',
path: generatePath(inherited ? [...item.getHierarchy(), member] : member.getHierarchy(), tag),
Expand Down

0 comments on commit bb459d9

Please sign in to comment.