This repository has been archived by the owner on Jan 9, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Replace Computed Property .property()
modifier
#1515
Labels
good first issue
indicates an issue is good for a first time contributor
in progress
indicates that issue/pull request is currently being worked on
Comments
donaldwasserman
added
help wanted
indicates that an issue is open for contributions
good first issue
indicates an issue is good for a first time contributor
Hacktoberfest 2018
labels
Sep 20, 2018
@tangollama - I can jump on this one today; it looks like a good one to get started on - and should expose me to some of the codebase and workflow. |
List of references to |
donaldwasserman
added
in progress
indicates that issue/pull request is currently being worked on
and removed
help wanted
indicates that an issue is open for contributions
labels
Sep 24, 2018
@FergusInLondon - Great! Thanks for the help! |
I'll leave this here; it's the comment on the above referenced commit. (Github hasn't updated to reflect the fact that the first two notifications link to subsequently squashed commits - so should 404.)
To Do Tomorrow
|
donaldwasserman
added a commit
that referenced
this issue
Sep 25, 2018
…-Properties #1515: Update computed properties to avoid deprecated method
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
good first issue
indicates an issue is good for a first time contributor
in progress
indicates that issue/pull request is currently being worked on
This is a long-lived Ember app, and has some some legacy ember code built in. One of these is the usage of the soon to be deprecated Ember computed property
.property()
modifier.The usage in HR looks like this:
this should be replaced with
There are many instances of this across the app, so creating a codemod Example may be easier, but isn't required.
The text was updated successfully, but these errors were encountered: