Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
alexkuz opened this issue Nov 26, 2018 · 3 comments
Closed

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

alexkuz opened this issue Nov 26, 2018 · 3 comments
Labels

Comments

@alexkuz
Copy link

alexkuz commented Nov 26, 2018

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)

@iansu
Copy link
Contributor

iansu commented Nov 28, 2018

There is an open PR to address this issue: #5624

@alexkuz
Copy link
Author

alexkuz commented Nov 28, 2018

Missed that, thanks!

@stale
Copy link

stale bot commented Dec 29, 2018

This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.

@stale stale bot added the stale label Dec 29, 2018
@alexkuz alexkuz closed this as completed Dec 31, 2018
@lock lock bot locked and limited conversation to collaborators Jan 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants