Skip to content

Commit

Permalink
[Migrate] library_element.dart (extensions)
Browse files Browse the repository at this point in the history
Change-Id: Ib23fa7c3f5d279f27514dc6f37ba89bce4aaf7e2
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/403160
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
  • Loading branch information
bwilkerson authored and Commit Queue committed Jan 6, 2025
1 parent 3557659 commit bd97824
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 235 deletions.
2 changes: 0 additions & 2 deletions pkg/analyzer/analyzer_use_new_elements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ lib/src/test_utilities/find_element.dart
lib/src/test_utilities/find_node.dart
lib/src/test_utilities/mock_sdk_elements.dart
lib/src/utilities/extensions/element.dart
lib/src/utilities/extensions/library_element.dart
test/error/error_reporter_test.dart
test/generated/elements_types_mixin.dart
test/generated/non_error_resolver_test.dart
Expand Down Expand Up @@ -189,6 +188,5 @@ test/src/summary/macro_test.dart
test/src/summary/resolved_ast_printer.dart
test/src/task/strong/dart2_inference_test.dart
test/src/task/strong/inferred_type_test.dart
test/src/utilities/extensions/library_element_test.dart
test/util/element_printer.dart
test/util/id_testing_helper.dart
42 changes: 0 additions & 42 deletions pkg/analyzer/lib/src/utilities/extensions/library_element.dart

This file was deleted.

189 changes: 0 additions & 189 deletions pkg/analyzer/test/src/utilities/extensions/library_element_test.dart

This file was deleted.

2 changes: 0 additions & 2 deletions pkg/analyzer/test/src/utilities/extensions/test_all.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import 'package:test_reflective_loader/test_reflective_loader.dart';
import 'ast_test.dart' as ast;
import 'async_test.dart' as async;
import 'collection_test.dart' as collection;
import 'library_element_test.dart' as library_element;
import 'object_test.dart' as object;
import 'stream_test.dart' as stream;
import 'string_test.dart' as string;
Expand All @@ -17,7 +16,6 @@ main() {
ast.main();
async.main();
collection.main();
library_element.main();
object.main();
stream.main();
string.main();
Expand Down

0 comments on commit bd97824

Please sign in to comment.