Skip to content

feat(NODE-7315): Use BSON ByteUtils instead of Nodejs Buffer #1856

feat(NODE-7315): Use BSON ByteUtils instead of Nodejs Buffer

feat(NODE-7315): Use BSON ByteUtils instead of Nodejs Buffer #1856

Triggered via pull request January 14, 2026 01:14
Status Failure
Total duration 44s
Artifacts

build_docs.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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'.