Skip to content

feat: use analyzer to check for compile errors before completing sucessfully #1301

Open
@a-wallen

Description

@a-wallen

Description

Right now if you call dart_frog build with code that doesn't compile, it will still build the project.

Requirements
I am requesting that the default behavior be:

  • Compile the project (use analyzer)
  • Check if there's compile errors.
  • If no compile errors output the project.
  • If compile errors, forward them to the command line.

Additional Context
If this is a good idea. I can submit a PR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    breaking changeA change that will cause existing functionality to change or failfeatureA new feature or requestp1High-priority issues at the top of the work listproduct: cliIssues related to the Dart Frog CLI

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions