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

Side by Side Diff: test_reflectable/pubspec.yaml

Issue 1391543003: Creates `reflectors`, as a meta-meta feature that enables dynamic selection of a "mirror system". (Closed) Base URL: https://github.com/dart-lang/reflectable.git@master
Patch Set: Review response. Created 5 years, 2 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 unified diff | Download patch
OLDNEW
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.1 5 version: 0.3.1
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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 - test/mixin_application_static_invoke_test.dart 54 - test/mixin_application_static_invoke_test.dart
55 - test/default_values_test.dart 55 - test/default_values_test.dart
56 - test/superinterfaces_test.dart 56 - test/superinterfaces_test.dart
57 - test/subtype_quantify_test.dart 57 - test/subtype_quantify_test.dart
58 - test/expanding_generics_test.dart 58 - test/expanding_generics_test.dart
59 - test/mixin_static_const_test.dart 59 - test/mixin_static_const_test.dart
60 - test/metadata_subtype_test.dart 60 - test/metadata_subtype_test.dart
61 - test/static_members_test.dart 61 - test/static_members_test.dart
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
65 - test/meta_reflector_test.dart
66 - test/meta_reflectors_test.dart
64 - $dart2js: 67 - $dart2js:
65 $include: [] 68 $include: []
OLDNEW
« no previous file with comments | « reflectable/test/mock_tests/check_literal_transform_test.dart ('k') | test_reflectable/test/meta_reflector_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698