-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Use property initializer syntax in Jest codebase #7846
Comments
Hi @SimenB I'm interested in working in this issue! Where's a good place to start looking for breadcrumbs? |
@peanutenthusiast If you're using vscode, you can start by using the global search |
You can take a look at #7881 as well |
Note that #8117 didn't change the unnecessary constructor assignments mentioned in the OP, just |
It's in now, so we can start using it, and fixing different parts as we come over them |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
From #7844 (comment)
It'd be nice to avoid
bind(this)
and constructor assignments. We need to add https://babeljs.io/docs/en/babel-plugin-proposal-class-properties and go through the code to figure out where we could use itThe text was updated successfully, but these errors were encountered: