Skip to content

Wrong formatting on flow shorthand annotation comment with other comments #7510

@fisker

Description

@fisker

Prettier 1.19.1
Playground link

--parser flow

Input:

(0 /* comment */ /*: number */)

Output:

(0 /*: /* comment */ number */);

Second Output:

SyntaxError: Unexpected token `*/`. Did you mean `*-/`? (1:19)
> 1 | (0 /*: /* comment */ number */);
    |                   ^^
  2 | 

Flow's playground

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:flow comment typeslang:flowIssues affecting Flow-specific constructs (not general JS issues)

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions