-
Notifications
You must be signed in to change notification settings - Fork 252
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: parse value of Int32 in constructor
Parses the value passed into the Int32 constructor using + prefixed variable. The value should always be a number. Fixes issues whereby EJSON parse would return string value with relaxed option. Verified no breaking changes to hex strings. NODE-2613
- Loading branch information
Thomas Reggi
authored
May 29, 2020
1 parent
c307ca8
commit 5cda40f
Showing
3 changed files
with
61 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters