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

Fix rename time complexity from n² to n #146

Merged
merged 1 commit into from
Oct 6, 2024
Merged

Fix rename time complexity from n² to n #146

merged 1 commit into from
Oct 6, 2024

Conversation

jehna
Copy link
Owner

@jehna jehna commented Oct 6, 2024

Was doing unnecessary loops of AST, seems that it should be okay to loop the AST just once since Babel mutates the AST in place.

Was doing unnecessary loops of AST, seems that it should be okay to loop
the AST just once since Babel mutates the AST in place.
@jehna jehna added test-openai Run openai tests towards this PR enhancement New feature or request labels Oct 6, 2024
@jehna jehna merged commit 87065c9 into main Oct 6, 2024
6 checks passed
@jehna jehna deleted the fix/complexity branch October 6, 2024 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request test-openai Run openai tests towards this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant