| 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.3.4 | 5 version: 0.3.4 |
| 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 |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 - test/original_prefix_test.dart | 62 - test/original_prefix_test.dart |
| 63 - test/reflected_type_test.dart | 63 - test/reflected_type_test.dart |
| 64 - test/reflectors_test.dart | 64 - test/reflectors_test.dart |
| 65 - test/meta_reflector_test.dart | 65 - test/meta_reflector_test.dart |
| 66 - test/meta_reflectors_test.dart | 66 - test/meta_reflectors_test.dart |
| 67 - test/corresponding_setter_test.dart | 67 - test/corresponding_setter_test.dart |
| 68 - test/private_class_test.dart | 68 - test/private_class_test.dart |
| 69 - test/multi_field_test.dart | 69 - test/multi_field_test.dart |
| 70 - test/class_property_test.dart | 70 - test/class_property_test.dart |
| 71 - test/type_variable_test.dart | 71 - test/type_variable_test.dart |
| 72 - test/dynamic_reflected_type_test.dart |
| 72 formatted: true | 73 formatted: true |
| 73 - $dart2js: | 74 - $dart2js: |
| 74 $include: [] | 75 $include: [] |
| OLD | NEW |