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: handles esi Args that are strings but have leading integers #271

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

cdloh
Copy link
Owner

@cdloh cdloh commented Jun 5, 2024

parseInt() returns a valid number if any of the leading characters are ints
it drops proceeding in the string if it doesn't match

@cdloh cdloh force-pushed the fix/esi-args-int-parse branch from 6e9076d to 3e968bb Compare June 5, 2024 09:21
parseInt() returns a valid number if any of the leading characters are ints
it drops proceeding in the string if it doesn't match
@cdloh cdloh force-pushed the fix/esi-args-int-parse branch from 3e968bb to 1aa0067 Compare June 5, 2024 09:26
@cdloh cdloh merged commit 92ec0c7 into main Jun 11, 2024
3 checks passed
@cdloh
Copy link
Owner Author

cdloh commented Jun 11, 2024

🎉 This PR is included in version 0.2.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

@cdloh cdloh added the released label Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant