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(NODE-3582): fix internal marked APIs, add toString methods to Int32 and Double #457

Merged
merged 4 commits into from
Sep 7, 2021

Conversation

nbbeeken
Copy link
Contributor

@nbbeeken nbbeeken commented Sep 1, 2021

We have a number of the convenience helpers, toString and toJSON marked as internal on our Type classes. The should be made available in our type definitions.

Additionally we were missing toString methods for Int32 and Double, I think its unexpected that these would return [object Object] for toString.

I can revert if we want to do this seperately.

@nbbeeken nbbeeken requested a review from emadum September 1, 2021 20:30
@nbbeeken
Copy link
Contributor Author

nbbeeken commented Sep 1, 2021

@addaleax I'd appreciate a review if you have the time (at-ing since I can't request directly)

@nbbeeken nbbeeken marked this pull request as ready for review September 1, 2021 20:32
Copy link
Contributor

@emadum emadum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@dariakp dariakp merged commit b46ab5f into master Sep 7, 2021
@dariakp dariakp deleted the NODE-3582/incorrect-internal branch September 7, 2021 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants