Skip to content

Commit 225cb81

Browse files
authored
feat(NODE-5508)!: remove EvalOperation and EvalOptions (#3795)
1 parent dc0aef4 commit 225cb81

File tree

3 files changed

+0
-76
lines changed

3 files changed

+0
-76
lines changed

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,6 @@ export type { DeleteOptions, DeleteResult, DeleteStatement } from './operations/
401401
export type { DistinctOptions } from './operations/distinct';
402402
export type { DropCollectionOptions, DropDatabaseOptions } from './operations/drop';
403403
export type { EstimatedDocumentCountOptions } from './operations/estimated_document_count';
404-
export type { EvalOptions } from './operations/eval';
405404
export type { ExecutionResult } from './operations/execute_operation';
406405
export type { FindOptions } from './operations/find';
407406
export type {

src/operations/eval.ts

Lines changed: 0 additions & 74 deletions
This file was deleted.

test/mongodb.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ export * from '../src/operations/delete';
164164
export * from '../src/operations/distinct';
165165
export * from '../src/operations/drop';
166166
export * from '../src/operations/estimated_document_count';
167-
export * from '../src/operations/eval';
168167
export * from '../src/operations/execute_operation';
169168
export * from '../src/operations/find';
170169
export * from '../src/operations/find_and_modify';

0 commit comments

Comments
 (0)