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

Side by Side Diff: test_reflectable/pubspec.yaml

Issue 1289933004: Implements support for reflection on parameters. (Closed) Base URL: https://github.com/dart-lang/reflectable.git@master
Patch Set: Merging with code from Sigurd, caused several adjustments Created 5 years, 4 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/basic_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 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.1.0 5 version: 0.1.0
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/test_reflectable 7 homepage: https://www.github.com/dart-lang/reflectable/test_reflectable
8 dependencies: 8 dependencies:
9 reflectable: 9 reflectable:
10 path: ../reflectable 10 path: ../reflectable
(...skipping 27 matching lines...) Expand all
38 - test/invoke_capabilities_test.dart 38 - test/invoke_capabilities_test.dart
39 - test/global_quantify_test.dart 39 - test/global_quantify_test.dart
40 - test/name_clash_test.dart 40 - test/name_clash_test.dart
41 - test/metadata_name_clash_test.dart 41 - test/metadata_name_clash_test.dart
42 - test/invoker_test.dart 42 - test/invoker_test.dart
43 - test/invoker_operator_test.dart 43 - test/invoker_operator_test.dart
44 - test/type_relations_test.dart 44 - test/type_relations_test.dart
45 - test/exported_main_test.dart 45 - test/exported_main_test.dart
46 - test/invoke_toplevel_test.dart 46 - test/invoke_toplevel_test.dart
47 - test/parameter_mirrors_test.dart 47 - test/parameter_mirrors_test.dart
48 - test/parameter_test.dart
48 - $dart2js: 49 - $dart2js:
49 $include: [] 50 $include: []
OLDNEW
« no previous file with comments | « test_reflectable/.status ('k') | test_reflectable/test/basic_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698