Skip to content

Commit

Permalink
Ignore some deprecated analyzer members (dart-lang/source_gen#726)
Browse files Browse the repository at this point in the history
Unblock CI in the short term.
  • Loading branch information
natebosch authored Oct 9, 2024
1 parent 7375536 commit 101338e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source_gen/source_gen/source_gen/lib/src/library.dart
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,11 @@ class LibraryReader {
Iterable<Element> get allElements => [
element,
...element.topLevelElements,
// ignore: deprecated_member_use
...element.libraryImports,
// ignore: deprecated_member_use
...element.libraryExports,
// ignore: deprecated_member_use
...element.parts,
];

Expand Down

0 comments on commit 101338e

Please sign in to comment.