Skip to content

angle brackets formatting problem #5890

Closed
@zpdDG4gta8XKpMCd

Description

@zpdDG4gta8XKpMCd
// given
export type All = Map<
    number, {
        type: zit.Type;
        index: number;
    }
>;
// actual
export type All = Map<
    number, {
        type: zit.Type;
        index: number;
    }
    >;
// expected
export type All = Map<
    number, {
        type: zit.Type;
        index: number;
    }
>;

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptFixedA PR has been merged for this issueHelp WantedYou can do this

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions