Skip to content

Change filename format in build errors for better editor support #5904

Closed
@alexkuz

Description

@alexkuz

Right now, errors emitted by CRA look like this:

image

Since there's no line/column number appended to filename, there's no convenient way to locate an error by clicking on it (if terminal supports opening files on click, like iTerm). So it would be nice to have an error location in <filename>:<row>:<col> format (which I believe most of the editors support).

(also, see PR resolving the same issue in TSLint: palantir/tslint#3491)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions