Skip to content

Create option to not show private methods #93

@taylorjdawson

Description

@taylorjdawson

Right now private methods are generated. It's necessary to add an option to not show those private methods.

This is the line that would need changing (I think):

From ->

.filter(method => !method.ignore && method.ctx)

To ->

.filter(method => !method.ignore &&  !method.isPrivate && method.ctx)

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