-
Notifications
You must be signed in to change notification settings - Fork 2
feat(NODE-4541): implement legacy callback wrapper library #1
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
Conversation
9b15144
to
5245172
Compare
e52a673
to
613ed0f
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.
First pass review. Tomorrow I'm going to skim the actual driver wrapper but here are some comments on tests for now
023a4c4
to
93901eb
Compare
93901eb
to
0d0558b
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.
first round of review done. I cross referenced the api.js to make sure that all methods in api.js are covered and left some general comments. Last part of the review is to go the other way and ensure we're not overridding anything extra. That review will follow.
Description
What is changing?
Adds the legacy wrappers for our driver's async APIs.
What is the motivation for this change?
Backwards compat.
Double check the following
npm run check:lint
script<type>(NODE-xxxx)<!>: <description>