From 31c48c9701ef88d5202e599a85a1402614363c10 Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum <nweiz@google.com> Date: Tue, 12 Jan 2016 17:24:34 -0800 Subject: [PATCH] Get rid of all the library tags. R=rnystrom@google.com Review URL: https://codereview.chromium.org//1585513002 . --- lib/src/ascii_tree.dart | 2 -- lib/src/asset/dart/serialize.dart | 2 -- lib/src/asset/dart/serialize/aggregate_transform.dart | 2 -- lib/src/asset/dart/serialize/exception.dart | 2 -- lib/src/asset/dart/serialize/get_input_transform.dart | 2 -- lib/src/asset/dart/serialize/transform.dart | 2 -- lib/src/asset/dart/serialize/transformer.dart | 2 -- lib/src/asset/dart/transformer_isolate.dart | 2 -- lib/src/asset/dart/utils.dart | 2 -- lib/src/barback.dart | 2 -- lib/src/barback/admin_server.dart | 2 -- lib/src/barback/asset_environment.dart | 2 -- lib/src/barback/barback_server.dart | 2 -- lib/src/barback/base_server.dart | 2 -- lib/src/barback/cycle_exception.dart | 2 -- lib/src/barback/dart2js_transformer.dart | 2 -- lib/src/barback/dart_forwarding_transformer.dart | 2 -- lib/src/barback/dependency_computer.dart | 2 -- lib/src/barback/excluding_aggregate_transformer.dart | 2 -- lib/src/barback/excluding_transformer.dart | 2 -- lib/src/barback/foreign_transformer.dart | 2 -- lib/src/barback/load_all_transformers.dart | 2 -- lib/src/barback/pub_package_provider.dart | 2 -- lib/src/barback/source_directory.dart | 2 -- lib/src/barback/transformer_cache.dart | 2 -- lib/src/barback/transformer_config.dart | 2 -- lib/src/barback/transformer_id.dart | 2 -- lib/src/barback/transformer_isolate.dart | 2 -- lib/src/barback/transformer_loader.dart | 2 -- lib/src/barback/web_socket_api.dart | 2 -- lib/src/cached_package.dart | 2 -- lib/src/command.dart | 2 -- lib/src/command/barback.dart | 2 -- lib/src/command/build.dart | 2 -- lib/src/command/cache.dart | 2 -- lib/src/command/cache_add.dart | 2 -- lib/src/command/cache_list.dart | 2 -- lib/src/command/cache_repair.dart | 2 -- lib/src/command/deps.dart | 2 -- lib/src/command/downgrade.dart | 2 -- lib/src/command/get.dart | 2 -- lib/src/command/global.dart | 2 -- lib/src/command/global_activate.dart | 2 -- lib/src/command/global_deactivate.dart | 2 -- lib/src/command/global_list.dart | 2 -- lib/src/command/global_run.dart | 2 -- lib/src/command/lish.dart | 2 -- lib/src/command/list_package_dirs.dart | 2 -- lib/src/command/run.dart | 2 -- lib/src/command/serve.dart | 2 -- lib/src/command/upgrade.dart | 2 -- lib/src/command/uploader.dart | 2 -- lib/src/command/version.dart | 2 -- lib/src/command_runner.dart | 2 -- lib/src/dart.dart | 2 -- lib/src/entrypoint.dart | 2 -- lib/src/error_group.dart | 2 -- lib/src/exceptions.dart | 2 -- lib/src/executable.dart | 2 -- lib/src/exit_codes.dart | 2 -- lib/src/git.dart | 2 -- lib/src/global_packages.dart | 2 -- lib/src/http.dart | 2 -- lib/src/io.dart | 2 -- lib/src/lock_file.dart | 2 -- lib/src/log.dart | 2 -- lib/src/oauth2.dart | 2 -- lib/src/package.dart | 2 -- lib/src/package_graph.dart | 2 -- lib/src/preprocess.dart | 2 -- lib/src/progress.dart | 2 -- lib/src/pubspec.dart | 2 -- lib/src/sdk.dart | 2 -- lib/src/solver/backtracking_solver.dart | 2 -- lib/src/solver/solve_report.dart | 2 -- lib/src/solver/unselected_package_queue.dart | 2 -- lib/src/solver/version_queue.dart | 2 -- lib/src/solver/version_selection.dart | 2 -- lib/src/solver/version_solver.dart | 2 -- lib/src/source.dart | 2 -- lib/src/source/cached.dart | 2 -- lib/src/source/git.dart | 2 -- lib/src/source/hosted.dart | 2 -- lib/src/source/path.dart | 2 -- lib/src/source/unknown.dart | 2 -- lib/src/source_registry.dart | 2 -- lib/src/system_cache.dart | 2 -- lib/src/transcript.dart | 2 -- lib/src/utils.dart | 2 -- lib/src/validator.dart | 2 -- lib/src/validator/compiled_dartdoc.dart | 2 -- lib/src/validator/dependency.dart | 2 -- lib/src/validator/dependency_override.dart | 2 -- lib/src/validator/directory.dart | 2 -- lib/src/validator/executable.dart | 2 -- lib/src/validator/license.dart | 2 -- lib/src/validator/name.dart | 2 -- lib/src/validator/pubspec.dart | 2 -- lib/src/validator/pubspec_field.dart | 2 -- lib/src/validator/sdk_constraint.dart | 2 -- lib/src/validator/size.dart | 2 -- lib/src/validator/utf8_readme.dart | 2 -- test/ascii_tree_test.dart | 2 -- test/build/allows_arbitrary_modes_test.dart | 2 -- test/build/can_specify_output_directory_test.dart | 2 -- test/build/defaults_to_release_mode_test.dart | 2 -- test/cache/add/adds_latest_matching_version_test.dart | 2 -- test/cache/add/adds_latest_version_test.dart | 2 -- test/cache/add/all_adds_all_matching_versions_test.dart | 2 -- test/cache/add/all_with_some_versions_present_test.dart | 2 -- test/cache/add/already_cached_test.dart | 2 -- test/cache/add/bad_version_test.dart | 2 -- test/cache/add/missing_package_arg_test.dart | 2 -- test/cache/add/no_matching_version_test.dart | 2 -- test/cache/add/package_not_found_test.dart | 2 -- test/cache/add/unexpected_arguments_test.dart | 2 -- test/cache/list_test.dart | 2 -- test/cache/repair/empty_cache_test.dart | 2 -- test/cache/repair/handles_corrupted_binstub_test.dart | 2 -- test/cache/repair/handles_corrupted_global_lockfile_test.dart | 2 -- test/cache/repair/handles_failure_test.dart | 2 -- test/cache/repair/handles_orphaned_binstub_test.dart | 2 -- test/cache/repair/recompiles_snapshots_test.dart | 2 -- test/cache/repair/reinstalls_git_packages_test.dart | 2 -- test/cache/repair/reinstalls_hosted_packages_test.dart | 2 -- test/cache/repair/updates_binstubs_test.dart | 2 -- test/dart2js/allows_import_in_dart_code_test.dart | 4 ---- ...piles_generated_file_from_dependency_outside_web_test.dart | 2 -- .../dart2js/compiles_generated_file_from_dependency_test.dart | 2 -- test/dart2js/compiles_imported_generated_file_test.dart | 2 -- test/dart2js/outputs_deferred_libraries_test.dart | 4 ---- test/dependency_computer/conservative_dependencies_test.dart | 2 -- test/dependency_computer/cycle_test.dart | 2 -- test/dependency_computer/dev_transformers_test.dart | 2 -- test/dependency_computer/error_test.dart | 2 -- test/dependency_computer/import_dependencies_test.dart | 2 -- test/dependency_computer/no_dependencies_test.dart | 2 -- .../transformers_needed_by_library_test.dart | 2 -- test/dependency_computer/utils.dart | 2 -- test/descriptor.dart | 2 -- test/descriptor/git.dart | 2 -- test/descriptor/packages.dart | 2 -- test/descriptor/tar.dart | 2 -- test/downgrade/does_not_show_other_versions_test.dart | 2 -- test/downgrade/unlock_dependers_test.dart | 2 -- test/downgrade/unlock_if_necessary_test.dart | 2 -- test/error_group_test.dart | 2 -- test/get/broken_symlink_test.dart | 2 -- test/get/cache_transformed_dependency_test.dart | 2 -- test/get/git/check_out_and_upgrade_test.dart | 2 -- test/get/git/check_out_branch_test.dart | 2 -- test/get/git/check_out_revision_test.dart | 2 -- test/get/git/check_out_test.dart | 2 -- test/get/git/check_out_transitive_test.dart | 2 -- test/get/git/check_out_twice_test.dart | 2 -- .../git/check_out_unfetched_revision_of_cached_repo_test.dart | 2 -- test/get/git/check_out_with_trailing_slash_test.dart | 2 -- test/get/git/dependency_name_match_pubspec_test.dart | 2 -- test/get/git/different_repo_name_test.dart | 2 -- test/get/git/doesnt_fetch_if_nothing_changes_test.dart | 2 -- test/get/git/lock_version_test.dart | 2 -- test/get/git/locked_revision_without_repo_test.dart | 2 -- test/get/git/require_pubspec_name_test.dart | 2 -- test/get/git/require_pubspec_test.dart | 2 -- test/get/git/stay_locked_if_compatible_test.dart | 2 -- test/get/git/unlock_if_incompatible_test.dart | 2 -- test/get/hosted/avoid_network_requests_test.dart | 2 -- test/get/hosted/cached_pubspec_test.dart | 2 -- .../hosted/do_not_upgrade_on_removed_constraints_test.dart | 2 -- .../hosted/does_no_network_requests_when_possible_test.dart | 2 -- test/get/hosted/get_test.dart | 2 -- test/get/hosted/get_transitive_test.dart | 2 -- .../gets_a_package_with_busted_dev_dependencies_test.dart | 2 -- test/get/hosted/resolve_constraints_test.dart | 2 -- test/get/hosted/stay_locked_if_compatible_test.dart | 2 -- test/get/hosted/stay_locked_if_new_is_satisfied_test.dart | 2 -- test/get/hosted/stay_locked_test.dart | 2 -- test/get/hosted/unlock_if_incompatible_test.dart | 2 -- test/get/hosted/unlock_if_new_is_unsatisfied_test.dart | 2 -- test/get/hosted/unlock_if_version_doesnt_exist_test.dart | 2 -- test/get/relative_symlink_test.dart | 2 -- test/get/switch_source_test.dart | 2 -- test/hosted/fail_gracefully_on_missing_package_test.dart | 2 -- test/hosted/fail_gracefully_on_url_resolve_test.dart | 2 -- test/hosted/offline_test.dart | 2 -- test/hosted/remove_removed_dependency_test.dart | 2 -- test/hosted/remove_removed_transitive_dependency_test.dart | 2 -- test/hosted/version_negotiation_test.dart | 2 -- test/io_test.dart | 2 -- test/lish/utils.dart | 2 -- test/lock_file_test.dart | 2 -- test/oauth2/utils.dart | 2 -- test/package_list_files_test.dart | 2 -- test/preprocess_test.dart | 2 -- test/pub_get_and_upgrade_test.dart | 2 -- test/pub_test.dart | 2 -- test/pub_uploader_test.dart | 2 -- test/pubspec_test.dart | 2 -- test/real_version_test.dart | 2 -- test/serve/404_page_test.dart | 2 -- test/serve/allows_arbitrary_modes_test.dart | 2 -- test/serve/defaults_to_debug_mode_test.dart | 2 -- ..._crash_if_an_unused_dart_file_has_a_syntax_error_test.dart | 2 -- test/serve/does_not_serve_dart_in_release_test.dart | 2 -- test/serve/does_not_serve_hidden_assets_test.dart | 2 -- test/serve/does_not_watch_compiled_js_files_test.dart | 2 -- test/serve/gets_first_if_dependency_added_test.dart | 2 -- .../serve/gets_first_if_dependency_is_not_installed_test.dart | 2 -- test/serve/gets_first_if_dependency_version_changed_test.dart | 2 -- test/serve/gets_first_if_dev_dependency_changed_test.dart | 2 -- test/serve/gets_first_if_git_ref_changed_test.dart | 2 -- test/serve/gets_first_if_git_url_changed_test.dart | 2 -- test/serve/gets_first_if_no_lockfile_test.dart | 2 -- test/serve/gets_first_if_path_dependency_changed_test.dart | 2 -- test/serve/gets_first_if_source_changed_test.dart | 2 -- ..._first_if_transitive_dependency_is_not_installed_test.dart | 2 -- test/serve/invalid_method_test.dart | 2 -- test/serve/invalid_urls_test.dart | 2 -- test/serve/missing_asset_test.dart | 2 -- test/serve/missing_dependency_file_test.dart | 2 -- test/serve/missing_file_test.dart | 2 -- test/serve/native_watch_added_file_test.dart | 2 -- test/serve/native_watch_modified_file_test.dart | 2 -- test/serve/native_watch_removed_file_test.dart | 2 -- test/serve/native_watch_replaced_file_test.dart | 2 -- test/serve/serve_from_app_lib_test.dart | 2 -- test/serve/serve_from_app_web_test.dart | 2 -- test/serve/serve_from_dependency_lib_test.dart | 2 -- test/serve/serves_file_with_space_test.dart | 2 -- test/serve/serves_index_html_for_directories_test.dart | 2 -- test/serve/serves_web_and_test_dirs_by_default_test.dart | 2 -- test/serve/supports_cross_origin_header_test.dart | 2 -- .../supports_user_defined_declaring_transformers_test.dart | 2 -- test/serve/supports_user_defined_lazy_transformers_test.dart | 2 -- test/serve/unknown_dependency_test.dart | 2 -- test/serve/uses_appropriate_mime_types_test.dart | 2 -- test/serve/utils.dart | 2 -- test/serve/watch_added_file_test.dart | 2 -- test/serve/watch_modified_file_test.dart | 2 -- test/serve/watch_removed_file_test.dart | 2 -- test/serve/web_socket/exit_on_close_test.dart | 2 -- test/serve/web_socket/path_to_urls_errors_test.dart | 2 -- test/serve/web_socket/path_to_urls_test.dart | 2 -- test/serve/web_socket/path_to_urls_with_line_test.dart | 2 -- .../serve/web_socket/serve_directory_already_served_test.dart | 2 -- .../serve_directory_and_immediately_request_asset_test.dart | 2 -- .../serve_directory_and_immediately_serve_again_test.dart | 2 -- .../serve_directory_and_immediately_unserve_test.dart | 2 -- test/serve/web_socket/serve_directory_arg_errors_test.dart | 2 -- test/serve/web_socket/serve_directory_overlapping_test.dart | 2 -- test/serve/web_socket/serve_directory_test.dart | 2 -- test/serve/web_socket/unserve_directory_arg_errors_test.dart | 2 -- test/serve/web_socket/unserve_directory_not_served_test.dart | 2 -- test/serve/web_socket/unserve_directory_test.dart | 2 -- test/serve/web_socket/url_to_asset_id_errors_test.dart | 2 -- test/serve/web_socket/url_to_asset_id_test.dart | 2 -- test/serve/web_socket/url_to_asset_id_with_line_test.dart | 2 -- test/serve_packages.dart | 2 -- ...ates_a_snapshot_for_immediate_and_transitive_dep_test.dart | 2 -- test/snapshot/creates_a_snapshot_test.dart | 2 -- test/snapshot/doesnt_load_irrelevant_transformers_test.dart | 2 -- ...doesnt_resnapshot_when_a_dependency_is_unchanged_test.dart | 2 -- .../doesnt_snapshot_an_entrypoint_dependency_test.dart | 2 -- test/snapshot/doesnt_snapshot_path_dependency_test.dart | 2 -- .../doesnt_snapshot_transitive_dependencies_test.dart | 2 -- test/snapshot/prints_errors_for_broken_snapshots_test.dart | 2 -- test/snapshot/recompiles_if_the_sdk_is_out_of_date_test.dart | 2 -- test/snapshot/snapshots_transformed_code_test.dart | 2 -- test/snapshot/updates_snapshot_for_git_dependency_test.dart | 2 -- test/snapshot/upgrades_snapshot_for_dependency_test.dart | 2 -- test/snapshot/upgrades_snapshot_test.dart | 2 -- test/test_pub.dart | 2 -- test/transcript_test.dart | 2 -- test/transformer/a_transformer_rejects_its_config_test.dart | 2 -- .../asset_not_found_exceptions_are_detectable_test.dart | 2 -- test/transformer/cache_test.dart | 2 -- test/transformer/can_log_messages_test.dart | 2 -- test/transformer/can_use_consume_primary_test.dart | 2 -- test/transformer/can_use_has_input_test.dart | 2 -- test/transformer/can_use_read_input_as_string_test.dart | 2 -- test/transformer/can_use_read_input_test.dart | 2 -- .../configuration_defaults_to_empty_map_test.dart | 2 -- .../passes_configuration_to_a_transformer_test.dart | 2 -- ...tion_only_instantiates_configurable_transformers_test.dart | 2 -- .../dart2js_transformer_before_another_transformer_test.dart | 2 -- ...t_run_a_transform_on_an_input_in_another_package_test.dart | 2 -- test/transformer/exclusion/exclude_asset_glob_test.dart | 2 -- test/transformer/exclusion/exclude_asset_list_test.dart | 2 -- test/transformer/exclusion/exclude_asset_prefix_test.dart | 2 -- test/transformer/exclusion/exclude_asset_string_test.dart | 2 -- test/transformer/exclusion/include_asset_glob_test.dart | 2 -- test/transformer/exclusion/include_asset_list_test.dart | 2 -- test/transformer/exclusion/include_asset_prefix_test.dart | 2 -- test/transformer/exclusion/include_asset_string_test.dart | 2 -- test/transformer/exclusion/includes_before_excludes_test.dart | 2 -- .../exclusion/works_on_aggregate_transformer_test.dart | 2 -- test/transformer/exclusion/works_on_dart2js_test.dart | 2 -- .../transformer/exclusion/works_on_lazy_transformer_test.dart | 2 -- .../exclusion/works_on_transformer_group_test.dart | 2 -- .../fails_to_load_a_file_that_defines_no_transforms_test.dart | 2 -- .../fails_to_load_a_non_existent_transform_test.dart | 2 -- ...ails_to_load_a_pubspec_with_reserved_transformer_test.dart | 2 -- ...s_to_load_a_transform_from_a_deps_dev_dependency_test.dart | 2 -- .../fails_to_load_a_transform_from_a_non_dependency_test.dart | 2 -- .../fails_to_load_a_transform_with_a_syntax_error_test.dart | 2 -- .../fails_to_load_a_transform_with_an_import_error_test.dart | 2 -- ...unconfigurable_transformer_when_config_is_passed_test.dart | 2 -- .../loads_a_declaring_aggregate_transformer_test.dart | 2 -- .../loads_a_diamond_transformer_dependency_graph_test.dart | 2 -- test/transformer/loads_a_lazy_aggregate_transformer_test.dart | 2 -- ...ads_a_transformer_defined_in_an_exported_library_test.dart | 2 -- test/transformer/loads_an_aggregate_transformer_test.dart | 2 -- ...s_different_configurations_from_the_same_isolate_test.dart | 2 -- .../multiple_transformers_reject_their_config_test.dart | 2 -- .../transformer/prefers_transformer_to_library_name_test.dart | 2 -- test/transformer/prints_a_transform_error_in_apply_test.dart | 2 -- test/transformer/prints_a_transform_interface_error_test.dart | 2 -- ...uns_a_local_transform_on_the_application_package_test.dart | 2 -- ...third_party_transform_on_the_application_package_test.dart | 2 -- ...a_third_party_transformer_on_a_local_transformer_test.dart | 2 -- test/transformer/runs_a_transformer_group_test.dart | 2 -- test/transformer/runs_a_transformer_on_a_dependency_test.dart | 2 -- .../runs_one_third_party_transformer_on_another_test.dart | 2 -- ...upports_a_transformer_that_doesnt_return_futures_test.dart | 2 -- test/unknown_source_test.dart | 2 -- test/upgrade/git/do_not_upgrade_if_unneeded_test.dart | 2 -- test/upgrade/git/upgrade_locked_test.dart | 2 -- test/upgrade/git/upgrade_one_locked_test.dart | 2 -- test/upgrade/git/upgrade_to_incompatible_pubspec_test.dart | 2 -- test/upgrade/git/upgrade_to_nonexistent_pubspec_test.dart | 2 -- test/upgrade/hosted/unlock_dependers_test.dart | 2 -- test/upgrade/hosted/unlock_if_necessary_test.dart | 2 -- test/upgrade/hosted/upgrade_removed_constraints_test.dart | 2 -- test/upgrade/report/describes_change_test.dart | 2 -- ...does_not_show_newer_versions_for_locked_packages_test.dart | 2 -- test/upgrade/report/highlights_overrides_test.dart | 2 -- test/upgrade/report/leading_character_shows_change_test.dart | 2 -- test/upgrade/report/shows_newer_available_versions_test.dart | 2 -- .../report/shows_number_of_changed_dependencies_test.dart | 2 -- test/utils_test.dart | 2 -- test/validator/utils.dart | 2 -- test/version_solver_test.dart | 2 -- 342 files changed, 688 deletions(-) diff --git a/lib/src/ascii_tree.dart b/lib/src/ascii_tree.dart index 015a6e2c..8a7734e5 100644 --- a/lib/src/ascii_tree.dart +++ b/lib/src/ascii_tree.dart @@ -3,8 +3,6 @@ // BSD-style license that can be found in the LICENSE file. /// A simple library for rendering tree-like structures in ASCII. -library pub.ascii_tree; - import 'package:path/path.dart' as path; import 'log.dart' as log; diff --git a/lib/src/asset/dart/serialize.dart b/lib/src/asset/dart/serialize.dart index 3deb0ebc..f95022d6 100644 --- a/lib/src/asset/dart/serialize.dart +++ b/lib/src/asset/dart/serialize.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.asset.serialize; - import 'dart:async'; import 'dart:isolate'; diff --git a/lib/src/asset/dart/serialize/aggregate_transform.dart b/lib/src/asset/dart/serialize/aggregate_transform.dart index 8efa85fe..e529caea 100644 --- a/lib/src/asset/dart/serialize/aggregate_transform.dart +++ b/lib/src/asset/dart/serialize/aggregate_transform.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.asset.serialize.aggregate_transform; - import 'dart:async'; import 'dart:isolate'; diff --git a/lib/src/asset/dart/serialize/exception.dart b/lib/src/asset/dart/serialize/exception.dart index 26040a9d..d870a6e5 100644 --- a/lib/src/asset/dart/serialize/exception.dart +++ b/lib/src/asset/dart/serialize/exception.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.asset.serialize.exception; - import 'package:barback/barback.dart'; import 'package:stack_trace/stack_trace.dart'; diff --git a/lib/src/asset/dart/serialize/get_input_transform.dart b/lib/src/asset/dart/serialize/get_input_transform.dart index 9ab6540b..be22f572 100644 --- a/lib/src/asset/dart/serialize/get_input_transform.dart +++ b/lib/src/asset/dart/serialize/get_input_transform.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.asset.serialize.get_input_transform; - import 'dart:async'; import 'dart:convert'; diff --git a/lib/src/asset/dart/serialize/transform.dart b/lib/src/asset/dart/serialize/transform.dart index 911f6f62..f56408d2 100644 --- a/lib/src/asset/dart/serialize/transform.dart +++ b/lib/src/asset/dart/serialize/transform.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.asset.serialize.transform; - import 'dart:async'; import 'dart:isolate'; diff --git a/lib/src/asset/dart/serialize/transformer.dart b/lib/src/asset/dart/serialize/transformer.dart index 16d02deb..1805da93 100644 --- a/lib/src/asset/dart/serialize/transformer.dart +++ b/lib/src/asset/dart/serialize/transformer.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.asset.serialize.transformer; - import 'dart:async'; import 'dart:isolate'; diff --git a/lib/src/asset/dart/transformer_isolate.dart b/lib/src/asset/dart/transformer_isolate.dart index 06f78fcd..321f632a 100644 --- a/lib/src/asset/dart/transformer_isolate.dart +++ b/lib/src/asset/dart/transformer_isolate.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.asset.transformer_isolate; - import 'dart:convert'; import 'dart:isolate'; import 'dart:mirrors'; diff --git a/lib/src/asset/dart/utils.dart b/lib/src/asset/dart/utils.dart index 72150edf..7baf27c2 100644 --- a/lib/src/asset/dart/utils.dart +++ b/lib/src/asset/dart/utils.dart @@ -4,8 +4,6 @@ /// Functions go in this file as opposed to lib/src/utils.dart if they need to /// be accessible to the transformer-loading isolate. -library pub.asset.utils; - import 'dart:async'; /// A regular expression to match the exception prefix that some exceptions' diff --git a/lib/src/barback.dart b/lib/src/barback.dart index fcc4c5f8..6fd62458 100644 --- a/lib/src/barback.dart +++ b/lib/src/barback.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.barback; - import 'package:barback/barback.dart'; import 'package:path/path.dart' as p; import 'package:pub_semver/pub_semver.dart'; diff --git a/lib/src/barback/admin_server.dart b/lib/src/barback/admin_server.dart index 057a5888..d5f89037 100644 --- a/lib/src/barback/admin_server.dart +++ b/lib/src/barback/admin_server.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.barback.admin_server; - import 'dart:async'; import 'dart:io'; diff --git a/lib/src/barback/asset_environment.dart b/lib/src/barback/asset_environment.dart index 657d5a58..e2aa4e6b 100644 --- a/lib/src/barback/asset_environment.dart +++ b/lib/src/barback/asset_environment.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.barback.asset_environment; - import 'dart:async'; import 'dart:io'; diff --git a/lib/src/barback/barback_server.dart b/lib/src/barback/barback_server.dart index 87936048..b6f5d576 100644 --- a/lib/src/barback/barback_server.dart +++ b/lib/src/barback/barback_server.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.barback.server; - import 'dart:async'; import 'dart:io'; diff --git a/lib/src/barback/base_server.dart b/lib/src/barback/base_server.dart index a47b362f..69b7a535 100644 --- a/lib/src/barback/base_server.dart +++ b/lib/src/barback/base_server.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.barback.base_server; - import 'dart:async'; import 'dart:convert'; import 'dart:io'; diff --git a/lib/src/barback/cycle_exception.dart b/lib/src/barback/cycle_exception.dart index 8fdd0478..45f4362c 100644 --- a/lib/src/barback/cycle_exception.dart +++ b/lib/src/barback/cycle_exception.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.barback.cycle_exception; - import '../exceptions.dart'; /// An exception thrown when a transformer dependency cycle is detected. diff --git a/lib/src/barback/dart2js_transformer.dart b/lib/src/barback/dart2js_transformer.dart index 27caa129..431c5904 100644 --- a/lib/src/barback/dart2js_transformer.dart +++ b/lib/src/barback/dart2js_transformer.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.dart2js_transformer; - import 'dart:async'; import 'dart:convert'; diff --git a/lib/src/barback/dart_forwarding_transformer.dart b/lib/src/barback/dart_forwarding_transformer.dart index 210f882d..161a3d81 100644 --- a/lib/src/barback/dart_forwarding_transformer.dart +++ b/lib/src/barback/dart_forwarding_transformer.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.dart_forwarding_transformer; - import 'dart:async'; import 'package:barback/barback.dart'; diff --git a/lib/src/barback/dependency_computer.dart b/lib/src/barback/dependency_computer.dart index 46d5f03e..1166184b 100644 --- a/lib/src/barback/dependency_computer.dart +++ b/lib/src/barback/dependency_computer.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.barback.dependency_computer; - import 'package:barback/barback.dart'; import 'package:path/path.dart' as p; diff --git a/lib/src/barback/excluding_aggregate_transformer.dart b/lib/src/barback/excluding_aggregate_transformer.dart index beed5ce7..41268012 100644 --- a/lib/src/barback/excluding_aggregate_transformer.dart +++ b/lib/src/barback/excluding_aggregate_transformer.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.excluding_aggregate_transformer; - import 'dart:async'; import 'package:barback/barback.dart'; diff --git a/lib/src/barback/excluding_transformer.dart b/lib/src/barback/excluding_transformer.dart index 90b4e512..dd343471 100644 --- a/lib/src/barback/excluding_transformer.dart +++ b/lib/src/barback/excluding_transformer.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.excluding_transformer; - import 'dart:async'; import 'package:barback/barback.dart'; diff --git a/lib/src/barback/foreign_transformer.dart b/lib/src/barback/foreign_transformer.dart index caa50266..5ec77340 100644 --- a/lib/src/barback/foreign_transformer.dart +++ b/lib/src/barback/foreign_transformer.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.foreign_transformer; - import 'dart:async'; import 'dart:isolate'; diff --git a/lib/src/barback/load_all_transformers.dart b/lib/src/barback/load_all_transformers.dart index 99fdad57..f21df9e2 100644 --- a/lib/src/barback/load_all_transformers.dart +++ b/lib/src/barback/load_all_transformers.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.load_all_transformers; - import 'dart:async'; import 'package:barback/barback.dart'; diff --git a/lib/src/barback/pub_package_provider.dart b/lib/src/barback/pub_package_provider.dart index 4fa3998e..13dc9c91 100644 --- a/lib/src/barback/pub_package_provider.dart +++ b/lib/src/barback/pub_package_provider.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.pub_package_provider; - import 'dart:async'; import 'dart:io'; diff --git a/lib/src/barback/source_directory.dart b/lib/src/barback/source_directory.dart index fbb74686..8813d79a 100644 --- a/lib/src/barback/source_directory.dart +++ b/lib/src/barback/source_directory.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.barback.source_directory; - import 'dart:async'; import 'package:watcher/watcher.dart'; diff --git a/lib/src/barback/transformer_cache.dart b/lib/src/barback/transformer_cache.dart index e6c9a538..cb90ecd2 100644 --- a/lib/src/barback/transformer_cache.dart +++ b/lib/src/barback/transformer_cache.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.barback.transformer_cache; - import 'package:path/path.dart' as p; import '../io.dart'; diff --git a/lib/src/barback/transformer_config.dart b/lib/src/barback/transformer_config.dart index c6906dd3..67a8cba1 100644 --- a/lib/src/barback/transformer_config.dart +++ b/lib/src/barback/transformer_config.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.barback.transformer_config; - import 'package:glob/glob.dart'; import 'package:path/path.dart' as p; import 'package:source_span/source_span.dart'; diff --git a/lib/src/barback/transformer_id.dart b/lib/src/barback/transformer_id.dart index c36d4ae2..0e67d6ae 100644 --- a/lib/src/barback/transformer_id.dart +++ b/lib/src/barback/transformer_id.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.barback.transformer_id; - import 'dart:async'; import 'package:barback/barback.dart'; diff --git a/lib/src/barback/transformer_isolate.dart b/lib/src/barback/transformer_isolate.dart index 4717f160..e833be0a 100644 --- a/lib/src/barback/transformer_isolate.dart +++ b/lib/src/barback/transformer_isolate.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.transformer_isolate; - import 'dart:async'; import 'dart:convert'; import 'dart:isolate'; diff --git a/lib/src/barback/transformer_loader.dart b/lib/src/barback/transformer_loader.dart index 031c384c..37840254 100644 --- a/lib/src/barback/transformer_loader.dart +++ b/lib/src/barback/transformer_loader.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.barback.transformer_loader; - import 'dart:async'; import 'package:barback/barback.dart'; diff --git a/lib/src/barback/web_socket_api.dart b/lib/src/barback/web_socket_api.dart index a580a2c6..da5fb8c6 100644 --- a/lib/src/barback/web_socket_api.dart +++ b/lib/src/barback/web_socket_api.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.barback.web_socket_api; - import 'dart:async'; import 'dart:io'; diff --git a/lib/src/cached_package.dart b/lib/src/cached_package.dart index 94a500ed..c67a3c1f 100644 --- a/lib/src/cached_package.dart +++ b/lib/src/cached_package.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.cached_package; - import 'package:path/path.dart' as p; import 'package:pub_semver/pub_semver.dart'; import 'package:yaml/yaml.dart'; diff --git a/lib/src/command.dart b/lib/src/command.dart index 93a6c95c..9308078a 100644 --- a/lib/src/command.dart +++ b/lib/src/command.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.command; - import 'package:args/args.dart'; import 'package:args/command_runner.dart'; diff --git a/lib/src/command/barback.dart b/lib/src/command/barback.dart index 8175e8f1..1ac2ea9a 100644 --- a/lib/src/command/barback.dart +++ b/lib/src/command/barback.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.command.barback; - import 'dart:async'; import 'package:barback/barback.dart'; diff --git a/lib/src/command/build.dart b/lib/src/command/build.dart index b07cd95d..44b634c4 100644 --- a/lib/src/command/build.dart +++ b/lib/src/command/build.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.command.build; - import 'dart:async'; import 'package:barback/barback.dart'; diff --git a/lib/src/command/cache.dart b/lib/src/command/cache.dart index 432f0965..a7e9d77b 100644 --- a/lib/src/command/cache.dart +++ b/lib/src/command/cache.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.command.cache; - import '../command.dart'; import 'cache_add.dart'; import 'cache_list.dart'; diff --git a/lib/src/command/cache_add.dart b/lib/src/command/cache_add.dart index 3bc01e50..77cfd81d 100644 --- a/lib/src/command/cache_add.dart +++ b/lib/src/command/cache_add.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.command.cache_add; - import 'dart:async'; import 'package:pub_semver/pub_semver.dart'; diff --git a/lib/src/command/cache_list.dart b/lib/src/command/cache_list.dart index a9fa4705..a510e6cf 100644 --- a/lib/src/command/cache_list.dart +++ b/lib/src/command/cache_list.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.command.cache_list; - import 'dart:convert'; import '../command.dart'; diff --git a/lib/src/command/cache_repair.dart b/lib/src/command/cache_repair.dart index 53b0f021..5d7ab94a 100644 --- a/lib/src/command/cache_repair.dart +++ b/lib/src/command/cache_repair.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.command.cache_repair; - import 'dart:async'; import '../command.dart'; diff --git a/lib/src/command/deps.dart b/lib/src/command/deps.dart index 4de2604f..8822978d 100644 --- a/lib/src/command/deps.dart +++ b/lib/src/command/deps.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.command.list; - import 'dart:collection'; import '../ascii_tree.dart' as tree; diff --git a/lib/src/command/downgrade.dart b/lib/src/command/downgrade.dart index c48c1f01..fd709631 100644 --- a/lib/src/command/downgrade.dart +++ b/lib/src/command/downgrade.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.command.downgrade; - import 'dart:async'; import '../command.dart'; diff --git a/lib/src/command/get.dart b/lib/src/command/get.dart index d2fc5131..e34f6fab 100644 --- a/lib/src/command/get.dart +++ b/lib/src/command/get.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.command.get; - import 'dart:async'; import '../command.dart'; diff --git a/lib/src/command/global.dart b/lib/src/command/global.dart index c2ddfd8e..48f71b6c 100644 --- a/lib/src/command/global.dart +++ b/lib/src/command/global.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.command.global; - import '../command.dart'; import 'global_activate.dart'; import 'global_deactivate.dart'; diff --git a/lib/src/command/global_activate.dart b/lib/src/command/global_activate.dart index d4335c23..5c389fad 100644 --- a/lib/src/command/global_activate.dart +++ b/lib/src/command/global_activate.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.command.global_activate; - import 'dart:async'; import 'package:pub_semver/pub_semver.dart'; diff --git a/lib/src/command/global_deactivate.dart b/lib/src/command/global_deactivate.dart index e64f7227..6f6ba220 100644 --- a/lib/src/command/global_deactivate.dart +++ b/lib/src/command/global_deactivate.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.command.global_deactivate; - import '../command.dart'; import '../log.dart' as log; import '../utils.dart'; diff --git a/lib/src/command/global_list.dart b/lib/src/command/global_list.dart index 7a05bb04..61eb9ebb 100644 --- a/lib/src/command/global_list.dart +++ b/lib/src/command/global_list.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.command.global_list; - import '../command.dart'; /// Handles the `global list` pub command. diff --git a/lib/src/command/global_run.dart b/lib/src/command/global_run.dart index ce0085cb..e06fa52b 100644 --- a/lib/src/command/global_run.dart +++ b/lib/src/command/global_run.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.command.global_run; - import 'dart:async'; import 'package:barback/barback.dart'; diff --git a/lib/src/command/lish.dart b/lib/src/command/lish.dart index 7109f0dc..380b7631 100644 --- a/lib/src/command/lish.dart +++ b/lib/src/command/lish.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.command.lish; - import 'dart:async'; import 'package:http/http.dart' as http; diff --git a/lib/src/command/list_package_dirs.dart b/lib/src/command/list_package_dirs.dart index 36e45269..220d5b81 100644 --- a/lib/src/command/list_package_dirs.dart +++ b/lib/src/command/list_package_dirs.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.command.list_package_dirs; - import 'package:path/path.dart' as p; import '../command.dart'; diff --git a/lib/src/command/run.dart b/lib/src/command/run.dart index 9e60c816..ec26fbfc 100644 --- a/lib/src/command/run.dart +++ b/lib/src/command/run.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.command.run; - import 'dart:async'; import 'package:barback/barback.dart'; diff --git a/lib/src/command/serve.dart b/lib/src/command/serve.dart index 38483287..1c41e146 100644 --- a/lib/src/command/serve.dart +++ b/lib/src/command/serve.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.command.serve; - import 'dart:async'; import 'dart:math' as math; diff --git a/lib/src/command/upgrade.dart b/lib/src/command/upgrade.dart index bd2389d8..20f4a105 100644 --- a/lib/src/command/upgrade.dart +++ b/lib/src/command/upgrade.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.command.upgrade; - import 'dart:async'; import '../command.dart'; diff --git a/lib/src/command/uploader.dart b/lib/src/command/uploader.dart index b66d7cc4..4d06bb70 100644 --- a/lib/src/command/uploader.dart +++ b/lib/src/command/uploader.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.command.uploader; - import 'dart:async'; import 'package:path/path.dart' as path; diff --git a/lib/src/command/version.dart b/lib/src/command/version.dart index de40572a..d9fd95b9 100644 --- a/lib/src/command/version.dart +++ b/lib/src/command/version.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.command.version; - import '../command.dart'; import '../log.dart' as log; import '../sdk.dart' as sdk; diff --git a/lib/src/command_runner.dart b/lib/src/command_runner.dart index 2f3c4387..1addc152 100644 --- a/lib/src/command_runner.dart +++ b/lib/src/command_runner.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.command_runner; - import 'dart:async'; import 'dart:io'; diff --git a/lib/src/dart.dart b/lib/src/dart.dart index 4fce3f9f..c298ace5 100644 --- a/lib/src/dart.dart +++ b/lib/src/dart.dart @@ -3,8 +3,6 @@ // BSD-style license that can be found in the LICENSE file. /// A library for compiling Dart code and manipulating analyzer parse trees. -library pub.dart; - import 'dart:async'; import 'dart:io'; import 'dart:isolate'; diff --git a/lib/src/entrypoint.dart b/lib/src/entrypoint.dart index 6510f730..1cb84628 100644 --- a/lib/src/entrypoint.dart +++ b/lib/src/entrypoint.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.entrypoint; - import 'dart:async'; import 'dart:io'; diff --git a/lib/src/error_group.dart b/lib/src/error_group.dart index c479a24e..da86be1a 100644 --- a/lib/src/error_group.dart +++ b/lib/src/error_group.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.error_group; - import 'dart:async'; /// An [ErrorGroup] entangles the errors of multiple [Future]s and [Stream]s diff --git a/lib/src/exceptions.dart b/lib/src/exceptions.dart index e11c48cc..536c8bd6 100644 --- a/lib/src/exceptions.dart +++ b/lib/src/exceptions.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.exceptions; - import 'dart:io'; import 'dart:isolate'; diff --git a/lib/src/executable.dart b/lib/src/executable.dart index 7f9a9ae2..c8e38ffa 100644 --- a/lib/src/executable.dart +++ b/lib/src/executable.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.executable; - import 'dart:async'; import 'dart:io'; diff --git a/lib/src/exit_codes.dart b/lib/src/exit_codes.dart index ebe8e8de..e072ef2d 100644 --- a/lib/src/exit_codes.dart +++ b/lib/src/exit_codes.dart @@ -9,8 +9,6 @@ /// encountered by pub. /// /// [manpage]: http://www.freebsd.org/cgi/man.cgi?query=sysexits -library pub.exit_codes; - /// The command completely successfully. const SUCCESS = 0; diff --git a/lib/src/git.dart b/lib/src/git.dart index 14ab538e..3877ee21 100644 --- a/lib/src/git.dart +++ b/lib/src/git.dart @@ -3,8 +3,6 @@ // BSD-style license that can be found in the LICENSE file. /// Helper functionality for invoking Git. -library pub.git; - import 'dart:async'; import 'dart:io'; diff --git a/lib/src/global_packages.dart b/lib/src/global_packages.dart index 6a813a17..dd6865ac 100644 --- a/lib/src/global_packages.dart +++ b/lib/src/global_packages.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.global_packages; - import 'dart:async'; import 'dart:io'; diff --git a/lib/src/http.dart b/lib/src/http.dart index d3f57f1a..cdf3cc1e 100644 --- a/lib/src/http.dart +++ b/lib/src/http.dart @@ -3,8 +3,6 @@ // BSD-style license that can be found in the LICENSE file. /// Helpers for dealing with HTTP. -library pub.http; - import 'dart:async'; import 'dart:convert'; import 'dart:io'; diff --git a/lib/src/io.dart b/lib/src/io.dart index e70b7a0f..906e5358 100644 --- a/lib/src/io.dart +++ b/lib/src/io.dart @@ -3,8 +3,6 @@ // BSD-style license that can be found in the LICENSE file. /// Helper functionality to make working with IO easier. -library pub.io; - import 'dart:async'; import 'dart:collection'; import 'dart:convert'; diff --git a/lib/src/lock_file.dart b/lib/src/lock_file.dart index 48a7319f..7810bad1 100644 --- a/lib/src/lock_file.dart +++ b/lib/src/lock_file.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.lock_file; - import 'dart:collection'; import 'package:path/path.dart' as p; diff --git a/lib/src/log.dart b/lib/src/log.dart index cef2d685..3f31a39d 100644 --- a/lib/src/log.dart +++ b/lib/src/log.dart @@ -3,8 +3,6 @@ // BSD-style license that can be found in the LICENSE file. /// Message logging. -library pub.log; - import 'dart:async'; import 'dart:convert'; import 'dart:io'; diff --git a/lib/src/oauth2.dart b/lib/src/oauth2.dart index 384ae72d..6578c033 100644 --- a/lib/src/oauth2.dart +++ b/lib/src/oauth2.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.oauth2; - import 'dart:async'; import 'dart:io'; diff --git a/lib/src/package.dart b/lib/src/package.dart index 94b36c99..2ba4c3ee 100644 --- a/lib/src/package.dart +++ b/lib/src/package.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.package; - import 'dart:io'; import 'package:barback/barback.dart'; diff --git a/lib/src/package_graph.dart b/lib/src/package_graph.dart index dea67423..ae603ed2 100644 --- a/lib/src/package_graph.dart +++ b/lib/src/package_graph.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.package_graph; - import 'barback/transformer_cache.dart'; import 'entrypoint.dart'; import 'lock_file.dart'; diff --git a/lib/src/preprocess.dart b/lib/src/preprocess.dart index 738829f7..1d2a999c 100644 --- a/lib/src/preprocess.dart +++ b/lib/src/preprocess.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.preprocess; - import 'package:pub_semver/pub_semver.dart'; import 'package:string_scanner/string_scanner.dart'; diff --git a/lib/src/progress.dart b/lib/src/progress.dart index 5029f61a..eac5f9a6 100644 --- a/lib/src/progress.dart +++ b/lib/src/progress.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.progress; - import 'dart:async'; import 'dart:io'; diff --git a/lib/src/pubspec.dart b/lib/src/pubspec.dart index 3cfcf6ab..20fea2aa 100644 --- a/lib/src/pubspec.dart +++ b/lib/src/pubspec.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.pubspec; - import 'package:path/path.dart' as path; import 'package:pub_semver/pub_semver.dart'; import 'package:source_span/source_span.dart'; diff --git a/lib/src/sdk.dart b/lib/src/sdk.dart index d0ef3517..e2e48f2d 100644 --- a/lib/src/sdk.dart +++ b/lib/src/sdk.dart @@ -3,8 +3,6 @@ // BSD-style license that can be found in the LICENSE file. /// Operations relative to the user's installed Dart SDK. -library pub.sdk; - import 'dart:io'; import 'package:path/path.dart' as p; diff --git a/lib/src/solver/backtracking_solver.dart b/lib/src/solver/backtracking_solver.dart index 97595fad..774797cf 100644 --- a/lib/src/solver/backtracking_solver.dart +++ b/lib/src/solver/backtracking_solver.dart @@ -33,8 +33,6 @@ /// doing this, traversing and then backtracking when it meets a failure until /// a valid solution has been found or until all possible options for all /// speculative choices have been exhausted. -library pub.solver.backtracking_solver; - import 'dart:async'; import 'package:pub_semver/pub_semver.dart'; diff --git a/lib/src/solver/solve_report.dart b/lib/src/solver/solve_report.dart index 2a089b5d..a6794d35 100644 --- a/lib/src/solver/solve_report.dart +++ b/lib/src/solver/solve_report.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.solver.solve_report; - import 'package:pub_semver/pub_semver.dart'; import '../lock_file.dart'; diff --git a/lib/src/solver/unselected_package_queue.dart b/lib/src/solver/unselected_package_queue.dart index 2c3cb294..76d5d48f 100644 --- a/lib/src/solver/unselected_package_queue.dart +++ b/lib/src/solver/unselected_package_queue.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.solver.unselected_package_queue; - import 'dart:async'; import 'dart:collection'; diff --git a/lib/src/solver/version_queue.dart b/lib/src/solver/version_queue.dart index a6723aac..2526a189 100644 --- a/lib/src/solver/version_queue.dart +++ b/lib/src/solver/version_queue.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.solver.version_queue; - import 'dart:async'; import 'dart:collection' show Queue; diff --git a/lib/src/solver/version_selection.dart b/lib/src/solver/version_selection.dart index c815f9f7..58228e83 100644 --- a/lib/src/solver/version_selection.dart +++ b/lib/src/solver/version_selection.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.solver.version_selection; - import 'dart:async'; import 'dart:collection'; diff --git a/lib/src/solver/version_solver.dart b/lib/src/solver/version_solver.dart index 0f89747f..55ecc3c5 100644 --- a/lib/src/solver/version_solver.dart +++ b/lib/src/solver/version_solver.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.solver.version_solver; - import 'dart:async'; import "dart:convert"; diff --git a/lib/src/source.dart b/lib/src/source.dart index ff590b24..b2fb0839 100644 --- a/lib/src/source.dart +++ b/lib/src/source.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.source; - import 'dart:async'; import 'package:pub_semver/pub_semver.dart'; diff --git a/lib/src/source/cached.dart b/lib/src/source/cached.dart index bd1736b1..e492f54c 100644 --- a/lib/src/source/cached.dart +++ b/lib/src/source/cached.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.source.cached; - import 'dart:async'; import 'package:path/path.dart' as path; diff --git a/lib/src/source/git.dart b/lib/src/source/git.dart index 8fc10146..48b49010 100644 --- a/lib/src/source/git.dart +++ b/lib/src/source/git.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.source.git; - import 'dart:async'; import 'package:path/path.dart' as path; diff --git a/lib/src/source/hosted.dart b/lib/src/source/hosted.dart index 8c93bfc5..62832e97 100644 --- a/lib/src/source/hosted.dart +++ b/lib/src/source/hosted.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.source.hosted; - import 'dart:async'; import 'dart:io' as io; import "dart:convert"; diff --git a/lib/src/source/path.dart b/lib/src/source/path.dart index 6c3b6520..b700d337 100644 --- a/lib/src/source/path.dart +++ b/lib/src/source/path.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.source.path; - import 'dart:async'; import 'package:path/path.dart' as p; diff --git a/lib/src/source/unknown.dart b/lib/src/source/unknown.dart index 4a8f361a..7f015af0 100644 --- a/lib/src/source/unknown.dart +++ b/lib/src/source/unknown.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.source.unknown; - import 'dart:async'; import 'package:pub_semver/pub_semver.dart'; diff --git a/lib/src/source_registry.dart b/lib/src/source_registry.dart index 9df3e1a9..c8d408cc 100644 --- a/lib/src/source_registry.dart +++ b/lib/src/source_registry.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.source_registry; - import 'dart:collection'; import 'package.dart'; diff --git a/lib/src/system_cache.dart b/lib/src/system_cache.dart index eb339929..30f25347 100644 --- a/lib/src/system_cache.dart +++ b/lib/src/system_cache.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.system_cache; - import 'dart:io'; import 'package:path/path.dart' as path; diff --git a/lib/src/transcript.dart b/lib/src/transcript.dart index ce3aab6d..078e0b42 100644 --- a/lib/src/transcript.dart +++ b/lib/src/transcript.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.transcript; - import 'dart:collection'; /// A rolling transcript of entries of type [T]. diff --git a/lib/src/utils.dart b/lib/src/utils.dart index 5e97e434..99b567ae 100644 --- a/lib/src/utils.dart +++ b/lib/src/utils.dart @@ -3,8 +3,6 @@ // BSD-style license that can be found in the LICENSE file. /// Generic utility functions. Stuff that should possibly be in core. -library pub.utils; - import 'dart:async'; import "dart:convert"; import 'dart:io'; diff --git a/lib/src/validator.dart b/lib/src/validator.dart index 5589da6b..57b106ca 100644 --- a/lib/src/validator.dart +++ b/lib/src/validator.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.validator; - import 'dart:async'; import 'entrypoint.dart'; diff --git a/lib/src/validator/compiled_dartdoc.dart b/lib/src/validator/compiled_dartdoc.dart index 10b351fb..d705ac45 100644 --- a/lib/src/validator/compiled_dartdoc.dart +++ b/lib/src/validator/compiled_dartdoc.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.validator.compiled_dartdoc; - import 'dart:async'; import 'package:path/path.dart' as path; diff --git a/lib/src/validator/dependency.dart b/lib/src/validator/dependency.dart index ccb5e23d..3caa8c26 100644 --- a/lib/src/validator/dependency.dart +++ b/lib/src/validator/dependency.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.validator.dependency; - import 'dart:async'; import 'package:pub_semver/pub_semver.dart'; diff --git a/lib/src/validator/dependency_override.dart b/lib/src/validator/dependency_override.dart index a5ce2998..ff2fb434 100644 --- a/lib/src/validator/dependency_override.dart +++ b/lib/src/validator/dependency_override.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.validator.dependency_override; - import 'dart:async'; import '../entrypoint.dart'; diff --git a/lib/src/validator/directory.dart b/lib/src/validator/directory.dart index 6039fc5c..e30b889d 100644 --- a/lib/src/validator/directory.dart +++ b/lib/src/validator/directory.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.validator.directory; - import 'dart:async'; import 'package:path/path.dart' as path; diff --git a/lib/src/validator/executable.dart b/lib/src/validator/executable.dart index ee52ce87..0851be1c 100644 --- a/lib/src/validator/executable.dart +++ b/lib/src/validator/executable.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.validator.executable; - import 'dart:async'; import 'package:path/path.dart' as p; diff --git a/lib/src/validator/license.dart b/lib/src/validator/license.dart index 60147063..896f6452 100644 --- a/lib/src/validator/license.dart +++ b/lib/src/validator/license.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.validator.license; - import 'dart:async'; import 'package:path/path.dart' as path; diff --git a/lib/src/validator/name.dart b/lib/src/validator/name.dart index eb76603f..42d4748f 100644 --- a/lib/src/validator/name.dart +++ b/lib/src/validator/name.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.validator.name; - import 'dart:async'; import 'package:path/path.dart' as path; diff --git a/lib/src/validator/pubspec.dart b/lib/src/validator/pubspec.dart index f1ca4a4e..dce520b3 100644 --- a/lib/src/validator/pubspec.dart +++ b/lib/src/validator/pubspec.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.validator.pubspec; - import 'dart:async'; import 'package:path/path.dart' as p; diff --git a/lib/src/validator/pubspec_field.dart b/lib/src/validator/pubspec_field.dart index 546eb26c..2f9f33dd 100644 --- a/lib/src/validator/pubspec_field.dart +++ b/lib/src/validator/pubspec_field.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.validator.pubspec_field; - import 'dart:async'; import '../entrypoint.dart'; diff --git a/lib/src/validator/sdk_constraint.dart b/lib/src/validator/sdk_constraint.dart index b192b059..827a8e76 100644 --- a/lib/src/validator/sdk_constraint.dart +++ b/lib/src/validator/sdk_constraint.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.validator.sdk_constraint; - import 'dart:async'; import '../entrypoint.dart'; diff --git a/lib/src/validator/size.dart b/lib/src/validator/size.dart index b3da3883..05ad9356 100644 --- a/lib/src/validator/size.dart +++ b/lib/src/validator/size.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.validator.size; - import 'dart:async'; import 'dart:math' as math; diff --git a/lib/src/validator/utf8_readme.dart b/lib/src/validator/utf8_readme.dart index 9f30d655..11c59236 100644 --- a/lib/src/validator/utf8_readme.dart +++ b/lib/src/validator/utf8_readme.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.validator.utf8_readme; - import 'dart:async'; import 'dart:convert'; diff --git a/test/ascii_tree_test.dart b/test/ascii_tree_test.dart index f00a515f..0c65871d 100644 --- a/test/ascii_tree_test.dart +++ b/test/ascii_tree_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library lock_file_test; - import 'package:pub/src/ascii_tree.dart' as tree; import 'package:test/test.dart'; diff --git a/test/build/allows_arbitrary_modes_test.dart b/test/build/allows_arbitrary_modes_test.dart index 2e84882f..ddd8d729 100644 --- a/test/build/allows_arbitrary_modes_test.dart +++ b/test/build/allows_arbitrary_modes_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; diff --git a/test/build/can_specify_output_directory_test.dart b/test/build/can_specify_output_directory_test.dart index 926889b3..7526126b 100644 --- a/test/build/can_specify_output_directory_test.dart +++ b/test/build/can_specify_output_directory_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:path/path.dart' as path; import 'package:scheduled_test/scheduled_test.dart'; diff --git a/test/build/defaults_to_release_mode_test.dart b/test/build/defaults_to_release_mode_test.dart index faa81d14..9120504d 100644 --- a/test/build/defaults_to_release_mode_test.dart +++ b/test/build/defaults_to_release_mode_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; diff --git a/test/cache/add/adds_latest_matching_version_test.dart b/test/cache/add/adds_latest_matching_version_test.dart index 829d0df5..0b223c36 100644 --- a/test/cache/add/adds_latest_matching_version_test.dart +++ b/test/cache/add/adds_latest_matching_version_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; diff --git a/test/cache/add/adds_latest_version_test.dart b/test/cache/add/adds_latest_version_test.dart index bca3f0fb..c427109c 100644 --- a/test/cache/add/adds_latest_version_test.dart +++ b/test/cache/add/adds_latest_version_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; diff --git a/test/cache/add/all_adds_all_matching_versions_test.dart b/test/cache/add/all_adds_all_matching_versions_test.dart index db9cd2f8..d4e03e83 100644 --- a/test/cache/add/all_adds_all_matching_versions_test.dart +++ b/test/cache/add/all_adds_all_matching_versions_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; diff --git a/test/cache/add/all_with_some_versions_present_test.dart b/test/cache/add/all_with_some_versions_present_test.dart index 97369b07..d2789ef9 100644 --- a/test/cache/add/all_with_some_versions_present_test.dart +++ b/test/cache/add/all_with_some_versions_present_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; diff --git a/test/cache/add/already_cached_test.dart b/test/cache/add/already_cached_test.dart index e1e052ef..2b7a0182 100644 --- a/test/cache/add/already_cached_test.dart +++ b/test/cache/add/already_cached_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; diff --git a/test/cache/add/bad_version_test.dart b/test/cache/add/bad_version_test.dart index 6ba2f85b..bf02eab1 100644 --- a/test/cache/add/bad_version_test.dart +++ b/test/cache/add/bad_version_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:pub/src/exit_codes.dart' as exit_codes; import '../../test_pub.dart'; diff --git a/test/cache/add/missing_package_arg_test.dart b/test/cache/add/missing_package_arg_test.dart index f2217892..dc1be94c 100644 --- a/test/cache/add/missing_package_arg_test.dart +++ b/test/cache/add/missing_package_arg_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:pub/src/exit_codes.dart' as exit_codes; import '../../test_pub.dart'; diff --git a/test/cache/add/no_matching_version_test.dart b/test/cache/add/no_matching_version_test.dart index c343db9c..2f2df5ab 100644 --- a/test/cache/add/no_matching_version_test.dart +++ b/test/cache/add/no_matching_version_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../test_pub.dart'; main() { diff --git a/test/cache/add/package_not_found_test.dart b/test/cache/add/package_not_found_test.dart index 6949f2a3..9379ca97 100644 --- a/test/cache/add/package_not_found_test.dart +++ b/test/cache/add/package_not_found_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:pub/src/exit_codes.dart' as exit_codes; import '../../test_pub.dart'; diff --git a/test/cache/add/unexpected_arguments_test.dart b/test/cache/add/unexpected_arguments_test.dart index 4e49544f..88c081e6 100644 --- a/test/cache/add/unexpected_arguments_test.dart +++ b/test/cache/add/unexpected_arguments_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:pub/src/exit_codes.dart' as exit_codes; import '../../test_pub.dart'; diff --git a/test/cache/list_test.dart b/test/cache/list_test.dart index 9a42d22e..f7efabf1 100644 --- a/test/cache/list_test.dart +++ b/test/cache/list_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_cache_test; - import 'package:path/path.dart' as path; import '../descriptor.dart' as d; diff --git a/test/cache/repair/empty_cache_test.dart b/test/cache/repair/empty_cache_test.dart index e19e68f0..a260ec3b 100644 --- a/test/cache/repair/empty_cache_test.dart +++ b/test/cache/repair/empty_cache_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../test_pub.dart'; main() { diff --git a/test/cache/repair/handles_corrupted_binstub_test.dart b/test/cache/repair/handles_corrupted_binstub_test.dart index 2d9d7a3e..a44985c1 100644 --- a/test/cache/repair/handles_corrupted_binstub_test.dart +++ b/test/cache/repair/handles_corrupted_binstub_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:scheduled_test/scheduled_test.dart'; import '../../descriptor.dart' as d; diff --git a/test/cache/repair/handles_corrupted_global_lockfile_test.dart b/test/cache/repair/handles_corrupted_global_lockfile_test.dart index 46f61b1d..e9bae170 100644 --- a/test/cache/repair/handles_corrupted_global_lockfile_test.dart +++ b/test/cache/repair/handles_corrupted_global_lockfile_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:pub/src/exit_codes.dart' as exit_codes; import 'package:scheduled_test/scheduled_test.dart'; diff --git a/test/cache/repair/handles_failure_test.dart b/test/cache/repair/handles_failure_test.dart index 4aa39726..0b556394 100644 --- a/test/cache/repair/handles_failure_test.dart +++ b/test/cache/repair/handles_failure_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:pub/src/exit_codes.dart' as exit_codes; import 'package:scheduled_test/scheduled_test.dart'; diff --git a/test/cache/repair/handles_orphaned_binstub_test.dart b/test/cache/repair/handles_orphaned_binstub_test.dart index d62fa01f..e623c308 100644 --- a/test/cache/repair/handles_orphaned_binstub_test.dart +++ b/test/cache/repair/handles_orphaned_binstub_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:scheduled_test/scheduled_test.dart'; import '../../descriptor.dart' as d; diff --git a/test/cache/repair/recompiles_snapshots_test.dart b/test/cache/repair/recompiles_snapshots_test.dart index 8ed96469..a831c8ca 100644 --- a/test/cache/repair/recompiles_snapshots_test.dart +++ b/test/cache/repair/recompiles_snapshots_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; diff --git a/test/cache/repair/reinstalls_git_packages_test.dart b/test/cache/repair/reinstalls_git_packages_test.dart index 926b7399..ba76337e 100644 --- a/test/cache/repair/reinstalls_git_packages_test.dart +++ b/test/cache/repair/reinstalls_git_packages_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:path/path.dart' as path; import 'package:pub/src/io.dart'; import 'package:scheduled_test/scheduled_test.dart'; diff --git a/test/cache/repair/reinstalls_hosted_packages_test.dart b/test/cache/repair/reinstalls_hosted_packages_test.dart index c5deaa06..871c5df8 100644 --- a/test/cache/repair/reinstalls_hosted_packages_test.dart +++ b/test/cache/repair/reinstalls_hosted_packages_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; diff --git a/test/cache/repair/updates_binstubs_test.dart b/test/cache/repair/updates_binstubs_test.dart index 73ecde39..1a3f992f 100644 --- a/test/cache/repair/updates_binstubs_test.dart +++ b/test/cache/repair/updates_binstubs_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:scheduled_test/scheduled_test.dart'; import '../../descriptor.dart' as d; diff --git a/test/dart2js/allows_import_in_dart_code_test.dart b/test/dart2js/allows_import_in_dart_code_test.dart index b484b8e6..c9b2ba2a 100644 --- a/test/dart2js/allows_import_in_dart_code_test.dart +++ b/test/dart2js/allows_import_in_dart_code_test.dart @@ -14,8 +14,6 @@ main() { d.libPubspec("foo", "0.0.1"), d.dir("lib", [ d.file("foo.dart", """ -library foo; -foo() => 'footext'; """) ]) ]).create(); @@ -26,8 +24,6 @@ foo() => 'footext'; }), d.dir("lib", [ d.file("lib.dart", """ -library lib; -lib() => 'libtext'; """) ]), d.dir("web", [ diff --git a/test/dart2js/compiles_generated_file_from_dependency_outside_web_test.dart b/test/dart2js/compiles_generated_file_from_dependency_outside_web_test.dart index 422bf320..cc8cfeb0 100644 --- a/test/dart2js/compiles_generated_file_from_dependency_outside_web_test.dart +++ b/test/dart2js/compiles_generated_file_from_dependency_outside_web_test.dart @@ -30,8 +30,6 @@ import "other.dart"; void main() => print(TOKEN); """), d.file("other.dart", """ -library other; -const TOKEN = "before"; """) ]) ]).create(); diff --git a/test/dart2js/compiles_generated_file_from_dependency_test.dart b/test/dart2js/compiles_generated_file_from_dependency_test.dart index 075f20bd..83bb8ae6 100644 --- a/test/dart2js/compiles_generated_file_from_dependency_test.dart +++ b/test/dart2js/compiles_generated_file_from_dependency_test.dart @@ -22,8 +22,6 @@ main() { }), d.dir("lib", [ d.file("foo.dart", """ -library foo; -const TOKEN = "before"; foo() => TOKEN; """), d.file("transformer.dart", dartTransformer("munge")) diff --git a/test/dart2js/compiles_imported_generated_file_test.dart b/test/dart2js/compiles_imported_generated_file_test.dart index 30ed4b7c..0ec37137 100644 --- a/test/dart2js/compiles_imported_generated_file_test.dart +++ b/test/dart2js/compiles_imported_generated_file_test.dart @@ -28,8 +28,6 @@ import "other.dart"; void main() => print(TOKEN); """), d.file("other.dart", """ -library other; -const TOKEN = "before"; """) ]) ]).create(); diff --git a/test/dart2js/outputs_deferred_libraries_test.dart b/test/dart2js/outputs_deferred_libraries_test.dart index 4c441dcc..a3f16429 100644 --- a/test/dart2js/outputs_deferred_libraries_test.dart +++ b/test/dart2js/outputs_deferred_libraries_test.dart @@ -26,14 +26,10 @@ void main() { """; const A = """ -library a; - fn() => print("a"); """; const B = """ -library b; - fn() => print("b"); """; diff --git a/test/dependency_computer/conservative_dependencies_test.dart b/test/dependency_computer/conservative_dependencies_test.dart index 78cd3efe..9a140457 100644 --- a/test/dependency_computer/conservative_dependencies_test.dart +++ b/test/dependency_computer/conservative_dependencies_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:scheduled_test/scheduled_test.dart'; import '../descriptor.dart' as d; diff --git a/test/dependency_computer/cycle_test.dart b/test/dependency_computer/cycle_test.dart index f93f4755..5e2ac44e 100644 --- a/test/dependency_computer/cycle_test.dart +++ b/test/dependency_computer/cycle_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import 'utils.dart'; diff --git a/test/dependency_computer/dev_transformers_test.dart b/test/dependency_computer/dev_transformers_test.dart index 56ad5b2e..08adc44d 100644 --- a/test/dependency_computer/dev_transformers_test.dart +++ b/test/dependency_computer/dev_transformers_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import 'utils.dart'; diff --git a/test/dependency_computer/error_test.dart b/test/dependency_computer/error_test.dart index 8451af3c..48e19fb8 100644 --- a/test/dependency_computer/error_test.dart +++ b/test/dependency_computer/error_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:analyzer/analyzer.dart'; import 'package:pub/src/exceptions.dart'; import 'package:scheduled_test/scheduled_test.dart'; diff --git a/test/dependency_computer/import_dependencies_test.dart b/test/dependency_computer/import_dependencies_test.dart index 8f8452ce..35a66af6 100644 --- a/test/dependency_computer/import_dependencies_test.dart +++ b/test/dependency_computer/import_dependencies_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import 'utils.dart'; diff --git a/test/dependency_computer/no_dependencies_test.dart b/test/dependency_computer/no_dependencies_test.dart index f48d5ed8..20e75161 100644 --- a/test/dependency_computer/no_dependencies_test.dart +++ b/test/dependency_computer/no_dependencies_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:scheduled_test/scheduled_test.dart'; import '../descriptor.dart' as d; diff --git a/test/dependency_computer/transformers_needed_by_library_test.dart b/test/dependency_computer/transformers_needed_by_library_test.dart index 3bea24ed..8205fff0 100644 --- a/test/dependency_computer/transformers_needed_by_library_test.dart +++ b/test/dependency_computer/transformers_needed_by_library_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import 'utils.dart'; diff --git a/test/dependency_computer/utils.dart b/test/dependency_computer/utils.dart index 2bd12d1b..2589bbca 100644 --- a/test/dependency_computer/utils.dart +++ b/test/dependency_computer/utils.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:barback/barback.dart'; import 'package:path/path.dart' as p; import 'package:pub/src/barback/cycle_exception.dart'; diff --git a/test/descriptor.dart b/test/descriptor.dart index 5c65caef..be7cb71a 100644 --- a/test/descriptor.dart +++ b/test/descriptor.dart @@ -3,8 +3,6 @@ // BSD-style license that can be found in the LICENSE file. /// Pub-specific scheduled_test descriptors. -library descriptor; - import 'package:oauth2/oauth2.dart' as oauth2; import 'package:pub/src/io.dart'; import 'package:pub/src/utils.dart'; diff --git a/test/descriptor/git.dart b/test/descriptor/git.dart index 3d5006eb..9e9656b7 100644 --- a/test/descriptor/git.dart +++ b/test/descriptor/git.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library descriptor.git; - import 'dart:async'; import 'package:path/path.dart' as path; diff --git a/test/descriptor/packages.dart b/test/descriptor/packages.dart index a70b483a..c22f5a71 100644 --- a/test/descriptor/packages.dart +++ b/test/descriptor/packages.dart @@ -3,8 +3,6 @@ // BSD-style license that can be found in the LICENSE file. /// Pub-specific scheduled_test descriptors. -library descriptor.packages_file; - import "dart:io" show File; import "dart:async" show Future; import "dart:convert" show UTF8; diff --git a/test/descriptor/tar.dart b/test/descriptor/tar.dart index 3c818cdd..22583102 100644 --- a/test/descriptor/tar.dart +++ b/test/descriptor/tar.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library descriptor.tar; - import 'dart:async'; import 'package:path/path.dart' as path; diff --git a/test/downgrade/does_not_show_other_versions_test.dart b/test/downgrade/does_not_show_other_versions_test.dart index 22547f8d..024140d4 100644 --- a/test/downgrade/does_not_show_other_versions_test.dart +++ b/test/downgrade/does_not_show_other_versions_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:scheduled_test/scheduled_test.dart'; import '../descriptor.dart' as d; diff --git a/test/downgrade/unlock_dependers_test.dart b/test/downgrade/unlock_dependers_test.dart index 4ec510d3..70a62821 100644 --- a/test/downgrade/unlock_dependers_test.dart +++ b/test/downgrade/unlock_dependers_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; diff --git a/test/downgrade/unlock_if_necessary_test.dart b/test/downgrade/unlock_if_necessary_test.dart index 601317f5..c7eff44e 100644 --- a/test/downgrade/unlock_if_necessary_test.dart +++ b/test/downgrade/unlock_if_necessary_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; diff --git a/test/error_group_test.dart b/test/error_group_test.dart index cc2616d6..c8c097b7 100644 --- a/test/error_group_test.dart +++ b/test/error_group_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library error_group_test; - import 'dart:async'; import 'package:pub/src/error_group.dart'; diff --git a/test/get/broken_symlink_test.dart b/test/get/broken_symlink_test.dart index 14f2fb37..73861e20 100644 --- a/test/get/broken_symlink_test.dart +++ b/test/get/broken_symlink_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:path/path.dart' as path; import '../descriptor.dart' as d; diff --git a/test/get/cache_transformed_dependency_test.dart b/test/get/cache_transformed_dependency_test.dart index 0c01fe85..b0d64e1a 100644 --- a/test/get/cache_transformed_dependency_test.dart +++ b/test/get/cache_transformed_dependency_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:scheduled_test/scheduled_test.dart'; import '../descriptor.dart' as d; diff --git a/test/get/git/check_out_and_upgrade_test.dart b/test/get/git/check_out_and_upgrade_test.dart index f80473b1..670ee378 100644 --- a/test/get/git/check_out_and_upgrade_test.dart +++ b/test/get/git/check_out_and_upgrade_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:scheduled_test/scheduled_test.dart'; import '../../descriptor.dart' as d; diff --git a/test/get/git/check_out_branch_test.dart b/test/get/git/check_out_branch_test.dart index f1b25884..240a863d 100644 --- a/test/get/git/check_out_branch_test.dart +++ b/test/get/git/check_out_branch_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; diff --git a/test/get/git/check_out_revision_test.dart b/test/get/git/check_out_revision_test.dart index 6e2f8c16..0b9a0da6 100644 --- a/test/get/git/check_out_revision_test.dart +++ b/test/get/git/check_out_revision_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; diff --git a/test/get/git/check_out_test.dart b/test/get/git/check_out_test.dart index 6e619a17..0b55ea11 100644 --- a/test/get/git/check_out_test.dart +++ b/test/get/git/check_out_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; diff --git a/test/get/git/check_out_transitive_test.dart b/test/get/git/check_out_transitive_test.dart index 854cc1d3..eb2ab7ee 100644 --- a/test/get/git/check_out_transitive_test.dart +++ b/test/get/git/check_out_transitive_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; diff --git a/test/get/git/check_out_twice_test.dart b/test/get/git/check_out_twice_test.dart index 15d7c618..92728337 100644 --- a/test/get/git/check_out_twice_test.dart +++ b/test/get/git/check_out_twice_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; diff --git a/test/get/git/check_out_unfetched_revision_of_cached_repo_test.dart b/test/get/git/check_out_unfetched_revision_of_cached_repo_test.dart index af195930..3caa5570 100644 --- a/test/get/git/check_out_unfetched_revision_of_cached_repo_test.dart +++ b/test/get/git/check_out_unfetched_revision_of_cached_repo_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:path/path.dart' as p; import 'package:pub/src/io.dart'; import 'package:scheduled_test/scheduled_test.dart'; diff --git a/test/get/git/check_out_with_trailing_slash_test.dart b/test/get/git/check_out_with_trailing_slash_test.dart index 15215712..34b3d6ff 100644 --- a/test/get/git/check_out_with_trailing_slash_test.dart +++ b/test/get/git/check_out_with_trailing_slash_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:scheduled_test/scheduled_test.dart'; import '../../descriptor.dart' as d; diff --git a/test/get/git/dependency_name_match_pubspec_test.dart b/test/get/git/dependency_name_match_pubspec_test.dart index b53d6c49..6ac382cd 100644 --- a/test/get/git/dependency_name_match_pubspec_test.dart +++ b/test/get/git/dependency_name_match_pubspec_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:pub/src/exit_codes.dart' as exit_codes; import 'package:scheduled_test/scheduled_test.dart'; diff --git a/test/get/git/different_repo_name_test.dart b/test/get/git/different_repo_name_test.dart index 3456b034..14afbe5c 100644 --- a/test/get/git/different_repo_name_test.dart +++ b/test/get/git/different_repo_name_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; diff --git a/test/get/git/doesnt_fetch_if_nothing_changes_test.dart b/test/get/git/doesnt_fetch_if_nothing_changes_test.dart index 2a8493c9..e0ba4545 100644 --- a/test/get/git/doesnt_fetch_if_nothing_changes_test.dart +++ b/test/get/git/doesnt_fetch_if_nothing_changes_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:path/path.dart' as p; import 'package:pub/src/io.dart'; import 'package:scheduled_test/scheduled_test.dart'; diff --git a/test/get/git/lock_version_test.dart b/test/get/git/lock_version_test.dart index dfc474a4..06d27590 100644 --- a/test/get/git/lock_version_test.dart +++ b/test/get/git/lock_version_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:path/path.dart' as path; import 'package:pub/src/io.dart'; import 'package:scheduled_test/scheduled_test.dart'; diff --git a/test/get/git/locked_revision_without_repo_test.dart b/test/get/git/locked_revision_without_repo_test.dart index 21e38273..69e918ed 100644 --- a/test/get/git/locked_revision_without_repo_test.dart +++ b/test/get/git/locked_revision_without_repo_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:path/path.dart' as path; import 'package:pub/src/io.dart'; import 'package:scheduled_test/scheduled_test.dart'; diff --git a/test/get/git/require_pubspec_name_test.dart b/test/get/git/require_pubspec_name_test.dart index 27ce0f44..2a1ecd47 100644 --- a/test/get/git/require_pubspec_name_test.dart +++ b/test/get/git/require_pubspec_name_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:pub/src/exit_codes.dart' as exit_codes; import 'package:scheduled_test/scheduled_test.dart'; diff --git a/test/get/git/require_pubspec_test.dart b/test/get/git/require_pubspec_test.dart index 2fe3e8b3..91420503 100644 --- a/test/get/git/require_pubspec_test.dart +++ b/test/get/git/require_pubspec_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; diff --git a/test/get/git/stay_locked_if_compatible_test.dart b/test/get/git/stay_locked_if_compatible_test.dart index a2a53b0b..ab6eb51e 100644 --- a/test/get/git/stay_locked_if_compatible_test.dart +++ b/test/get/git/stay_locked_if_compatible_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; diff --git a/test/get/git/unlock_if_incompatible_test.dart b/test/get/git/unlock_if_incompatible_test.dart index 4b4f8865..1e062ab5 100644 --- a/test/get/git/unlock_if_incompatible_test.dart +++ b/test/get/git/unlock_if_incompatible_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; diff --git a/test/get/hosted/avoid_network_requests_test.dart b/test/get/hosted/avoid_network_requests_test.dart index f45e68d6..69afd64e 100644 --- a/test/get/hosted/avoid_network_requests_test.dart +++ b/test/get/hosted/avoid_network_requests_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:scheduled_test/scheduled_test.dart'; import '../../descriptor.dart' as d; diff --git a/test/get/hosted/cached_pubspec_test.dart b/test/get/hosted/cached_pubspec_test.dart index 11a63077..8899d1fb 100644 --- a/test/get/hosted/cached_pubspec_test.dart +++ b/test/get/hosted/cached_pubspec_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:scheduled_test/scheduled_test.dart'; import '../../descriptor.dart' as d; diff --git a/test/get/hosted/do_not_upgrade_on_removed_constraints_test.dart b/test/get/hosted/do_not_upgrade_on_removed_constraints_test.dart index 8cf27369..5b0a21b1 100644 --- a/test/get/hosted/do_not_upgrade_on_removed_constraints_test.dart +++ b/test/get/hosted/do_not_upgrade_on_removed_constraints_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; diff --git a/test/get/hosted/does_no_network_requests_when_possible_test.dart b/test/get/hosted/does_no_network_requests_when_possible_test.dart index e83a1d64..d08d3990 100644 --- a/test/get/hosted/does_no_network_requests_when_possible_test.dart +++ b/test/get/hosted/does_no_network_requests_when_possible_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:scheduled_test/scheduled_test.dart'; import '../../descriptor.dart' as d; diff --git a/test/get/hosted/get_test.dart b/test/get/hosted/get_test.dart index e8d2848e..9329d368 100644 --- a/test/get/hosted/get_test.dart +++ b/test/get/hosted/get_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:pub/src/exit_codes.dart' as exit_codes; import '../../descriptor.dart' as d; diff --git a/test/get/hosted/get_transitive_test.dart b/test/get/hosted/get_transitive_test.dart index 921f1837..8034a1b6 100644 --- a/test/get/hosted/get_transitive_test.dart +++ b/test/get/hosted/get_transitive_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; diff --git a/test/get/hosted/gets_a_package_with_busted_dev_dependencies_test.dart b/test/get/hosted/gets_a_package_with_busted_dev_dependencies_test.dart index dae8c4b0..dbbbf88d 100644 --- a/test/get/hosted/gets_a_package_with_busted_dev_dependencies_test.dart +++ b/test/get/hosted/gets_a_package_with_busted_dev_dependencies_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; diff --git a/test/get/hosted/resolve_constraints_test.dart b/test/get/hosted/resolve_constraints_test.dart index 1ea84f73..845925d9 100644 --- a/test/get/hosted/resolve_constraints_test.dart +++ b/test/get/hosted/resolve_constraints_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; diff --git a/test/get/hosted/stay_locked_if_compatible_test.dart b/test/get/hosted/stay_locked_if_compatible_test.dart index b0e0120c..e2f149fd 100644 --- a/test/get/hosted/stay_locked_if_compatible_test.dart +++ b/test/get/hosted/stay_locked_if_compatible_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; diff --git a/test/get/hosted/stay_locked_if_new_is_satisfied_test.dart b/test/get/hosted/stay_locked_if_new_is_satisfied_test.dart index 36cd0c6b..5f0da0dc 100644 --- a/test/get/hosted/stay_locked_if_new_is_satisfied_test.dart +++ b/test/get/hosted/stay_locked_if_new_is_satisfied_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; diff --git a/test/get/hosted/stay_locked_test.dart b/test/get/hosted/stay_locked_test.dart index bee18594..e9d2976e 100644 --- a/test/get/hosted/stay_locked_test.dart +++ b/test/get/hosted/stay_locked_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:path/path.dart' as path; import 'package:pub/src/io.dart'; import 'package:scheduled_test/scheduled_test.dart'; diff --git a/test/get/hosted/unlock_if_incompatible_test.dart b/test/get/hosted/unlock_if_incompatible_test.dart index 583abfa9..fb6c7f7a 100644 --- a/test/get/hosted/unlock_if_incompatible_test.dart +++ b/test/get/hosted/unlock_if_incompatible_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; diff --git a/test/get/hosted/unlock_if_new_is_unsatisfied_test.dart b/test/get/hosted/unlock_if_new_is_unsatisfied_test.dart index 06ae4d91..b824a2e8 100644 --- a/test/get/hosted/unlock_if_new_is_unsatisfied_test.dart +++ b/test/get/hosted/unlock_if_new_is_unsatisfied_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; diff --git a/test/get/hosted/unlock_if_version_doesnt_exist_test.dart b/test/get/hosted/unlock_if_version_doesnt_exist_test.dart index 690e6ff9..371a780d 100644 --- a/test/get/hosted/unlock_if_version_doesnt_exist_test.dart +++ b/test/get/hosted/unlock_if_version_doesnt_exist_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:path/path.dart' as p; import 'package:pub/src/io.dart'; import 'package:scheduled_test/scheduled_test.dart'; diff --git a/test/get/relative_symlink_test.dart b/test/get/relative_symlink_test.dart index 20ecbd44..72ce591b 100644 --- a/test/get/relative_symlink_test.dart +++ b/test/get/relative_symlink_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'dart:io'; import '../descriptor.dart' as d; diff --git a/test/get/switch_source_test.dart b/test/get/switch_source_test.dart index 90bc0494..f863d4b0 100644 --- a/test/get/switch_source_test.dart +++ b/test/get/switch_source_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE d.file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; diff --git a/test/hosted/fail_gracefully_on_missing_package_test.dart b/test/hosted/fail_gracefully_on_missing_package_test.dart index 47ed115b..ca32cb6b 100644 --- a/test/hosted/fail_gracefully_on_missing_package_test.dart +++ b/test/hosted/fail_gracefully_on_missing_package_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:pub/src/exit_codes.dart' as exit_codes; import '../descriptor.dart' as d; diff --git a/test/hosted/fail_gracefully_on_url_resolve_test.dart b/test/hosted/fail_gracefully_on_url_resolve_test.dart index 4d4e1835..e0a5bf6d 100644 --- a/test/hosted/fail_gracefully_on_url_resolve_test.dart +++ b/test/hosted/fail_gracefully_on_url_resolve_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:pub/src/exit_codes.dart' as exit_codes; import '../descriptor.dart' as d; diff --git a/test/hosted/offline_test.dart b/test/hosted/offline_test.dart index 36176fa8..1384517e 100644 --- a/test/hosted/offline_test.dart +++ b/test/hosted/offline_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:pub/src/exit_codes.dart' as exit_codes; import '../descriptor.dart' as d; diff --git a/test/hosted/remove_removed_dependency_test.dart b/test/hosted/remove_removed_dependency_test.dart index 0084c809..f6bfdc3b 100644 --- a/test/hosted/remove_removed_dependency_test.dart +++ b/test/hosted/remove_removed_dependency_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; diff --git a/test/hosted/remove_removed_transitive_dependency_test.dart b/test/hosted/remove_removed_transitive_dependency_test.dart index 81660816..ed795831 100644 --- a/test/hosted/remove_removed_transitive_dependency_test.dart +++ b/test/hosted/remove_removed_transitive_dependency_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; diff --git a/test/hosted/version_negotiation_test.dart b/test/hosted/version_negotiation_test.dart index 4b4938a9..23e63886 100644 --- a/test/hosted/version_negotiation_test.dart +++ b/test/hosted/version_negotiation_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:scheduled_test/scheduled_server.dart'; import 'package:scheduled_test/scheduled_test.dart'; import 'package:shelf/shelf.dart' as shelf; diff --git a/test/io_test.dart b/test/io_test.dart index a4c22f6b..de571b2e 100644 --- a/test/io_test.dart +++ b/test/io_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library io_test; - import 'dart:async'; import 'dart:io'; diff --git a/test/lish/utils.dart b/test/lish/utils.dart index de9dde37..2b5bf933 100644 --- a/test/lish/utils.dart +++ b/test/lish/utils.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library lish.utils; - import 'dart:convert'; import 'package:pub/src/io.dart'; diff --git a/test/lock_file_test.dart b/test/lock_file_test.dart index f139d6d5..35a1e0b1 100644 --- a/test/lock_file_test.dart +++ b/test/lock_file_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library lock_file_test; - import 'dart:async'; import 'package:pub/src/lock_file.dart'; diff --git a/test/oauth2/utils.dart b/test/oauth2/utils.dart index da7b83cf..b8007847 100644 --- a/test/oauth2/utils.dart +++ b/test/oauth2/utils.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library oauth2.utils; - import 'dart:convert'; import 'package:http/http.dart' as http; diff --git a/test/package_list_files_test.dart b/test/package_list_files_test.dart index ce82192d..3b5f423f 100644 --- a/test/package_list_files_test.dart +++ b/test/package_list_files_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library packages_list_files_test; - import 'package:path/path.dart' as p; import 'package:pub/src/entrypoint.dart'; import 'package:pub/src/io.dart'; diff --git a/test/preprocess_test.dart b/test/preprocess_test.dart index 408c9927..9e77b07e 100644 --- a/test/preprocess_test.dart +++ b/test/preprocess_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub.test.preprocess_test; - import 'package:pub/src/preprocess.dart'; import 'package:pub_semver/pub_semver.dart'; import 'package:test/test.dart'; diff --git a/test/pub_get_and_upgrade_test.dart b/test/pub_get_and_upgrade_test.dart index c54ae046..d7c45e24 100644 --- a/test/pub_get_and_upgrade_test.dart +++ b/test/pub_get_and_upgrade_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:pub/src/exit_codes.dart' as exit_codes; import 'package:scheduled_test/scheduled_test.dart'; diff --git a/test/pub_test.dart b/test/pub_test.dart index 5e37e528..008cc854 100644 --- a/test/pub_test.dart +++ b/test/pub_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'test_pub.dart'; main() { diff --git a/test/pub_uploader_test.dart b/test/pub_uploader_test.dart index 997badb9..4eb85ee9 100644 --- a/test/pub_uploader_test.dart +++ b/test/pub_uploader_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_uploader_test; - import 'dart:convert'; import 'package:pub/src/exit_codes.dart' as exit_codes; diff --git a/test/pubspec_test.dart b/test/pubspec_test.dart index 20f5af50..4a3d219a 100644 --- a/test/pubspec_test.dart +++ b/test/pubspec_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pubspec_test; - import 'dart:async'; import 'package:pub/src/package.dart'; diff --git a/test/real_version_test.dart b/test/real_version_test.dart index 51741e31..6834ae7e 100644 --- a/test/real_version_test.dart +++ b/test/real_version_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'dart:io'; import 'package:path/path.dart' as path; diff --git a/test/serve/404_page_test.dart b/test/serve/404_page_test.dart index fe35fb38..047e60f7 100644 --- a/test/serve/404_page_test.dart +++ b/test/serve/404_page_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:scheduled_test/scheduled_test.dart'; import '../descriptor.dart' as d; diff --git a/test/serve/allows_arbitrary_modes_test.dart b/test/serve/allows_arbitrary_modes_test.dart index f76e7d41..73deb348 100644 --- a/test/serve/allows_arbitrary_modes_test.dart +++ b/test/serve/allows_arbitrary_modes_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import '../serve/utils.dart'; diff --git a/test/serve/defaults_to_debug_mode_test.dart b/test/serve/defaults_to_debug_mode_test.dart index 651bfaa3..ee97c0f3 100644 --- a/test/serve/defaults_to_debug_mode_test.dart +++ b/test/serve/defaults_to_debug_mode_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import '../serve/utils.dart'; diff --git a/test/serve/does_not_crash_if_an_unused_dart_file_has_a_syntax_error_test.dart b/test/serve/does_not_crash_if_an_unused_dart_file_has_a_syntax_error_test.dart index c246c740..dd52dd2a 100644 --- a/test/serve/does_not_crash_if_an_unused_dart_file_has_a_syntax_error_test.dart +++ b/test/serve/does_not_crash_if_an_unused_dart_file_has_a_syntax_error_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import 'utils.dart'; diff --git a/test/serve/does_not_serve_dart_in_release_test.dart b/test/serve/does_not_serve_dart_in_release_test.dart index 0f923988..e4f40d65 100644 --- a/test/serve/does_not_serve_dart_in_release_test.dart +++ b/test/serve/does_not_serve_dart_in_release_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import 'utils.dart'; diff --git a/test/serve/does_not_serve_hidden_assets_test.dart b/test/serve/does_not_serve_hidden_assets_test.dart index 46064fa6..81e0923d 100644 --- a/test/serve/does_not_serve_hidden_assets_test.dart +++ b/test/serve/does_not_serve_hidden_assets_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import 'utils.dart'; diff --git a/test/serve/does_not_watch_compiled_js_files_test.dart b/test/serve/does_not_watch_compiled_js_files_test.dart index b64e69ff..91559862 100644 --- a/test/serve/does_not_watch_compiled_js_files_test.dart +++ b/test/serve/does_not_watch_compiled_js_files_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import 'utils.dart'; diff --git a/test/serve/gets_first_if_dependency_added_test.dart b/test/serve/gets_first_if_dependency_added_test.dart index c62e36df..5e888b3f 100644 --- a/test/serve/gets_first_if_dependency_added_test.dart +++ b/test/serve/gets_first_if_dependency_added_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import 'utils.dart'; diff --git a/test/serve/gets_first_if_dependency_is_not_installed_test.dart b/test/serve/gets_first_if_dependency_is_not_installed_test.dart index 3962ca80..0447867c 100644 --- a/test/serve/gets_first_if_dependency_is_not_installed_test.dart +++ b/test/serve/gets_first_if_dependency_is_not_installed_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:path/path.dart' as path; import 'package:pub/src/io.dart'; import 'package:scheduled_test/scheduled_test.dart'; diff --git a/test/serve/gets_first_if_dependency_version_changed_test.dart b/test/serve/gets_first_if_dependency_version_changed_test.dart index 8b57d0e7..a0ece7dc 100644 --- a/test/serve/gets_first_if_dependency_version_changed_test.dart +++ b/test/serve/gets_first_if_dependency_version_changed_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import 'utils.dart'; diff --git a/test/serve/gets_first_if_dev_dependency_changed_test.dart b/test/serve/gets_first_if_dev_dependency_changed_test.dart index a8a1d679..8ac167dc 100644 --- a/test/serve/gets_first_if_dev_dependency_changed_test.dart +++ b/test/serve/gets_first_if_dev_dependency_changed_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'dart:convert'; import '../descriptor.dart' as d; diff --git a/test/serve/gets_first_if_git_ref_changed_test.dart b/test/serve/gets_first_if_git_ref_changed_test.dart index e6e857ad..e700da65 100644 --- a/test/serve/gets_first_if_git_ref_changed_test.dart +++ b/test/serve/gets_first_if_git_ref_changed_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import 'utils.dart'; diff --git a/test/serve/gets_first_if_git_url_changed_test.dart b/test/serve/gets_first_if_git_url_changed_test.dart index 9b84ce8f..66f91d68 100644 --- a/test/serve/gets_first_if_git_url_changed_test.dart +++ b/test/serve/gets_first_if_git_url_changed_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import 'utils.dart'; diff --git a/test/serve/gets_first_if_no_lockfile_test.dart b/test/serve/gets_first_if_no_lockfile_test.dart index a91d72d5..5a46c06d 100644 --- a/test/serve/gets_first_if_no_lockfile_test.dart +++ b/test/serve/gets_first_if_no_lockfile_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import 'utils.dart'; diff --git a/test/serve/gets_first_if_path_dependency_changed_test.dart b/test/serve/gets_first_if_path_dependency_changed_test.dart index bd44ef04..0362a6bf 100644 --- a/test/serve/gets_first_if_path_dependency_changed_test.dart +++ b/test/serve/gets_first_if_path_dependency_changed_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import 'utils.dart'; diff --git a/test/serve/gets_first_if_source_changed_test.dart b/test/serve/gets_first_if_source_changed_test.dart index 6db27b0a..cc3693cf 100644 --- a/test/serve/gets_first_if_source_changed_test.dart +++ b/test/serve/gets_first_if_source_changed_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'dart:convert'; import '../descriptor.dart' as d; diff --git a/test/serve/gets_first_if_transitive_dependency_is_not_installed_test.dart b/test/serve/gets_first_if_transitive_dependency_is_not_installed_test.dart index 280f0f37..6da288c7 100644 --- a/test/serve/gets_first_if_transitive_dependency_is_not_installed_test.dart +++ b/test/serve/gets_first_if_transitive_dependency_is_not_installed_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:path/path.dart' as path; import 'package:pub/src/io.dart'; import 'package:scheduled_test/scheduled_test.dart'; diff --git a/test/serve/invalid_method_test.dart b/test/serve/invalid_method_test.dart index d9fb4fa1..dc348b4c 100644 --- a/test/serve/invalid_method_test.dart +++ b/test/serve/invalid_method_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import 'utils.dart'; diff --git a/test/serve/invalid_urls_test.dart b/test/serve/invalid_urls_test.dart index dbb946e2..bdec7f87 100644 --- a/test/serve/invalid_urls_test.dart +++ b/test/serve/invalid_urls_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import 'utils.dart'; diff --git a/test/serve/missing_asset_test.dart b/test/serve/missing_asset_test.dart index 12282bcb..9f2f1fdb 100644 --- a/test/serve/missing_asset_test.dart +++ b/test/serve/missing_asset_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import 'utils.dart'; diff --git a/test/serve/missing_dependency_file_test.dart b/test/serve/missing_dependency_file_test.dart index c0cb17db..15ea0068 100644 --- a/test/serve/missing_dependency_file_test.dart +++ b/test/serve/missing_dependency_file_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import 'utils.dart'; diff --git a/test/serve/missing_file_test.dart b/test/serve/missing_file_test.dart index c2e1c938..19590d29 100644 --- a/test/serve/missing_file_test.dart +++ b/test/serve/missing_file_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:path/path.dart' as path; import 'package:pub/src/io.dart'; import 'package:scheduled_test/scheduled_test.dart'; diff --git a/test/serve/native_watch_added_file_test.dart b/test/serve/native_watch_added_file_test.dart index 47e7f0a1..4f3df8aa 100644 --- a/test/serve/native_watch_added_file_test.dart +++ b/test/serve/native_watch_added_file_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import 'utils.dart'; diff --git a/test/serve/native_watch_modified_file_test.dart b/test/serve/native_watch_modified_file_test.dart index 50ee6a45..7b7e5775 100644 --- a/test/serve/native_watch_modified_file_test.dart +++ b/test/serve/native_watch_modified_file_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import 'utils.dart'; diff --git a/test/serve/native_watch_removed_file_test.dart b/test/serve/native_watch_removed_file_test.dart index f2249be1..4aa67ce6 100644 --- a/test/serve/native_watch_removed_file_test.dart +++ b/test/serve/native_watch_removed_file_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:path/path.dart' as path; import 'package:pub/src/io.dart'; import 'package:scheduled_test/scheduled_test.dart'; diff --git a/test/serve/native_watch_replaced_file_test.dart b/test/serve/native_watch_replaced_file_test.dart index 3f8e6ec1..ae4c6dd0 100644 --- a/test/serve/native_watch_replaced_file_test.dart +++ b/test/serve/native_watch_replaced_file_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'dart:io'; import 'package:path/path.dart' as p; diff --git a/test/serve/serve_from_app_lib_test.dart b/test/serve/serve_from_app_lib_test.dart index 0bbd7dff..ca3921da 100644 --- a/test/serve/serve_from_app_lib_test.dart +++ b/test/serve/serve_from_app_lib_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import 'utils.dart'; diff --git a/test/serve/serve_from_app_web_test.dart b/test/serve/serve_from_app_web_test.dart index a78ea08b..f17001f4 100644 --- a/test/serve/serve_from_app_web_test.dart +++ b/test/serve/serve_from_app_web_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import 'utils.dart'; diff --git a/test/serve/serve_from_dependency_lib_test.dart b/test/serve/serve_from_dependency_lib_test.dart index 400ee954..c1c47db5 100644 --- a/test/serve/serve_from_dependency_lib_test.dart +++ b/test/serve/serve_from_dependency_lib_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import 'utils.dart'; diff --git a/test/serve/serves_file_with_space_test.dart b/test/serve/serves_file_with_space_test.dart index 9054ace4..4daea227 100644 --- a/test/serve/serves_file_with_space_test.dart +++ b/test/serve/serves_file_with_space_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import 'utils.dart'; diff --git a/test/serve/serves_index_html_for_directories_test.dart b/test/serve/serves_index_html_for_directories_test.dart index 5bd05819..3e60825d 100644 --- a/test/serve/serves_index_html_for_directories_test.dart +++ b/test/serve/serves_index_html_for_directories_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import 'utils.dart'; diff --git a/test/serve/serves_web_and_test_dirs_by_default_test.dart b/test/serve/serves_web_and_test_dirs_by_default_test.dart index 447fe1be..a16baa4c 100644 --- a/test/serve/serves_web_and_test_dirs_by_default_test.dart +++ b/test/serve/serves_web_and_test_dirs_by_default_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import 'utils.dart'; diff --git a/test/serve/supports_cross_origin_header_test.dart b/test/serve/supports_cross_origin_header_test.dart index fc20d751..810f1cff 100644 --- a/test/serve/supports_cross_origin_header_test.dart +++ b/test/serve/supports_cross_origin_header_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:scheduled_test/scheduled_test.dart'; import '../descriptor.dart' as d; diff --git a/test/serve/supports_user_defined_declaring_transformers_test.dart b/test/serve/supports_user_defined_declaring_transformers_test.dart index eff72f0e..40630941 100644 --- a/test/serve/supports_user_defined_declaring_transformers_test.dart +++ b/test/serve/supports_user_defined_declaring_transformers_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import 'utils.dart'; diff --git a/test/serve/supports_user_defined_lazy_transformers_test.dart b/test/serve/supports_user_defined_lazy_transformers_test.dart index de09be8f..6405f5f4 100644 --- a/test/serve/supports_user_defined_lazy_transformers_test.dart +++ b/test/serve/supports_user_defined_lazy_transformers_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import 'utils.dart'; diff --git a/test/serve/unknown_dependency_test.dart b/test/serve/unknown_dependency_test.dart index fe86f8e9..5bccd0a0 100644 --- a/test/serve/unknown_dependency_test.dart +++ b/test/serve/unknown_dependency_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import 'utils.dart'; diff --git a/test/serve/uses_appropriate_mime_types_test.dart b/test/serve/uses_appropriate_mime_types_test.dart index a2e9bb17..c28e6211 100644 --- a/test/serve/uses_appropriate_mime_types_test.dart +++ b/test/serve/uses_appropriate_mime_types_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:scheduled_test/scheduled_test.dart'; import '../descriptor.dart' as d; diff --git a/test/serve/utils.dart b/test/serve/utils.dart index ba4081d7..bf760226 100644 --- a/test/serve/utils.dart +++ b/test/serve/utils.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'dart:async'; import 'dart:convert'; import 'dart:io'; diff --git a/test/serve/watch_added_file_test.dart b/test/serve/watch_added_file_test.dart index 17e0ef9b..f70796a6 100644 --- a/test/serve/watch_added_file_test.dart +++ b/test/serve/watch_added_file_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import 'utils.dart'; diff --git a/test/serve/watch_modified_file_test.dart b/test/serve/watch_modified_file_test.dart index 2b14cd08..04c2bcf2 100644 --- a/test/serve/watch_modified_file_test.dart +++ b/test/serve/watch_modified_file_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import 'utils.dart'; diff --git a/test/serve/watch_removed_file_test.dart b/test/serve/watch_removed_file_test.dart index f3637bae..0b8a3cda 100644 --- a/test/serve/watch_removed_file_test.dart +++ b/test/serve/watch_removed_file_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:path/path.dart' as path; import 'package:pub/src/io.dart'; import 'package:scheduled_test/scheduled_test.dart'; diff --git a/test/serve/web_socket/exit_on_close_test.dart b/test/serve/web_socket/exit_on_close_test.dart index 24925858..abd0d084 100644 --- a/test/serve/web_socket/exit_on_close_test.dart +++ b/test/serve/web_socket/exit_on_close_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; import '../utils.dart'; diff --git a/test/serve/web_socket/path_to_urls_errors_test.dart b/test/serve/web_socket/path_to_urls_errors_test.dart index a7a4d795..e500ab56 100644 --- a/test/serve/web_socket/path_to_urls_errors_test.dart +++ b/test/serve/web_socket/path_to_urls_errors_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:json_rpc_2/error_code.dart' as rpc_error_code; import 'package:path/path.dart' as p; diff --git a/test/serve/web_socket/path_to_urls_test.dart b/test/serve/web_socket/path_to_urls_test.dart index 7ff99a1c..b006a4f9 100644 --- a/test/serve/web_socket/path_to_urls_test.dart +++ b/test/serve/web_socket/path_to_urls_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:path/path.dart' as p; import 'package:pub/src/io.dart'; diff --git a/test/serve/web_socket/path_to_urls_with_line_test.dart b/test/serve/web_socket/path_to_urls_with_line_test.dart index e5112719..051a1d10 100644 --- a/test/serve/web_socket/path_to_urls_with_line_test.dart +++ b/test/serve/web_socket/path_to_urls_with_line_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:path/path.dart' as p; import '../../descriptor.dart' as d; diff --git a/test/serve/web_socket/serve_directory_already_served_test.dart b/test/serve/web_socket/serve_directory_already_served_test.dart index aa6af46d..37770510 100644 --- a/test/serve/web_socket/serve_directory_already_served_test.dart +++ b/test/serve/web_socket/serve_directory_already_served_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; import '../utils.dart'; diff --git a/test/serve/web_socket/serve_directory_and_immediately_request_asset_test.dart b/test/serve/web_socket/serve_directory_and_immediately_request_asset_test.dart index 939d6e50..1781581f 100644 --- a/test/serve/web_socket/serve_directory_and_immediately_request_asset_test.dart +++ b/test/serve/web_socket/serve_directory_and_immediately_request_asset_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:scheduled_test/scheduled_test.dart'; import '../../descriptor.dart' as d; diff --git a/test/serve/web_socket/serve_directory_and_immediately_serve_again_test.dart b/test/serve/web_socket/serve_directory_and_immediately_serve_again_test.dart index b09479e6..705d9898 100644 --- a/test/serve/web_socket/serve_directory_and_immediately_serve_again_test.dart +++ b/test/serve/web_socket/serve_directory_and_immediately_serve_again_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'dart:async'; import 'package:scheduled_test/scheduled_test.dart'; diff --git a/test/serve/web_socket/serve_directory_and_immediately_unserve_test.dart b/test/serve/web_socket/serve_directory_and_immediately_unserve_test.dart index 0337abac..e5f14297 100644 --- a/test/serve/web_socket/serve_directory_and_immediately_unserve_test.dart +++ b/test/serve/web_socket/serve_directory_and_immediately_unserve_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'dart:async'; import 'package:scheduled_test/scheduled_test.dart'; diff --git a/test/serve/web_socket/serve_directory_arg_errors_test.dart b/test/serve/web_socket/serve_directory_arg_errors_test.dart index 2f788f96..83c10491 100644 --- a/test/serve/web_socket/serve_directory_arg_errors_test.dart +++ b/test/serve/web_socket/serve_directory_arg_errors_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:json_rpc_2/error_code.dart' as rpc_error_code; import 'package:scheduled_test/scheduled_test.dart'; diff --git a/test/serve/web_socket/serve_directory_overlapping_test.dart b/test/serve/web_socket/serve_directory_overlapping_test.dart index 51e7622c..ed5f36a5 100644 --- a/test/serve/web_socket/serve_directory_overlapping_test.dart +++ b/test/serve/web_socket/serve_directory_overlapping_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:path/path.dart' as path; import 'package:scheduled_test/scheduled_test.dart'; diff --git a/test/serve/web_socket/serve_directory_test.dart b/test/serve/web_socket/serve_directory_test.dart index f078a8ae..3f85c2f4 100644 --- a/test/serve/web_socket/serve_directory_test.dart +++ b/test/serve/web_socket/serve_directory_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:scheduled_test/scheduled_test.dart'; import '../../descriptor.dart' as d; diff --git a/test/serve/web_socket/unserve_directory_arg_errors_test.dart b/test/serve/web_socket/unserve_directory_arg_errors_test.dart index 532a80ed..47f3fde0 100644 --- a/test/serve/web_socket/unserve_directory_arg_errors_test.dart +++ b/test/serve/web_socket/unserve_directory_arg_errors_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:json_rpc_2/error_code.dart' as rpc_error_code; import 'package:scheduled_test/scheduled_test.dart'; diff --git a/test/serve/web_socket/unserve_directory_not_served_test.dart b/test/serve/web_socket/unserve_directory_not_served_test.dart index 90fb5104..71c52675 100644 --- a/test/serve/web_socket/unserve_directory_not_served_test.dart +++ b/test/serve/web_socket/unserve_directory_not_served_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; import '../utils.dart'; diff --git a/test/serve/web_socket/unserve_directory_test.dart b/test/serve/web_socket/unserve_directory_test.dart index f6e2fa12..4f796de1 100644 --- a/test/serve/web_socket/unserve_directory_test.dart +++ b/test/serve/web_socket/unserve_directory_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; import '../utils.dart'; diff --git a/test/serve/web_socket/url_to_asset_id_errors_test.dart b/test/serve/web_socket/url_to_asset_id_errors_test.dart index 4f27b2fb..02e6ed55 100644 --- a/test/serve/web_socket/url_to_asset_id_errors_test.dart +++ b/test/serve/web_socket/url_to_asset_id_errors_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:scheduled_test/scheduled_test.dart'; import '../../descriptor.dart' as d; diff --git a/test/serve/web_socket/url_to_asset_id_test.dart b/test/serve/web_socket/url_to_asset_id_test.dart index de49150b..0521f228 100644 --- a/test/serve/web_socket/url_to_asset_id_test.dart +++ b/test/serve/web_socket/url_to_asset_id_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:scheduled_test/scheduled_test.dart'; import '../../descriptor.dart' as d; import '../../test_pub.dart'; diff --git a/test/serve/web_socket/url_to_asset_id_with_line_test.dart b/test/serve/web_socket/url_to_asset_id_with_line_test.dart index 941cc0ac..ce2b0ced 100644 --- a/test/serve/web_socket/url_to_asset_id_with_line_test.dart +++ b/test/serve/web_socket/url_to_asset_id_with_line_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; import '../utils.dart'; diff --git a/test/serve_packages.dart b/test/serve_packages.dart index c2abfe1d..0c42da18 100644 --- a/test/serve_packages.dart +++ b/test/serve_packages.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library serve_packages; - import 'dart:async'; import 'dart:convert'; diff --git a/test/snapshot/creates_a_snapshot_for_immediate_and_transitive_dep_test.dart b/test/snapshot/creates_a_snapshot_for_immediate_and_transitive_dep_test.dart index 3cc5a9e7..0c615493 100644 --- a/test/snapshot/creates_a_snapshot_for_immediate_and_transitive_dep_test.dart +++ b/test/snapshot/creates_a_snapshot_for_immediate_and_transitive_dep_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:path/path.dart' as p; import 'package:scheduled_test/scheduled_test.dart'; diff --git a/test/snapshot/creates_a_snapshot_test.dart b/test/snapshot/creates_a_snapshot_test.dart index ff1f43a3..a3305a8a 100644 --- a/test/snapshot/creates_a_snapshot_test.dart +++ b/test/snapshot/creates_a_snapshot_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:path/path.dart' as p; import 'package:scheduled_test/scheduled_test.dart'; diff --git a/test/snapshot/doesnt_load_irrelevant_transformers_test.dart b/test/snapshot/doesnt_load_irrelevant_transformers_test.dart index 99ca2bc2..340901cc 100644 --- a/test/snapshot/doesnt_load_irrelevant_transformers_test.dart +++ b/test/snapshot/doesnt_load_irrelevant_transformers_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:path/path.dart' as p; import 'package:scheduled_test/scheduled_test.dart'; diff --git a/test/snapshot/doesnt_resnapshot_when_a_dependency_is_unchanged_test.dart b/test/snapshot/doesnt_resnapshot_when_a_dependency_is_unchanged_test.dart index 78939e93..ca3b918c 100644 --- a/test/snapshot/doesnt_resnapshot_when_a_dependency_is_unchanged_test.dart +++ b/test/snapshot/doesnt_resnapshot_when_a_dependency_is_unchanged_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:path/path.dart' as p; import 'package:scheduled_test/scheduled_test.dart'; diff --git a/test/snapshot/doesnt_snapshot_an_entrypoint_dependency_test.dart b/test/snapshot/doesnt_snapshot_an_entrypoint_dependency_test.dart index f377e3e1..425b060a 100644 --- a/test/snapshot/doesnt_snapshot_an_entrypoint_dependency_test.dart +++ b/test/snapshot/doesnt_snapshot_an_entrypoint_dependency_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:path/path.dart' as p; import '../descriptor.dart' as d; diff --git a/test/snapshot/doesnt_snapshot_path_dependency_test.dart b/test/snapshot/doesnt_snapshot_path_dependency_test.dart index d65223ee..9d4dd201 100644 --- a/test/snapshot/doesnt_snapshot_path_dependency_test.dart +++ b/test/snapshot/doesnt_snapshot_path_dependency_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:path/path.dart' as p; import '../descriptor.dart' as d; diff --git a/test/snapshot/doesnt_snapshot_transitive_dependencies_test.dart b/test/snapshot/doesnt_snapshot_transitive_dependencies_test.dart index cdbc5115..4f9fc57e 100644 --- a/test/snapshot/doesnt_snapshot_transitive_dependencies_test.dart +++ b/test/snapshot/doesnt_snapshot_transitive_dependencies_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:path/path.dart' as p; import '../descriptor.dart' as d; diff --git a/test/snapshot/prints_errors_for_broken_snapshots_test.dart b/test/snapshot/prints_errors_for_broken_snapshots_test.dart index 61721345..25a814a2 100644 --- a/test/snapshot/prints_errors_for_broken_snapshots_test.dart +++ b/test/snapshot/prints_errors_for_broken_snapshots_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:path/path.dart' as p; import 'package:scheduled_test/scheduled_test.dart'; diff --git a/test/snapshot/recompiles_if_the_sdk_is_out_of_date_test.dart b/test/snapshot/recompiles_if_the_sdk_is_out_of_date_test.dart index 65810151..106f964d 100644 --- a/test/snapshot/recompiles_if_the_sdk_is_out_of_date_test.dart +++ b/test/snapshot/recompiles_if_the_sdk_is_out_of_date_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:path/path.dart' as p; import 'package:scheduled_test/scheduled_test.dart'; import 'package:scheduled_test/scheduled_stream.dart'; diff --git a/test/snapshot/snapshots_transformed_code_test.dart b/test/snapshot/snapshots_transformed_code_test.dart index 3be52c92..8250c090 100644 --- a/test/snapshot/snapshots_transformed_code_test.dart +++ b/test/snapshot/snapshots_transformed_code_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:path/path.dart' as p; import 'package:scheduled_test/scheduled_test.dart'; diff --git a/test/snapshot/updates_snapshot_for_git_dependency_test.dart b/test/snapshot/updates_snapshot_for_git_dependency_test.dart index a3554a45..a8d45c77 100644 --- a/test/snapshot/updates_snapshot_for_git_dependency_test.dart +++ b/test/snapshot/updates_snapshot_for_git_dependency_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:path/path.dart' as p; import 'package:scheduled_test/scheduled_test.dart'; diff --git a/test/snapshot/upgrades_snapshot_for_dependency_test.dart b/test/snapshot/upgrades_snapshot_for_dependency_test.dart index c74d9783..5ec2d443 100644 --- a/test/snapshot/upgrades_snapshot_for_dependency_test.dart +++ b/test/snapshot/upgrades_snapshot_for_dependency_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:path/path.dart' as p; import 'package:scheduled_test/scheduled_test.dart'; diff --git a/test/snapshot/upgrades_snapshot_test.dart b/test/snapshot/upgrades_snapshot_test.dart index 5e583409..47ae9239 100644 --- a/test/snapshot/upgrades_snapshot_test.dart +++ b/test/snapshot/upgrades_snapshot_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:path/path.dart' as p; import 'package:scheduled_test/scheduled_test.dart'; diff --git a/test/test_pub.dart b/test/test_pub.dart index c94353f1..1ef30206 100644 --- a/test/test_pub.dart +++ b/test/test_pub.dart @@ -7,8 +7,6 @@ /// Unlike typical unit tests, most pub tests are integration tests that stage /// some stuff on the file system, run pub, and then validate the results. This /// library provides an API to build tests like that. -library test_pub; - import 'dart:async'; import 'dart:convert'; import 'dart:io'; diff --git a/test/transcript_test.dart b/test/transcript_test.dart index 7bc5f201..608c46cc 100644 --- a/test/transcript_test.dart +++ b/test/transcript_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library version_test; - import 'package:pub/src/transcript.dart'; import 'package:test/test.dart'; diff --git a/test/transformer/a_transformer_rejects_its_config_test.dart b/test/transformer/a_transformer_rejects_its_config_test.dart index d9f5dd9a..7cc46a8f 100644 --- a/test/transformer/a_transformer_rejects_its_config_test.dart +++ b/test/transformer/a_transformer_rejects_its_config_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:scheduled_test/scheduled_test.dart'; import '../descriptor.dart' as d; diff --git a/test/transformer/asset_not_found_exceptions_are_detectable_test.dart b/test/transformer/asset_not_found_exceptions_are_detectable_test.dart index 523ac4e8..b7aa0aa6 100644 --- a/test/transformer/asset_not_found_exceptions_are_detectable_test.dart +++ b/test/transformer/asset_not_found_exceptions_are_detectable_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'dart:convert'; import 'package:scheduled_test/scheduled_stream.dart'; diff --git a/test/transformer/cache_test.dart b/test/transformer/cache_test.dart index f283cdac..85c02421 100644 --- a/test/transformer/cache_test.dart +++ b/test/transformer/cache_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:scheduled_test/scheduled_test.dart'; import '../descriptor.dart' as d; diff --git a/test/transformer/can_log_messages_test.dart b/test/transformer/can_log_messages_test.dart index 314ca705..04950502 100644 --- a/test/transformer/can_log_messages_test.dart +++ b/test/transformer/can_log_messages_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:pub/src/exit_codes.dart' as exit_codes; import 'package:scheduled_test/scheduled_test.dart'; import 'package:scheduled_test/scheduled_stream.dart'; diff --git a/test/transformer/can_use_consume_primary_test.dart b/test/transformer/can_use_consume_primary_test.dart index ee45a69d..b9ef1cb2 100644 --- a/test/transformer/can_use_consume_primary_test.dart +++ b/test/transformer/can_use_consume_primary_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import '../serve/utils.dart'; diff --git a/test/transformer/can_use_has_input_test.dart b/test/transformer/can_use_has_input_test.dart index 61329d15..66ecd414 100644 --- a/test/transformer/can_use_has_input_test.dart +++ b/test/transformer/can_use_has_input_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import '../serve/utils.dart'; diff --git a/test/transformer/can_use_read_input_as_string_test.dart b/test/transformer/can_use_read_input_as_string_test.dart index ab3bc770..568ff741 100644 --- a/test/transformer/can_use_read_input_as_string_test.dart +++ b/test/transformer/can_use_read_input_as_string_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import '../serve/utils.dart'; diff --git a/test/transformer/can_use_read_input_test.dart b/test/transformer/can_use_read_input_test.dart index 9a7daee7..3da112c0 100644 --- a/test/transformer/can_use_read_input_test.dart +++ b/test/transformer/can_use_read_input_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import '../serve/utils.dart'; diff --git a/test/transformer/configuration/configuration_defaults_to_empty_map_test.dart b/test/transformer/configuration/configuration_defaults_to_empty_map_test.dart index 2f0b4054..30c14ec1 100644 --- a/test/transformer/configuration/configuration_defaults_to_empty_map_test.dart +++ b/test/transformer/configuration/configuration_defaults_to_empty_map_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'dart:convert'; import '../../descriptor.dart' as d; diff --git a/test/transformer/configuration/passes_configuration_to_a_transformer_test.dart b/test/transformer/configuration/passes_configuration_to_a_transformer_test.dart index f5f5de84..f3e69918 100644 --- a/test/transformer/configuration/passes_configuration_to_a_transformer_test.dart +++ b/test/transformer/configuration/passes_configuration_to_a_transformer_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'dart:convert'; import '../../descriptor.dart' as d; diff --git a/test/transformer/configuration/with_configuration_only_instantiates_configurable_transformers_test.dart b/test/transformer/configuration/with_configuration_only_instantiates_configurable_transformers_test.dart index 2ed42802..f5dfbf4c 100644 --- a/test/transformer/configuration/with_configuration_only_instantiates_configurable_transformers_test.dart +++ b/test/transformer/configuration/with_configuration_only_instantiates_configurable_transformers_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'dart:convert'; import '../../descriptor.dart' as d; diff --git a/test/transformer/dart2js_transformer_before_another_transformer_test.dart b/test/transformer/dart2js_transformer_before_another_transformer_test.dart index cac6c335..a835bbb5 100644 --- a/test/transformer/dart2js_transformer_before_another_transformer_test.dart +++ b/test/transformer/dart2js_transformer_before_another_transformer_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import '../serve/utils.dart'; diff --git a/test/transformer/does_not_run_a_transform_on_an_input_in_another_package_test.dart b/test/transformer/does_not_run_a_transform_on_an_input_in_another_package_test.dart index c6182e6e..29468064 100644 --- a/test/transformer/does_not_run_a_transform_on_an_input_in_another_package_test.dart +++ b/test/transformer/does_not_run_a_transform_on_an_input_in_another_package_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import '../serve/utils.dart'; diff --git a/test/transformer/exclusion/exclude_asset_glob_test.dart b/test/transformer/exclusion/exclude_asset_glob_test.dart index 904e6080..28c2a982 100644 --- a/test/transformer/exclusion/exclude_asset_glob_test.dart +++ b/test/transformer/exclusion/exclude_asset_glob_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; import '../../serve/utils.dart'; diff --git a/test/transformer/exclusion/exclude_asset_list_test.dart b/test/transformer/exclusion/exclude_asset_list_test.dart index be50fb10..158df649 100644 --- a/test/transformer/exclusion/exclude_asset_list_test.dart +++ b/test/transformer/exclusion/exclude_asset_list_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; import '../../serve/utils.dart'; diff --git a/test/transformer/exclusion/exclude_asset_prefix_test.dart b/test/transformer/exclusion/exclude_asset_prefix_test.dart index 1ef49eb0..05e4d507 100644 --- a/test/transformer/exclusion/exclude_asset_prefix_test.dart +++ b/test/transformer/exclusion/exclude_asset_prefix_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; import '../../serve/utils.dart'; diff --git a/test/transformer/exclusion/exclude_asset_string_test.dart b/test/transformer/exclusion/exclude_asset_string_test.dart index ad46e383..3f8b6cd8 100644 --- a/test/transformer/exclusion/exclude_asset_string_test.dart +++ b/test/transformer/exclusion/exclude_asset_string_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; import '../../serve/utils.dart'; diff --git a/test/transformer/exclusion/include_asset_glob_test.dart b/test/transformer/exclusion/include_asset_glob_test.dart index 81988a43..79ec0c00 100644 --- a/test/transformer/exclusion/include_asset_glob_test.dart +++ b/test/transformer/exclusion/include_asset_glob_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; import '../../serve/utils.dart'; diff --git a/test/transformer/exclusion/include_asset_list_test.dart b/test/transformer/exclusion/include_asset_list_test.dart index 66c4e6dd..37c8c42f 100644 --- a/test/transformer/exclusion/include_asset_list_test.dart +++ b/test/transformer/exclusion/include_asset_list_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; import '../../serve/utils.dart'; diff --git a/test/transformer/exclusion/include_asset_prefix_test.dart b/test/transformer/exclusion/include_asset_prefix_test.dart index fa761a46..ebb56180 100644 --- a/test/transformer/exclusion/include_asset_prefix_test.dart +++ b/test/transformer/exclusion/include_asset_prefix_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; import '../../serve/utils.dart'; diff --git a/test/transformer/exclusion/include_asset_string_test.dart b/test/transformer/exclusion/include_asset_string_test.dart index 20a09a51..9eedcc62 100644 --- a/test/transformer/exclusion/include_asset_string_test.dart +++ b/test/transformer/exclusion/include_asset_string_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; import '../../serve/utils.dart'; diff --git a/test/transformer/exclusion/includes_before_excludes_test.dart b/test/transformer/exclusion/includes_before_excludes_test.dart index e12ee608..0a2f8666 100644 --- a/test/transformer/exclusion/includes_before_excludes_test.dart +++ b/test/transformer/exclusion/includes_before_excludes_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; import '../../serve/utils.dart'; diff --git a/test/transformer/exclusion/works_on_aggregate_transformer_test.dart b/test/transformer/exclusion/works_on_aggregate_transformer_test.dart index c5db30d0..b9c4c1e8 100644 --- a/test/transformer/exclusion/works_on_aggregate_transformer_test.dart +++ b/test/transformer/exclusion/works_on_aggregate_transformer_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; import '../../serve/utils.dart'; diff --git a/test/transformer/exclusion/works_on_dart2js_test.dart b/test/transformer/exclusion/works_on_dart2js_test.dart index c96d2347..2c63d8a7 100644 --- a/test/transformer/exclusion/works_on_dart2js_test.dart +++ b/test/transformer/exclusion/works_on_dart2js_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:scheduled_test/scheduled_stream.dart'; import 'package:scheduled_test/scheduled_test.dart'; diff --git a/test/transformer/exclusion/works_on_lazy_transformer_test.dart b/test/transformer/exclusion/works_on_lazy_transformer_test.dart index 3638eb38..8ab4dd7d 100644 --- a/test/transformer/exclusion/works_on_lazy_transformer_test.dart +++ b/test/transformer/exclusion/works_on_lazy_transformer_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:scheduled_test/scheduled_stream.dart'; import 'package:scheduled_test/scheduled_test.dart'; diff --git a/test/transformer/exclusion/works_on_transformer_group_test.dart b/test/transformer/exclusion/works_on_transformer_group_test.dart index 9b724636..cbc31df1 100644 --- a/test/transformer/exclusion/works_on_transformer_group_test.dart +++ b/test/transformer/exclusion/works_on_transformer_group_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; import '../../serve/utils.dart'; diff --git a/test/transformer/fails_to_load_a_file_that_defines_no_transforms_test.dart b/test/transformer/fails_to_load_a_file_that_defines_no_transforms_test.dart index bd0ba2c0..2a1c2c06 100644 --- a/test/transformer/fails_to_load_a_file_that_defines_no_transforms_test.dart +++ b/test/transformer/fails_to_load_a_file_that_defines_no_transforms_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:scheduled_test/scheduled_stream.dart'; import 'package:scheduled_test/scheduled_test.dart'; diff --git a/test/transformer/fails_to_load_a_non_existent_transform_test.dart b/test/transformer/fails_to_load_a_non_existent_transform_test.dart index 9c514f6d..5de9dd8e 100644 --- a/test/transformer/fails_to_load_a_non_existent_transform_test.dart +++ b/test/transformer/fails_to_load_a_non_existent_transform_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import '../serve/utils.dart'; diff --git a/test/transformer/fails_to_load_a_pubspec_with_reserved_transformer_test.dart b/test/transformer/fails_to_load_a_pubspec_with_reserved_transformer_test.dart index 37690f56..a6ab1473 100644 --- a/test/transformer/fails_to_load_a_pubspec_with_reserved_transformer_test.dart +++ b/test/transformer/fails_to_load_a_pubspec_with_reserved_transformer_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:pub/src/exit_codes.dart' as exit_codes; import 'package:scheduled_test/scheduled_test.dart'; diff --git a/test/transformer/fails_to_load_a_transform_from_a_deps_dev_dependency_test.dart b/test/transformer/fails_to_load_a_transform_from_a_deps_dev_dependency_test.dart index 06c78f81..96d716ff 100644 --- a/test/transformer/fails_to_load_a_transform_from_a_deps_dev_dependency_test.dart +++ b/test/transformer/fails_to_load_a_transform_from_a_deps_dev_dependency_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:pub/src/exit_codes.dart' as exit_codes; import 'package:scheduled_test/scheduled_test.dart'; diff --git a/test/transformer/fails_to_load_a_transform_from_a_non_dependency_test.dart b/test/transformer/fails_to_load_a_transform_from_a_non_dependency_test.dart index 896ad4d8..0c8bce93 100644 --- a/test/transformer/fails_to_load_a_transform_from_a_non_dependency_test.dart +++ b/test/transformer/fails_to_load_a_transform_from_a_non_dependency_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:pub/src/exit_codes.dart' as exit_codes; import 'package:scheduled_test/scheduled_test.dart'; diff --git a/test/transformer/fails_to_load_a_transform_with_a_syntax_error_test.dart b/test/transformer/fails_to_load_a_transform_with_a_syntax_error_test.dart index 2d0b7e7b..50a523c4 100644 --- a/test/transformer/fails_to_load_a_transform_with_a_syntax_error_test.dart +++ b/test/transformer/fails_to_load_a_transform_with_a_syntax_error_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:scheduled_test/scheduled_stream.dart'; import 'package:scheduled_test/scheduled_test.dart'; diff --git a/test/transformer/fails_to_load_a_transform_with_an_import_error_test.dart b/test/transformer/fails_to_load_a_transform_with_an_import_error_test.dart index a6530388..f2c6e6ad 100644 --- a/test/transformer/fails_to_load_a_transform_with_an_import_error_test.dart +++ b/test/transformer/fails_to_load_a_transform_with_an_import_error_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:scheduled_test/scheduled_test.dart'; import '../descriptor.dart' as d; diff --git a/test/transformer/fails_to_load_an_unconfigurable_transformer_when_config_is_passed_test.dart b/test/transformer/fails_to_load_an_unconfigurable_transformer_when_config_is_passed_test.dart index 7565996f..f93b236f 100644 --- a/test/transformer/fails_to_load_an_unconfigurable_transformer_when_config_is_passed_test.dart +++ b/test/transformer/fails_to_load_an_unconfigurable_transformer_when_config_is_passed_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:scheduled_test/scheduled_test.dart'; import '../descriptor.dart' as d; diff --git a/test/transformer/loads_a_declaring_aggregate_transformer_test.dart b/test/transformer/loads_a_declaring_aggregate_transformer_test.dart index cffb38a6..03c1ee99 100644 --- a/test/transformer/loads_a_declaring_aggregate_transformer_test.dart +++ b/test/transformer/loads_a_declaring_aggregate_transformer_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import '../serve/utils.dart'; diff --git a/test/transformer/loads_a_diamond_transformer_dependency_graph_test.dart b/test/transformer/loads_a_diamond_transformer_dependency_graph_test.dart index d13e54bd..ec74fafb 100644 --- a/test/transformer/loads_a_diamond_transformer_dependency_graph_test.dart +++ b/test/transformer/loads_a_diamond_transformer_dependency_graph_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import '../serve/utils.dart'; diff --git a/test/transformer/loads_a_lazy_aggregate_transformer_test.dart b/test/transformer/loads_a_lazy_aggregate_transformer_test.dart index a93c9587..889ab043 100644 --- a/test/transformer/loads_a_lazy_aggregate_transformer_test.dart +++ b/test/transformer/loads_a_lazy_aggregate_transformer_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import '../serve/utils.dart'; diff --git a/test/transformer/loads_a_transformer_defined_in_an_exported_library_test.dart b/test/transformer/loads_a_transformer_defined_in_an_exported_library_test.dart index 3bc8b623..4bd03671 100644 --- a/test/transformer/loads_a_transformer_defined_in_an_exported_library_test.dart +++ b/test/transformer/loads_a_transformer_defined_in_an_exported_library_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import '../serve/utils.dart'; diff --git a/test/transformer/loads_an_aggregate_transformer_test.dart b/test/transformer/loads_an_aggregate_transformer_test.dart index 5824af1e..096ef5e8 100644 --- a/test/transformer/loads_an_aggregate_transformer_test.dart +++ b/test/transformer/loads_an_aggregate_transformer_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import '../serve/utils.dart'; diff --git a/test/transformer/loads_different_configurations_from_the_same_isolate_test.dart b/test/transformer/loads_different_configurations_from_the_same_isolate_test.dart index 89a90ba7..3aa20b65 100644 --- a/test/transformer/loads_different_configurations_from_the_same_isolate_test.dart +++ b/test/transformer/loads_different_configurations_from_the_same_isolate_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import '../serve/utils.dart'; diff --git a/test/transformer/multiple_transformers_reject_their_config_test.dart b/test/transformer/multiple_transformers_reject_their_config_test.dart index 5b5d63a1..cc62f076 100644 --- a/test/transformer/multiple_transformers_reject_their_config_test.dart +++ b/test/transformer/multiple_transformers_reject_their_config_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:scheduled_test/scheduled_stream.dart'; import 'package:scheduled_test/scheduled_test.dart'; diff --git a/test/transformer/prefers_transformer_to_library_name_test.dart b/test/transformer/prefers_transformer_to_library_name_test.dart index 4e3d7678..c96abb69 100644 --- a/test/transformer/prefers_transformer_to_library_name_test.dart +++ b/test/transformer/prefers_transformer_to_library_name_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import '../serve/utils.dart'; diff --git a/test/transformer/prints_a_transform_error_in_apply_test.dart b/test/transformer/prints_a_transform_error_in_apply_test.dart index 1e630322..e92d72d4 100644 --- a/test/transformer/prints_a_transform_error_in_apply_test.dart +++ b/test/transformer/prints_a_transform_error_in_apply_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import '../serve/utils.dart'; diff --git a/test/transformer/prints_a_transform_interface_error_test.dart b/test/transformer/prints_a_transform_interface_error_test.dart index 1e3dfee1..f61efaa6 100644 --- a/test/transformer/prints_a_transform_interface_error_test.dart +++ b/test/transformer/prints_a_transform_interface_error_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import '../serve/utils.dart'; diff --git a/test/transformer/runs_a_local_transform_on_the_application_package_test.dart b/test/transformer/runs_a_local_transform_on_the_application_package_test.dart index 9839bb36..1b1571c7 100644 --- a/test/transformer/runs_a_local_transform_on_the_application_package_test.dart +++ b/test/transformer/runs_a_local_transform_on_the_application_package_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import '../serve/utils.dart'; diff --git a/test/transformer/runs_a_third_party_transform_on_the_application_package_test.dart b/test/transformer/runs_a_third_party_transform_on_the_application_package_test.dart index 6ab054ce..c2a99e48 100644 --- a/test/transformer/runs_a_third_party_transform_on_the_application_package_test.dart +++ b/test/transformer/runs_a_third_party_transform_on_the_application_package_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import '../serve/utils.dart'; diff --git a/test/transformer/runs_a_third_party_transformer_on_a_local_transformer_test.dart b/test/transformer/runs_a_third_party_transformer_on_a_local_transformer_test.dart index f5ddc613..e935e268 100644 --- a/test/transformer/runs_a_third_party_transformer_on_a_local_transformer_test.dart +++ b/test/transformer/runs_a_third_party_transformer_on_a_local_transformer_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import '../serve/utils.dart'; diff --git a/test/transformer/runs_a_transformer_group_test.dart b/test/transformer/runs_a_transformer_group_test.dart index 02729079..197af97f 100644 --- a/test/transformer/runs_a_transformer_group_test.dart +++ b/test/transformer/runs_a_transformer_group_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import '../serve/utils.dart'; diff --git a/test/transformer/runs_a_transformer_on_a_dependency_test.dart b/test/transformer/runs_a_transformer_on_a_dependency_test.dart index e69bfcd8..29cb5260 100644 --- a/test/transformer/runs_a_transformer_on_a_dependency_test.dart +++ b/test/transformer/runs_a_transformer_on_a_dependency_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import '../serve/utils.dart'; diff --git a/test/transformer/runs_one_third_party_transformer_on_another_test.dart b/test/transformer/runs_one_third_party_transformer_on_another_test.dart index b8b571f0..0937a8e9 100644 --- a/test/transformer/runs_one_third_party_transformer_on_another_test.dart +++ b/test/transformer/runs_one_third_party_transformer_on_another_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import '../serve/utils.dart'; diff --git a/test/transformer/supports_a_transformer_that_doesnt_return_futures_test.dart b/test/transformer/supports_a_transformer_that_doesnt_return_futures_test.dart index 907bc51e..f84963ab 100644 --- a/test/transformer/supports_a_transformer_that_doesnt_return_futures_test.dart +++ b/test/transformer/supports_a_transformer_that_doesnt_return_futures_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../descriptor.dart' as d; import '../test_pub.dart'; import '../serve/utils.dart'; diff --git a/test/unknown_source_test.dart b/test/unknown_source_test.dart index 66fe658b..65bc476e 100644 --- a/test/unknown_source_test.dart +++ b/test/unknown_source_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE d.file. -library pub_tests; - import 'dart:convert'; import 'descriptor.dart' as d; diff --git a/test/upgrade/git/do_not_upgrade_if_unneeded_test.dart b/test/upgrade/git/do_not_upgrade_if_unneeded_test.dart index f32848ef..69459c7c 100644 --- a/test/upgrade/git/do_not_upgrade_if_unneeded_test.dart +++ b/test/upgrade/git/do_not_upgrade_if_unneeded_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; diff --git a/test/upgrade/git/upgrade_locked_test.dart b/test/upgrade/git/upgrade_locked_test.dart index 31f114f8..ecbea87d 100644 --- a/test/upgrade/git/upgrade_locked_test.dart +++ b/test/upgrade/git/upgrade_locked_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; diff --git a/test/upgrade/git/upgrade_one_locked_test.dart b/test/upgrade/git/upgrade_one_locked_test.dart index 8513a08a..d6819ef2 100644 --- a/test/upgrade/git/upgrade_one_locked_test.dart +++ b/test/upgrade/git/upgrade_one_locked_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; diff --git a/test/upgrade/git/upgrade_to_incompatible_pubspec_test.dart b/test/upgrade/git/upgrade_to_incompatible_pubspec_test.dart index 0086b517..670a535d 100644 --- a/test/upgrade/git/upgrade_to_incompatible_pubspec_test.dart +++ b/test/upgrade/git/upgrade_to_incompatible_pubspec_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import 'package:pub/src/exit_codes.dart' as exit_codes; import 'package:scheduled_test/scheduled_test.dart'; diff --git a/test/upgrade/git/upgrade_to_nonexistent_pubspec_test.dart b/test/upgrade/git/upgrade_to_nonexistent_pubspec_test.dart index 95401448..19918618 100644 --- a/test/upgrade/git/upgrade_to_nonexistent_pubspec_test.dart +++ b/test/upgrade/git/upgrade_to_nonexistent_pubspec_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; diff --git a/test/upgrade/hosted/unlock_dependers_test.dart b/test/upgrade/hosted/unlock_dependers_test.dart index 1ef52671..7a4a1ea8 100644 --- a/test/upgrade/hosted/unlock_dependers_test.dart +++ b/test/upgrade/hosted/unlock_dependers_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; diff --git a/test/upgrade/hosted/unlock_if_necessary_test.dart b/test/upgrade/hosted/unlock_if_necessary_test.dart index fc25b2e3..ed38adf1 100644 --- a/test/upgrade/hosted/unlock_if_necessary_test.dart +++ b/test/upgrade/hosted/unlock_if_necessary_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; diff --git a/test/upgrade/hosted/upgrade_removed_constraints_test.dart b/test/upgrade/hosted/upgrade_removed_constraints_test.dart index b8ec8371..b6f1c368 100644 --- a/test/upgrade/hosted/upgrade_removed_constraints_test.dart +++ b/test/upgrade/hosted/upgrade_removed_constraints_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; diff --git a/test/upgrade/report/describes_change_test.dart b/test/upgrade/report/describes_change_test.dart index 1d605d63..d16e8570 100644 --- a/test/upgrade/report/describes_change_test.dart +++ b/test/upgrade/report/describes_change_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; diff --git a/test/upgrade/report/does_not_show_newer_versions_for_locked_packages_test.dart b/test/upgrade/report/does_not_show_newer_versions_for_locked_packages_test.dart index 8da31cc1..b141fe51 100644 --- a/test/upgrade/report/does_not_show_newer_versions_for_locked_packages_test.dart +++ b/test/upgrade/report/does_not_show_newer_versions_for_locked_packages_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; diff --git a/test/upgrade/report/highlights_overrides_test.dart b/test/upgrade/report/highlights_overrides_test.dart index 2ea76ce1..9dd5630e 100644 --- a/test/upgrade/report/highlights_overrides_test.dart +++ b/test/upgrade/report/highlights_overrides_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; diff --git a/test/upgrade/report/leading_character_shows_change_test.dart b/test/upgrade/report/leading_character_shows_change_test.dart index 12b224dc..3ef312e2 100644 --- a/test/upgrade/report/leading_character_shows_change_test.dart +++ b/test/upgrade/report/leading_character_shows_change_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; diff --git a/test/upgrade/report/shows_newer_available_versions_test.dart b/test/upgrade/report/shows_newer_available_versions_test.dart index 568cebf6..2174ebcf 100644 --- a/test/upgrade/report/shows_newer_available_versions_test.dart +++ b/test/upgrade/report/shows_newer_available_versions_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; diff --git a/test/upgrade/report/shows_number_of_changed_dependencies_test.dart b/test/upgrade/report/shows_number_of_changed_dependencies_test.dart index 4ebeda6a..f10e0c34 100644 --- a/test/upgrade/report/shows_number_of_changed_dependencies_test.dart +++ b/test/upgrade/report/shows_number_of_changed_dependencies_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_tests; - import '../../descriptor.dart' as d; import '../../test_pub.dart'; diff --git a/test/utils_test.dart b/test/utils_test.dart index 99b09283..7e4a7a49 100644 --- a/test/utils_test.dart +++ b/test/utils_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library utils_test; - import 'package:pub/src/utils.dart'; import 'package:test/test.dart'; diff --git a/test/validator/utils.dart b/test/validator/utils.dart index 64a6b47d..bef8c515 100644 --- a/test/validator/utils.dart +++ b/test/validator/utils.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library validator.utils; - import 'package:scheduled_test/scheduled_test.dart'; import '../test_pub.dart'; diff --git a/test/version_solver_test.dart b/test/version_solver_test.dart index 23e853ee..5fba6da5 100644 --- a/test/version_solver_test.dart +++ b/test/version_solver_test.dart @@ -2,8 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -library pub_upgrade_test; - import 'dart:async'; import 'package:pub/src/lock_file.dart'; -- GitLab