-
Notifications
You must be signed in to change notification settings - Fork 164
Open
Labels
breaking changeA change that will cause existing functionality to change or failA change that will cause existing functionality to change or failfeatureA new feature or requestA new feature or requestp1High-priority issues at the top of the work listHigh-priority issues at the top of the work listproduct: cliIssues related to the Dart Frog CLIIssues related to the Dart Frog CLI
Description
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.
alestiago
Metadata
Metadata
Assignees
Labels
breaking changeA change that will cause existing functionality to change or failA change that will cause existing functionality to change or failfeatureA new feature or requestA new feature or requestp1High-priority issues at the top of the work listHigh-priority issues at the top of the work listproduct: cliIssues related to the Dart Frog CLIIssues related to the Dart Frog CLI