You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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.
Right now, errors emitted by CRA look like this:
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)
The text was updated successfully, but these errors were encountered: