We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a class written in ES6 style which is then exposed as angular service Annotations are working fine until this class used @ decorator.
I am using mobx actions which requires methods to be decorated with @action. The moment I use @action inside my class annotations start breaking.
Is this a known issue?
The text was updated successfully, but these errors were encountered:
I have this issue too, and it's very pity :(
Sorry, something went wrong.
It seems like we simply need to use this acorn plugin : https://github.com/angelozerr/acorn-es7 But how do we include it into the pipeline?
No branches or pull requests
I have a class written in ES6 style which is then exposed as angular service
Annotations are working fine until this class used @ decorator.
I am using mobx actions which requires methods to be decorated with @action. The moment I use @action inside my class annotations start breaking.
Is this a known issue?
The text was updated successfully, but these errors were encountered: