-
Notifications
You must be signed in to change notification settings - Fork 254
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
feat(NODE-4873): support EJSON stringify from BigInt to $numberLong #547
Conversation
77af61e
to
3526efd
Compare
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
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
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
BigInt
s instead ofBSON.Long
Double check the following
npm run check:lint
scripttype(NODE-xxxx)[!]: description
feat(NODE-1234)!: rewriting everything in coffeescript