We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b070f33 commit 42c4c7bCopy full SHA for 42c4c7b
packages/lint_visitor_generator/lib/builder.dart
@@ -15,6 +15,7 @@ Builder lintVisitorGenerator(BuilderOptions options) {
15
16
extension on LibraryElement {
17
Element? findElementWithNameFromPackage(String name) {
18
+ // ignore: deprecated_member_use, skip upgrade for now.
19
return library.importedLibraries
20
.map((e) => e.exportNamespace.get(name))
21
.firstWhereOrNull((element) => element != null);
0 commit comments