| OLD | NEW |
| 1 name: test_reflectable | 1 name: test_reflectable |
| 2 description: > | 2 description: > |
| 3 This package contains tests which depend on package reflectable | 3 This package contains tests which depend on package reflectable |
| 4 and which are transformed by the transformer in that package. | 4 and which are transformed by the transformer in that package. |
| 5 version: 0.5.2 | 5 version: 0.5.2 |
| 6 author: The Dart Team <dart@google.com> | 6 author: The Dart Team <dart@google.com> |
| 7 homepage: https://www.github.com/dart-lang/reflectable | 7 homepage: https://www.github.com/dart-lang/reflectable |
| 8 dependencies: | 8 dependencies: |
| 9 reflectable: | 9 reflectable: |
| 10 path: ../reflectable | 10 path: ../reflectable |
| 11 dev_dependencies: | 11 dev_dependencies: |
| 12 unittest: ^0.11.0 | 12 unittest: ^0.11.0 |
| 13 transformers: | 13 transformers: |
| 14 - reflectable: | 14 - reflectable: |
| 15 $include: ["test/*.dart"] | 15 entry_points: ["test/*_test.dart"] |
| 16 entry_points: | |
| 17 - test/metadata_test.dart | |
| 18 - test/import_reflectable.dart | |
| 19 - test/use_annotation.dart | |
| 20 - test/reflect_test.dart | |
| 21 - test/export_test.dart | |
| 22 - test/use_prefix_test.dart | |
| 23 - test/three_files_test.dart | |
| 24 - test/invoke_test.dart | |
| 25 - test/member_capability_test.dart | |
| 26 - test/annotated_classes_test.dart | |
| 27 - test/reflect_type_test.dart | |
| 28 - test/declarations_test.dart | |
| 29 - test/new_instance_test.dart | |
| 30 - test/proxy_test.dart | |
| 31 - test/polymer_basic_needs_test.dart | |
| 32 - test/serialize_test.dart | |
| 33 - test/new_instance_default_values_test.dart | |
| 34 - test/capabilities_test.dart | |
| 35 - test/basic_test.dart | |
| 36 - test/no_such_capability_test.dart | |
| 37 - test/invoke_capabilities_test.dart | |
| 38 - test/global_quantify_test.dart | |
| 39 - test/name_clash_test.dart | |
| 40 - test/metadata_name_clash_test.dart | |
| 41 - test/invoker_test.dart | |
| 42 - test/invoker_operator_test.dart | |
| 43 - test/type_relations_test.dart | |
| 44 - test/exported_main_test.dart | |
| 45 - test/libraries_test.dart | |
| 46 - test/parameter_mirrors_test.dart | |
| 47 - test/parameter_test.dart | |
| 48 - test/field_test.dart | |
| 49 - test/implicit_getter_setter_test.dart | |
| 50 - test/mixin_test.dart | |
| 51 - test/mixin_application_static_member_test.dart | |
| 52 - test/mixin_application_static_invoke_test.dart | |
| 53 - test/default_values_test.dart | |
| 54 - test/superinterfaces_test.dart | |
| 55 - test/subtype_quantify_test.dart | |
| 56 - test/expanding_generics_test.dart | |
| 57 - test/mixin_static_const_test.dart | |
| 58 - test/metadata_subtype_test.dart | |
| 59 - test/static_members_test.dart | |
| 60 - test/original_prefix_test.dart | |
| 61 - test/reflected_type_test.dart | |
| 62 - test/reflectors_test.dart | |
| 63 - test/meta_reflector_test.dart | |
| 64 - test/meta_reflectors_test.dart | |
| 65 - test/corresponding_setter_test.dart | |
| 66 - test/private_class_test.dart | |
| 67 - test/multi_field_test.dart | |
| 68 - test/class_property_test.dart | |
| 69 - test/type_variable_test.dart | |
| 70 - test/dynamic_reflected_type_test.dart | |
| 71 - test/delegate_test.dart | |
| 72 - test/generic_mixin_test.dart | |
| 73 - test/subtype_test.dart | |
| 74 - test/no_such_method_test.dart | |
| 75 - test/inherited_variable_test.dart | |
| 76 - test/new_instance_optional_arguments_test.dart | |
| 77 - test/new_instance_native_test.dart | |
| 78 - test/new_instance_html_test.dart | |
| 79 - test/mixin_application_test.dart | |
| 80 - test/unused_reflector_test.dart | |
| 81 - test/function_type_annotation_test.dart | |
| 82 - test/prefixed_reflector_test.dart | |
| 83 formatted: true | 16 formatted: true |
| 84 - $dart2js: | 17 - $dart2js: |
| 85 $include: [] | 18 $include: [] |
| OLD | NEW |