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

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: Address review 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/new_instance_default_values_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/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 - test/new_instance_test.dart
23 # Disabled next three entries to avoid failing transformation 24 # Disabled next three entries to avoid failing transformation
25 # - test/new_instance_default_values_test.dart # Issue # 8
24 # - test/capabilities_test.dart 26 # - test/capabilities_test.dart
25 # - test/member_capability_test.dart 27 # - test/member_capability_test.dart
26 # - test/serialize_test.dart 28 # - test/serialize_test.dart
27 # - test/basic_test.dart 29 # - test/basic_test.dart
28 - $dart2js: 30 - $dart2js:
29 $include: [] 31 $include: []
OLDNEW
« no previous file with comments | « test_reflectable/.status ('k') | test_reflectable/test/new_instance_default_values_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698