This repository was archived by the owner on Feb 18, 2026. It is now read-only.
Description It looks like @atcute is using some syntax in comments which causes a lot of typedoc warnings:
[info] Converting project at ./packages/labeler
./packages/labeler/node_modules/.pnpm/@atcute+atproto@3.1.8/node_modules/@atcute/atproto/dist/lexicons/types/com/atproto/label/queryLabels.d.ts:17:7 - [warning] Encountered an unknown block tag @minLength
17 * @minLength 1
./packages/labeler/node_modules/.pnpm/@atcute+atproto@3.1.8/node_modules/@atcute/atproto/dist/lexicons/types/com/atproto/label/queryLabels.d.ts:6:7 - [warning] Encountered an unknown block tag @minimum
6 * @minimum 1
./packages/labeler/node_modules/.pnpm/@atcute+atproto@3.1.8/node_modules/@atcute/atproto/dist/lexicons/types/com/atproto/label/queryLabels.d.ts:7:7 - [warning] Encountered an unknown block tag @maximum
7 * @maximum 250
./packages/labeler/node_modules/.pnpm/@atcute+ozone@3.1.10/node_modules/@atcute/ozone/dist/lexicons/types/tools/ozone/moderation/defs.d.ts:187:7 - [warning] Encountered an unknown block tag @minimum
187 * @minimum 0
./packages/labeler/node_modules/.pnpm/@atcute+ozone@3.1.10/node_modules/@atcute/ozone/dist/lexicons/types/tools/ozone/moderation/defs.d.ts:188:7 - [warning] Encountered an unknown block tag @maximum
188 * @maximum 100
./packages/labeler/node_modules/.pnpm/@atcute+ozone@3.1.10/node_modules/@atcute/ozone/dist/lexicons/types/tools/ozone/moderation/defs.d.ts:243:7 - [warning] Encountered an unknown block tag @maxLength
243 * @maxLength 5
I'm wondering if it'd be an idea to create some sort of plugin for typedoc to better understand the lexicon definitions?
Reactions are currently unavailable
It looks like
@atcuteis using some syntax in comments which causes a lot of typedoc warnings:I'm wondering if it'd be an idea to create some sort of plugin for typedoc to better understand the lexicon definitions?