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 progress indicator of npm run which #84

Merged
merged 1 commit into from
Aug 4, 2024

Conversation

filipre
Copy link
Contributor

@filipre filipre commented Aug 2, 2024

I noticed the percentage is a bit off. The which script only lists native and micro-util replacements but there are preferred replacements in the package as well which counted towards the progress. What should the percentage represent? This PR uses native and micro-util replacements only.

@filipre filipre force-pushed the fix-percentage-calculation branch from 6d8ddd7 to a518964 Compare August 2, 2024 16:16
@filipre filipre changed the title Fix percentage of script Fix progress indicator of npm run which Aug 2, 2024
@thepassle
Copy link
Collaborator

Hehe yeah I noticed this too the other day. We also have some codemods that are not micro-utils or native/polyfills, so the numbers are skewed a bit. I think its fine to native and micro-util 👍 We can probably get rid of the script pretty soon too, since we've already implemented the bulk of them

@thepassle thepassle merged commit d98052f into es-tooling:main Aug 4, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants