Skip to content

TypeScript type and interface have poor support #213

@marcinjahn

Description

@marcinjahn

I have the following TS code:

export type MyType = {
  something: number;
};

export interface MyInterface {
  something: number;
}

Neogen (:Neogen) generates this for both of these:

/**
 * [TODO:class]
 */

I'd expect the property something to be documented in each case.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions