mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 09:33:32 +01:00
build: Bump dependencies (#11333)
* build: bump dependencies * fix: guide build * build: amend package.json.hbs * build: create-discord-bot * style: formatting * build: final change --------- Co-authored-by: almeidx <github@almeidx.dev>
This commit is contained in:
@@ -267,7 +267,8 @@ function mapParam(
|
||||
}
|
||||
|
||||
interface IApiMethodJson
|
||||
extends IApiAbstractMixinJson,
|
||||
extends
|
||||
IApiAbstractMixinJson,
|
||||
IApiDeclaredItemJson,
|
||||
IApiNameMixinJson,
|
||||
IApiOptionalMixinJson,
|
||||
@@ -279,10 +280,7 @@ interface IApiMethodJson
|
||||
IApiTypeParameterListMixinJson {}
|
||||
|
||||
interface IApiConstructorJson
|
||||
extends IApiParameterListJson,
|
||||
IApiProtectedMixinJson,
|
||||
IApiReleaseTagMixinJson,
|
||||
IApiDeclaredItemJson {}
|
||||
extends IApiParameterListJson, IApiProtectedMixinJson, IApiReleaseTagMixinJson, IApiDeclaredItemJson {}
|
||||
|
||||
function mapMethod(method: DocgenMethodJson, _package: string, parent?: DocgenClassJson): IApiMethodJson {
|
||||
const excerptTokens: IExcerptToken[] = [];
|
||||
|
||||
Reference in New Issue
Block a user