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
Include _onNativeJit in broadNative? https://github.com/dart-lang/pana/blob/master/lib/src/tag/_specs.dart#L103-L108
_onNativeJit
broadNative
Otherwise, we won't detect platforms tags for anything importing things like dart:cli, see: https://pub.dev/packages/winmd/score
dart:cli
I think _onNativeJit shouldn't be part of broadFlutter, so we won't detect sdk:flutter when dart:mirrors is used.
broadFlutter
sdk:flutter
dart:mirrors
The text was updated successfully, but these errors were encountered:
@sigurdm, agree?
Sorry, something went wrong.
Yes, I think that makes good sense!
The current analysis of webmd is much more strange than before: Edit: my bad, nothing wrong with this screenshot, deleting.
We should investigate this again. Seems it is not trivial to do
sigurdm
Successfully merging a pull request may close this issue.
Include
_onNativeJit
inbroadNative
?https://github.com/dart-lang/pana/blob/master/lib/src/tag/_specs.dart#L103-L108
Otherwise, we won't detect platforms tags for anything importing things like
dart:cli
, see:https://pub.dev/packages/winmd/score
I think
_onNativeJit
shouldn't be part ofbroadFlutter
, so we won't detectsdk:flutter
whendart:mirrors
is used.The text was updated successfully, but these errors were encountered: