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

Refactor require-super-in-init rule to improve performance #928

Merged
merged 1 commit into from Sep 7, 2020
Merged

Refactor require-super-in-init rule to improve performance #928

merged 1 commit into from Sep 7, 2020

Conversation

bmish
Copy link
Member

@bmish bmish commented Sep 4, 2020

On my large codebase with thousands of JS files, this change reduced the running time of this rule from 3.560 seconds to 0.339 seconds (-90%).

@bmish bmish added the Bug label Sep 4, 2020
@bmish bmish changed the title Rewrite require-super-in-init rule to improve performance Refactor require-super-in-init rule to improve performance Sep 4, 2020
@bmish bmish merged commit d74517b into ember-cli:master Sep 7, 2020
@bmish bmish added Enhancement and removed Bug labels Sep 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant