mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 20:13:30 +01:00
refactor: reset state and code cleanup
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/* eslint-disable @typescript-eslint/no-unsafe-member-access */
|
||||
/* eslint-disable @typescript-eslint/no-unsafe-assignment */
|
||||
import { ApiItem, ApiModel, ApiPackage } from '~/util/api-extractor.server';
|
||||
import { ApiItem, ApiModel, type ApiPackage } from '~/util/api-extractor.server';
|
||||
import { TSDocConfigFile } from '~/util/tsdoc-config.server';
|
||||
import { TSDocConfiguration } from '~/util/tsdoc.server';
|
||||
|
||||
|
||||
@@ -10,10 +10,10 @@ import {
|
||||
type ApiPropertyItem,
|
||||
type ExcerptToken,
|
||||
type Parameter,
|
||||
ApiFunction,
|
||||
type ApiFunction,
|
||||
} from '@microsoft/api-extractor-model';
|
||||
import type { DocNode, DocParagraph, DocPlainText } from '@microsoft/tsdoc';
|
||||
import { Meaning, ModuleSource } from '@microsoft/tsdoc/lib-commonjs/beta/DeclarationReference';
|
||||
import { type Meaning, ModuleSource } from '@microsoft/tsdoc/lib-commonjs/beta/DeclarationReference';
|
||||
import { createCommentNode } from '~/DocModel/comment';
|
||||
import type { DocBlockJSON } from '~/DocModel/comment/CommentBlock';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user