| Index: test_reflectable/pubspec.yaml
|
| diff --git a/test_reflectable/pubspec.yaml b/test_reflectable/pubspec.yaml
|
| index 634b69fe43eefc5c523f58ff7e94f9bfa99c66d7..85ec2801be6d3f7113c27b86de94d103e02ebcb3 100644
|
| --- a/test_reflectable/pubspec.yaml
|
| +++ b/test_reflectable/pubspec.yaml
|
| @@ -12,74 +12,7 @@ dev_dependencies:
|
| unittest: ^0.11.0
|
| transformers:
|
| - reflectable:
|
| - $include: ["test/*.dart"]
|
| - entry_points:
|
| - - test/metadata_test.dart
|
| - - test/import_reflectable.dart
|
| - - test/use_annotation.dart
|
| - - test/reflect_test.dart
|
| - - test/export_test.dart
|
| - - test/use_prefix_test.dart
|
| - - test/three_files_test.dart
|
| - - test/invoke_test.dart
|
| - - test/member_capability_test.dart
|
| - - test/annotated_classes_test.dart
|
| - - test/reflect_type_test.dart
|
| - - test/declarations_test.dart
|
| - - test/new_instance_test.dart
|
| - - test/proxy_test.dart
|
| - - test/polymer_basic_needs_test.dart
|
| - - test/serialize_test.dart
|
| - - test/new_instance_default_values_test.dart
|
| - - test/capabilities_test.dart
|
| - - test/basic_test.dart
|
| - - test/no_such_capability_test.dart
|
| - - test/invoke_capabilities_test.dart
|
| - - test/global_quantify_test.dart
|
| - - test/name_clash_test.dart
|
| - - test/metadata_name_clash_test.dart
|
| - - test/invoker_test.dart
|
| - - test/invoker_operator_test.dart
|
| - - test/type_relations_test.dart
|
| - - test/exported_main_test.dart
|
| - - test/libraries_test.dart
|
| - - test/parameter_mirrors_test.dart
|
| - - test/parameter_test.dart
|
| - - test/field_test.dart
|
| - - test/implicit_getter_setter_test.dart
|
| - - test/mixin_test.dart
|
| - - test/mixin_application_static_member_test.dart
|
| - - test/mixin_application_static_invoke_test.dart
|
| - - test/default_values_test.dart
|
| - - test/superinterfaces_test.dart
|
| - - test/subtype_quantify_test.dart
|
| - - test/expanding_generics_test.dart
|
| - - test/mixin_static_const_test.dart
|
| - - test/metadata_subtype_test.dart
|
| - - test/static_members_test.dart
|
| - - test/original_prefix_test.dart
|
| - - test/reflected_type_test.dart
|
| - - test/reflectors_test.dart
|
| - - test/meta_reflector_test.dart
|
| - - test/meta_reflectors_test.dart
|
| - - test/corresponding_setter_test.dart
|
| - - test/private_class_test.dart
|
| - - test/multi_field_test.dart
|
| - - test/class_property_test.dart
|
| - - test/type_variable_test.dart
|
| - - test/dynamic_reflected_type_test.dart
|
| - - test/delegate_test.dart
|
| - - test/generic_mixin_test.dart
|
| - - test/subtype_test.dart
|
| - - test/no_such_method_test.dart
|
| - - test/inherited_variable_test.dart
|
| - - test/new_instance_optional_arguments_test.dart
|
| - - test/new_instance_native_test.dart
|
| - - test/new_instance_html_test.dart
|
| - - test/mixin_application_test.dart
|
| - - test/unused_reflector_test.dart
|
| - - test/function_type_annotation_test.dart
|
| - - test/prefixed_reflector_test.dart
|
| + entry_points: ["test/*_test.dart"]
|
| formatted: true
|
| - $dart2js:
|
| $include: []
|
|
|