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
I'd be OK with this an optional flag, but I really think it should be the default.
i.e., if I have in my pubspec:
dependencies: angular2:
I will get a .packages resolution that includes many things, like source_span.
.packages
source_span
If I try to use source_span without relying on it, I'd like to see this become a warning/error:
// Hehe! I can use this because Angular does! import 'package:source_span/source_span.dart';
The text was updated successfully, but these errors were encountered:
Duplicate of #343.
Sorry, something went wrong.
No branches or pull requests
I'd be OK with this an optional flag, but I really think it should be the default.
i.e., if I have in my pubspec:
I will get a
.packages
resolution that includes many things, likesource_span
.If I try to use
source_span
without relying on it, I'd like to see this become a warning/error:The text was updated successfully, but these errors were encountered: