-
Notifications
You must be signed in to change notification settings - Fork 259
feat(NODE-4873): support EJSON stringify from BigInt to $numberLong #547
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
feat(NODE-4873): support EJSON stringify from BigInt to $numberLong #547
Conversation
77af61e to
3526efd
Compare
nbbeeken
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We discussed on slack one more test about loose equality working, and js string == EJSON string
nbbeeken
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
baileympearson
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description
What is changing?
Adding capability to stringify BigInt
Is there new documentation needed for these changes?
No
What is the motivation for this change?
Allow users to make use of native Javascript
BigInts instead ofBSON.LongDouble check the following
npm run check:lintscripttype(NODE-xxxx)[!]: descriptionfeat(NODE-1234)!: rewriting everything in coffeescript