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

Side by Side Diff: test_reflectable/pubspec.yaml

Issue 1473073009: Added `dynamicReflected..Type`, corrected type expressions. (Closed) Base URL: https://github.com/dart-lang/reflectable.git@master
Patch Set: Review response. Created 5 years 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.4 5 version: 0.3.4
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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 64 - test/reflectors_test.dart
65 - test/meta_reflector_test.dart 65 - test/meta_reflector_test.dart
66 - test/meta_reflectors_test.dart 66 - test/meta_reflectors_test.dart
67 - test/corresponding_setter_test.dart 67 - test/corresponding_setter_test.dart
68 - test/private_class_test.dart 68 - test/private_class_test.dart
69 - test/multi_field_test.dart 69 - test/multi_field_test.dart
70 - test/class_property_test.dart 70 - test/class_property_test.dart
71 - test/type_variable_test.dart 71 - test/type_variable_test.dart
72 - test/dynamic_reflected_type_test.dart
72 formatted: true 73 formatted: true
73 - $dart2js: 74 - $dart2js:
74 $include: [] 75 $include: []
OLDNEW
« no previous file with comments | « reflectable/test/mock_tests/check_literal_transform_test.dart ('k') | test_reflectable/test/dynamic_reflected_type_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698