We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Pub should do various sorts of validation that requires Dart code to be parsed. In particular:
Errors:
* Part files in "lib" outside of "lib/src".
Warnings:
* Dart files in "bin" without main() methods.
The text was updated successfully, but these errors were encountered:
Added this to the Later milestone.
Sorry, something went wrong.
Removed Type-Defect label. Added Type-Enhancement label.
Removed this from the Later milestone. Added Oldschool-Milestone-Later label.
Removed Oldschool-Milestone-Later label.
This issue has been moved to dart-lang/pub#343.
No branches or pull requests
Pub should do various sorts of validation that requires Dart code to be parsed. In particular:
Errors:
* Part files in "lib" outside of "lib/src".
Warnings:
* Dart files in "bin" without main() methods.
The text was updated successfully, but these errors were encountered: