Class CommentTagParser<CustomTags>

Parser for extracting JSDoc and TSDoc tags from comments. Will extract all valid JSDoc tags and TSDoc tags that is able to parse. If a tag exists in both standard and TSDoc extends it: the TSDoc tag will be used.

Type Parameters

Hierarchy

  • CommentTagParser

Implements

Constructors

Properties

_testBlockDocComments: TestBlockDocComment<CustomTags>[] = []
customTags: CustomTags[]
excludeTags?: (AllTagsName | CustomTags)[]
getTypeChecker: (() => TypeChecker)

Type declaration

    • (): TypeChecker
    • Returns TypeChecker

sourceFile: SourceFile
sourceFileBuffer: string
tagSeparator: string
testBlockTagNames?: TestBlockName[]
tsDocParser: TSDocParser

Accessors

Methods

Generated using TypeDoc