feat(NODE-7315): Use BSON ByteUtils instead of Nodejs Buffer #1856
Annotations
5 errors
|
build
Process completed with exit code 1.
|
|
build:
src/cmap/connection.ts#L805
Argument of type 'Uint8Array<ArrayBufferLike>' is not assignable to parameter of type 'Buffer<ArrayBufferLike>'.
|
|
build:
src/cmap/connection.ts#L762
Argument of type 'Uint8Array<ArrayBufferLike>' is not assignable to parameter of type 'Buffer<ArrayBufferLike>'.
|
|
build:
src/bson.ts#L56
Property 'concat' does not exist on type 'ByteUtils'.
|
|
build:
src/bson.ts#L53
Property 'fromUTF8' does not exist on type 'ByteUtils'.
|