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

Unified Diff: test_reflectable/pubspec.yaml

Issue 1182083002: Implement `.instanceMembers`. (Closed) Base URL: https://github.com/dart-lang/reflectable.git@master
Patch Set: Rebase 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « reflectable/lib/src/transformer_implementation.dart ('k') | test_reflectable/test/declarations_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test_reflectable/pubspec.yaml
diff --git a/test_reflectable/pubspec.yaml b/test_reflectable/pubspec.yaml
index 300cd05f448f3e9337cd82c92303837acf306c1e..b926d61e67fd94b239f2de4a26eba8943cfbc0cc 100644
--- a/test_reflectable/pubspec.yaml
+++ b/test_reflectable/pubspec.yaml
@@ -8,21 +8,22 @@ transformers:
- reflectable:
$include: ["test/*.dart"]
entry_points:
- - test/metadata_test.dart
- - test/import_reflectable.dart
- - test/use_annotation.dart
- - test/reflect_test.dart
- - test/export_test.dart
- - test/use_prefix_test.dart
- - test/three_files_test.dart
- - test/invoke_test.dart
- - test/members_capability_test.dart
- - test/annotated_classes_test.dart
- - test/reflect_type_test.dart
+# - test/metadata_test.dart
+# - test/import_reflectable.dart
+# - test/use_annotation.dart
+# - test/reflect_test.dart
+# - test/export_test.dart
+# - test/use_prefix_test.dart
+# - test/three_files_test.dart
+# - test/invoke_test.dart
+# - test/members_capability_test.dart
+# - test/annotated_classes_test.dart
+# - test/reflect_type_test.dart
- test/declarations_test.dart
# Disabled next three entries to avoid failing transformation
# - test/capabilities_test.dart
# - test/member_capability_test.dart
# - test/serialize_test.dart
# - test/basic_test.dart
-
+- $dart2js:
+ $include: []
« no previous file with comments | « reflectable/lib/src/transformer_implementation.dart ('k') | test_reflectable/test/declarations_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698