Fix format and lint
This commit is contained in:
Родитель
9e56c70e49
Коммит
1f0d71f415
|
@ -1,4 +1,8 @@
|
|||
import { JSDocTagInfo, Signature, SymbolDisplayPart } from "./types";
|
||||
import {
|
||||
JSDocTagInfo,
|
||||
Signature,
|
||||
SymbolDisplayPart,
|
||||
} from "./types";
|
||||
|
||||
/** @internal */
|
||||
export class SignatureObjectInternals {
|
||||
|
@ -8,7 +12,7 @@ export class SignatureObjectInternals {
|
|||
getDocumentationComment(_signature: Signature): SymbolDisplayPart[] {
|
||||
throw new TypeError("Not implemented.");
|
||||
}
|
||||
|
||||
|
||||
getJsDocTags(signature: Signature): JSDocTagInfo[];
|
||||
getJsDocTags(_signature: Signature): JSDocTagInfo[] {
|
||||
throw new TypeError("Not implemented.");
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
import {
|
||||
SignatureObject,
|
||||
SymbolObject,
|
||||
} from "../compiler/objectConstructors";
|
||||
import { SignatureObjectInternals } from "../compiler/signatureObjectInternals";
|
||||
|
@ -250,7 +249,6 @@ import {
|
|||
TodoCommentDescriptor,
|
||||
toPath,
|
||||
tracing,
|
||||
TransientSymbol,
|
||||
Type,
|
||||
TypeChecker,
|
||||
typeToDisplayParts,
|
||||
|
|
Загрузка…
Ссылка в новой задаче