Skip to content

Commit

Permalink
chore(docs): remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
almostSouji committed Aug 12, 2024
1 parent 24424c1 commit 8dde311
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/functions/docs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,10 +252,6 @@ function formatItem(_item: any, _package: string, version: string, member?: stri

parts.push(underline(bold(hyperlink(item.displayName, itemLink))));

if (item.extends) {
// TODO format extends
}

const head = `<:${emojiName}:${emojiId}>`;
const tail = ` ${hyperlink(inlineCode(`@${version}`), sourceUrl, 'source code')}`;
const middlePart = item.isDeprecated ? strikethrough(parts.join(' ')) : parts.join(' ');
Expand Down

0 comments on commit 8dde311

Please sign in to comment.