Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(134)

Unified Diff: test_reflectable/pubspec.yaml

Issue 1722653002: Enables globbing for entry points. (Closed) Base URL: https://github.com/dart-lang/reflectable.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « reflectable/pubspec.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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: []
« no previous file with comments | « reflectable/pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698