Skip to content

Commit 9d9babb

Browse files
committed
pull in bson-ext rm
1 parent d0076d2 commit 9d9babb

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/bson.ts

+1-6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import type { DeserializeOptions, SerializeOptions } from 'bson';
22

33
export {
44
Binary,
5+
BSON,
56
BSONRegExp,
67
BSONSymbol,
78
BSONType,
@@ -21,12 +22,6 @@ export {
2122
Timestamp
2223
} from 'bson';
2324

24-
// TODO(NODE-4867): fix with bson v5
25-
// eslint-disable-next-line @typescript-eslint/no-var-requires
26-
const BSON = require('bson');
27-
28-
export { BSON };
29-
3025
/**
3126
* BSON Serialization options.
3227
* @public

0 commit comments

Comments
 (0)