Skip to content

TypeScript plugin doesn't respect access modifiers #104

@fab1o

Description

@fab1o

This method shouldn't show up in the generated docs, even if I don't set @access private, it should be able to read that the method is private.

code.ts:

    private examplePrivateMethod(): boolean {
        return true;
    }

It shows in the docs as a public method

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions