| 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.1.0 | 5 version: 0.1.0 |
| 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/test_reflectable | 7 homepage: https://www.github.com/dart-lang/reflectable/test_reflectable |
| 8 dependencies: | 8 dependencies: |
| 9 reflectable: | 9 reflectable: |
| 10 path: ../reflectable | 10 path: ../reflectable |
| (...skipping 27 matching lines...) Expand all Loading... |
| 38 - test/invoke_capabilities_test.dart | 38 - test/invoke_capabilities_test.dart |
| 39 - test/global_quantify_test.dart | 39 - test/global_quantify_test.dart |
| 40 - test/name_clash_test.dart | 40 - test/name_clash_test.dart |
| 41 - test/metadata_name_clash_test.dart | 41 - test/metadata_name_clash_test.dart |
| 42 - test/invoker_test.dart | 42 - test/invoker_test.dart |
| 43 - test/invoker_operator_test.dart | 43 - test/invoker_operator_test.dart |
| 44 - test/type_relations_test.dart | 44 - test/type_relations_test.dart |
| 45 - test/exported_main_test.dart | 45 - test/exported_main_test.dart |
| 46 - test/invoke_toplevel_test.dart | 46 - test/invoke_toplevel_test.dart |
| 47 - test/parameter_mirrors_test.dart | 47 - test/parameter_mirrors_test.dart |
| 48 - test/parameter_test.dart |
| 48 - $dart2js: | 49 - $dart2js: |
| 49 $include: [] | 50 $include: [] |
| OLD | NEW |