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

Side by Side Diff: test_reflectable/pubspec.yaml

Issue 1181993003: Add support for getters, setters and constructors in declarations of classMirrors. (Closed) Base URL: https://github.com/dart-lang/reflectable.git@master
Patch Set: Reintroduce abstract members in declarations 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
« no previous file with comments | « test_reflectable/.status ('k') | test_reflectable/test/declarations_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/import_reflectable.dart 11 - test/import_reflectable.dart
12 - test/use_annotation.dart 12 - test/use_annotation.dart
13 - test/reflect_test.dart 13 - test/reflect_test.dart
14 - test/export_test.dart 14 - test/export_test.dart
15 - test/use_prefix_test.dart 15 - test/use_prefix_test.dart
16 - test/three_files_test.dart 16 - test/three_files_test.dart
17 - test/invoke_test.dart 17 - test/invoke_test.dart
18 - test/members_capability_test.dart 18 - test/members_capability_test.dart
19 - test/annotated_classes_test.dart 19 - test/annotated_classes_test.dart
20 - test/reflect_type_test.dart 20 - test/reflect_type_test.dart
21 - test/declarations_test.dart 21 - test/declarations_test.dart
22 # Disabled next three entries to avoid failing transformation 22 # Disabled next three entries to avoid failing transformation
23 # - test/capabilities_test.dart 23 # - test/capabilities_test.dart
24 # - test/member_capability_test.dart 24 # - test/member_capability_test.dart
25 # - test/serialize_test.dart 25 # - test/serialize_test.dart
26 # - test/basic_test.dart 26 # - test/basic_test.dart
27
OLDNEW
« no previous file with comments | « test_reflectable/.status ('k') | test_reflectable/test/declarations_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698