| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
analyzer: Remove unused EmbedderYamlLocator constructor; simplify
`EmbedderYamlLocator()` was only used by dartdoc; that usage was removed
recently, and dartdoc rolled into the SDK. After that is removed, we no longer need `_processPackageMap` or `_processPackage`.
Also the `addEmbedderYaml` and `refresh` methods were unused.
The `test_invalid` test only made sense with the unnamed constructor.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |