-
Notifications
You must be signed in to change notification settings - Fork 69
[hooks] Stop leaking MetadataAsset
#2357
New issue
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
Conversation
Package publishing
Documentation at https://github.com/dart-lang/ecosystem/wiki/Publishing-automation. |
PR HealthAPI leaks ✔️The following packages contain symbols visible in the public API, but not exported by the library. Export these symbols or remove them from your publicly visible API.
License Headers ✔️
All source files should start with a license header. Unrelated files missing license headers
|
autosubmit label was removed for dart-lang/native/2357, because - The status or check suite health / changelog / run changelog health check has failed. Please fix the issues identified (or deflake) before re-applying this label. |
autosubmit label was removed for dart-lang/native/2357, because - The status or check suite health / changelog / run changelog health check has failed. Please fix the issues identified (or deflake) before re-applying this label. |
Also, nest
_parseAssets
in an extension. The leaking tool seems to think it's exported. So just work around it. (And make thefromSyntax
similar to other syntax methods.)