File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import * as process from 'node:process' ;
2-
31import { clearTimeout , setTimeout } from 'timers' ;
42
53import type { ObjectId } from '../bson' ;
Original file line number Diff line number Diff line change 1- import * as process from 'node:process' ;
2-
31import { Writable } from 'stream' ;
42
53import { type Document , ObjectId } from '../bson' ;
Original file line number Diff line number Diff line change 1- import * as process from 'node:process' ;
2-
31import { clearTimeout , setTimeout } from 'timers' ;
42
53import { type Document , Long } from '../bson' ;
Original file line number Diff line number Diff line change 1- import * as process from 'node:process' ;
2-
31import type { Document } from '../bson' ;
42import { type AutoEncrypter } from '../client-side-encryption/auto_encrypter' ;
53import { type CommandOptions , Connection } from '../cmap/connection' ;
Original file line number Diff line number Diff line change 1- import * as process from 'node:process' ;
2-
31import type { BSONSerializeOptions , Document } from '../bson' ;
42import type { MongoCredentials } from '../cmap/auth/mongo_credentials' ;
53import type { ConnectionEvents } from '../cmap/connection' ;
Original file line number Diff line number Diff line change 11// eslint-disable-next-line @typescript-eslint/no-require-imports
22const events = require ( 'events' ) ;
3- // eslint-disable-next-line @typescript-eslint/no-require-imports
4- const process = require ( 'node:process' ) ;
53
64const EventEmitter = events . EventEmitter ;
75
You can’t perform that action at this time.
0 commit comments