Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Library changes behaviour of property decorator #48

Closed
PFight opened this issue Oct 15, 2016 · 2 comments
Closed

Library changes behaviour of property decorator #48

PFight opened this issue Oct 15, 2016 · 2 comments

Comments

@PFight
Copy link

PFight commented Oct 15, 2016

In standard compiler implementation, return value of the property decorator is used for call of Object.defineProperty. See example in on plunker.

If we include reflec-metada library, return value of the property decorator is ingnored. For example, if we include library in previus plunk, it will break.

@rbuckton
Copy link
Owner

@PFight Can you npm install reflect-metadata@next to see if this change addresses your issue?

@PFight
Copy link
Author

PFight commented Dec 21, 2016

@rbuckton yes, in v0.1.9 it is work good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants