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

Side by Side Diff: test_reflectable/pubspec.yaml

Issue 1182083002: Implement `.instanceMembers`. (Closed) Base URL: https://github.com/dart-lang/reflectable.git@master
Patch Set: Rebase Created 5 years, 6 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 dependencies: 2 dependencies:
3 reflectable: 3 reflectable:
4 path: ../reflectable 4 path: ../reflectable
5 dev_dependencies: 5 dev_dependencies:
6 unittest: '>=0.11.0 <0.12.0' 6 unittest: '>=0.11.0 <0.12.0'
7 transformers: 7 transformers:
8 - reflectable: 8 - reflectable:
9 $include: ["test/*.dart"] 9 $include: ["test/*.dart"]
10 entry_points: 10 entry_points:
11 - test/metadata_test.dart 11 # - test/metadata_test.dart
12 - test/import_reflectable.dart 12 # - test/import_reflectable.dart
13 - test/use_annotation.dart 13 # - test/use_annotation.dart
14 - test/reflect_test.dart 14 # - test/reflect_test.dart
15 - test/export_test.dart 15 # - test/export_test.dart
16 - test/use_prefix_test.dart 16 # - test/use_prefix_test.dart
17 - test/three_files_test.dart 17 # - test/three_files_test.dart
18 - test/invoke_test.dart 18 # - test/invoke_test.dart
19 - test/members_capability_test.dart 19 # - test/members_capability_test.dart
20 - test/annotated_classes_test.dart 20 # - test/annotated_classes_test.dart
21 - test/reflect_type_test.dart 21 # - test/reflect_type_test.dart
22 - test/declarations_test.dart 22 - test/declarations_test.dart
23 # Disabled next three entries to avoid failing transformation 23 # Disabled next three entries to avoid failing transformation
24 # - test/capabilities_test.dart 24 # - test/capabilities_test.dart
25 # - test/member_capability_test.dart 25 # - test/member_capability_test.dart
26 # - test/serialize_test.dart 26 # - test/serialize_test.dart
27 # - test/basic_test.dart 27 # - test/basic_test.dart
28 28 - $dart2js:
29 $include: []
OLDNEW
« no previous file with comments | « reflectable/lib/src/transformer_implementation.dart ('k') | test_reflectable/test/declarations_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698