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

Update existing rules to handle decorators #566

Closed
bmish opened this issue Nov 3, 2019 · 1 comment
Closed

Update existing rules to handle decorators #566

bmish opened this issue Nov 3, 2019 · 1 comment

Comments

@bmish
Copy link
Member

bmish commented Nov 3, 2019

For example, computed property rules should handle the @computed decorator.

This would be good preparation for Ember Octane.

Related to #560.

These rules in particular need to be updated:

  • require-computed-macros
  • require-computed-property-dependencies
  • require-return-from-computed
@bmish
Copy link
Member Author

bmish commented Jun 8, 2020

I'm going to close this. At this point, most rules have been updated with support for native JavaScript classes and decorators, including the most important ones. The few remaining rules that haven't been updated note "Missing native JavaScript class support" in their rule docs.

@bmish bmish closed this as completed Jun 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant