mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 18:43:31 +01:00
build: Upgrade v14 dependencies (#11427)
* build: upgrade dependencies * build: please Undici please * build: regenerate file * chore: fix docs by using bundler * fix: revert upgrade for package * build: fix versions
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