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

feat(NODE-5508)!: remove EvalOperation and EvalOptions #3795

Merged
merged 4 commits into from
Aug 3, 2023
Merged

Conversation

malikj2000
Copy link
Contributor

@malikj2000 malikj2000 commented Aug 3, 2023

Description

removing EvalOperation and EvalOptions because it is unused

What is changing?

deleted eval.ts
removed eval from index.ts and mongodb.ts

Is there new documentation needed for these changes?

none

What is the motivation for this change?

eval is unused

Release Highlight

EvalOptions removed

This cleans up some dead code in the sense that there were no eval command related APIs but the EvalOptions type was public, so we want to ensure there are no surprises now that this type has been removed.

Double check the following

  • Ran npm run check:lint script
  • Self-review completed using the steps outlined here
  • PR title follows the correct format: type(NODE-xxxx)[!]: description
    • Example: feat(NODE-1234)!: rewriting everything in coffeescript
  • Changes are covered by tests
  • New TODOs have a related JIRA ticket

@malikj2000 malikj2000 requested a review from nbbeeken August 3, 2023 17:45
@nbbeeken nbbeeken self-assigned this Aug 3, 2023
@nbbeeken nbbeeken added the Primary Review In Review with primary reviewer, not yet ready for team's eyes label Aug 3, 2023
Copy link
Contributor

@nbbeeken nbbeeken left a comment

Choose a reason for hiding this comment

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

in the rebase eval.ts came back, at least the public import is gone, but might as well drop the file as intended 🙂

@malikj2000 malikj2000 requested a review from nbbeeken August 3, 2023 18:50
@nbbeeken nbbeeken merged commit 225cb81 into main Aug 3, 2023
@nbbeeken nbbeeken deleted the NODE-5508 branch August 3, 2023 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Primary Review In Review with primary reviewer, not yet ready for team's eyes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants