feat: docs gen using mintlify typedoc and api extractor #13
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2, pnpm/action-setup@v2.2.4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
packages/create-wapi-app/bin/index.ts#L26
Unexpected any. Specify a different type
|
packages/ui/src/scroll-area.tsx#L59
Unexpected any. Specify a different type
|
packages/wapi.js/src/structures/interaction/index.ts#L107
Unexpected empty method 'addHeader'
|
packages/wapi.js/src/structures/interaction/index.ts#L246
Unexpected empty method 'addHeader'
|
packages/wapi.js/src/structures/interaction/index.ts#L373
Unexpected empty method 'addHeader'
|
packages/wapi.js/src/structures/message/index.ts#L42
Unexpected any. Specify a different type
|
packages/wapi.js/src/structures/message/index.ts#L42
Unexpected any. Specify a different type
|
packages/wapi.js/src/structures/message/index.ts#L56
Unsafe return of an `any` typed value
|
packages/wapi.js/update-mint-config.ts#L93
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
packages/example-chat-bot/src/index.ts#L66
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
This job succeeded
Loading