Skip to content

Feature request: format compile errors by files in src #1504

Closed
@matt-erhart

Description

@matt-erhart

When I get a compile error, I typically want to know where the error is in files in src, not the cascade into the libraries. Novices sometimes don't even know there is useful information in the 'ng serve/build' terminal. I think errors could be understood a lot easier if the errors were formatted something like this:
ng build ->
Typical Error Message:
...business as usual...

Compile Errors from src files:
[file_name] [line number] [error message]

I think this would help everyone search out the most useful parts of the message, and help novices discover important information.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureIssue that requests a new feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions