This repository has been archived by the owner on Feb 22, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 248
StaticMetadataExtractor does not map members to all annotations #904
Milestone
Comments
I'm working on the static extractor as part of #861 if nobody handles this one, I can take a look while I'm at it ? |
Sure, it should be straight-forward- _foldMemberAnnotations finds all annotations which should have the member annotations folded in but then only does it on the first one- https://github.com/angular/angular.dart/blob/master/lib/tools/transformer/metadata_extractor.dart#L340 Let me know if you have any questions on it. |
vicb
added a commit
to vicb/angular.dart
that referenced
this issue
Apr 15, 2014
vicb
added a commit
to vicb/angular.dart
that referenced
this issue
Apr 16, 2014
vicb
added a commit
to vicb/angular.dart
that referenced
this issue
Apr 16, 2014
vicb
added a commit
to vicb/angular.dart
that referenced
this issue
Apr 17, 2014
vicb
added a commit
to vicb/angular.dart
that referenced
this issue
Apr 21, 2014
vicb
added a commit
to vicb/angular.dart
that referenced
this issue
Apr 21, 2014
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The dynamic metadata extractor maps member annotations to all AbstractNgAnnotations while the StaticMetadataExtractor only does this to the first one. The static extractor should do it to all annotations.
The text was updated successfully, but these errors were encountered: