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

Side by Side Diff: test_reflectable/pubspec.yaml

Issue 1181413005: Implement newInstance in the transformer. (Closed) Base URL: https://github.com/dart-lang/reflectable.git@master
Patch Set: 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/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 - test/new_instance_test.dart
22 # Disabled next three entries to avoid failing transformation 23 # Disabled next three entries to avoid failing transformation
24 # - test/new_instance_default_values_test.dart # Issue # 8
23 # - test/capabilities_test.dart 25 # - test/capabilities_test.dart
24 # - test/member_capability_test.dart 26 # - test/member_capability_test.dart
25 # - test/serialize_test.dart 27 # - test/serialize_test.dart
26 # - test/basic_test.dart 28 # - test/basic_test.dart
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698