-
Notifications
You must be signed in to change notification settings - Fork 198
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
Error parsing string with useNativeBigInt
mode
#88
Comments
I don't think this is an error. You can't parse a decimal into a bigint in JS. You should probably only be using |
This issue was fixed in this PR 3530541. However, the latest version on npm was released before this fix. To use the updated version, I temporarily added the package like this in my project: "dependencies": {
"json-bigint": "github:sidorares/json-bigint#8208aa1352eba252b60756672ab7c17f300d6ccd"
} |
@sidorares any chance a 1.0.1 could be released with the changes from the PR mentioned above by @mois-ilya ? |
hey @nathanmmiller I'm on vacations this week and hope to finally give issues in this repo some attention. I plan to setup release-please, once added all merged changes should be immediately published |
Amazing, thank you @sidorares - I think I may have another weird edge case but don't want to raise an issue (or PR) until I know the updated code doesn't fix it. I look forward! |
Any chance this is coming soon? Thanks! |
@sidorares can you release this please? |
@sidorares can you please release this? |
can we please make a new release? lib has been stale on npm for years now :| |
I think this is abandonware at this point. Is anyone using alternatives and if so, what? If not, @sidorares would you prefer someone else take over this library? |
Hi, |
It seems the parser is incorrect when parsing fractional number:
The text was updated successfully, but these errors were encountered: