Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeScript plugin doesn't respect access modifiers #104

Open
fab1o opened this issue Apr 14, 2022 · 0 comments
Open

TypeScript plugin doesn't respect access modifiers #104

fab1o opened this issue Apr 14, 2022 · 0 comments

Comments

@fab1o
Copy link

fab1o commented Apr 14, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant