Skip to content

No binary parser

No binary parser #186

Triggered via push July 31, 2024 20:26
Status Failure
Total duration 55s
Artifacts

push.yml

on: push
Lint, build, and test on node 20.x and ubuntu-latest
44s
Lint, build, and test on node 20.x and ubuntu-latest
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Lint, build, and test on node 20.x and ubuntu-latest: src/cramFile/container/compressionScheme.ts#L113
Property '_size' does not exist on type 'CramCompressionHeader'.
Lint, build, and test on node 20.x and ubuntu-latest: src/cramFile/container/compressionScheme.ts#L114
Property '_endPosition' does not exist on type 'CramCompressionHeader'.
Lint, build, and test on node 20.x and ubuntu-latest: src/cramFile/container/index.ts#L3
Module '"../util"' has no exported member 'parseItem'.
Lint, build, and test on node 20.x and ubuntu-latest: src/cramFile/container/index.ts#L39
Property 'cramCompressionHeader' does not exist on type '{ getCramUnmappedSliceHeader: (buffer: Buffer, dataView: DataView, offset: number) => { value: { recordCounter: number | undefined; md5: [number, number, number, ... 12 more ..., number] | undefined; contentIds: number[]; numContentIds: number; numBlocks: number; numRecords: number; }; offset: number; maxLength: num...'. Did you mean 'getCramCompressionHeader'?
Lint, build, and test on node 20.x and ubuntu-latest: src/cramFile/container/index.ts#L72
Property 'cramContainerHeader1' does not exist on type '{ getCramUnmappedSliceHeader: (buffer: Buffer, dataView: DataView, offset: number) => { value: { recordCounter: number | undefined; md5: [number, number, number, ... 12 more ..., number] | undefined; contentIds: number[]; numContentIds: number; numBlocks: number; numRecords: number; }; offset: number; maxLength: num...'.
Lint, build, and test on node 20.x and ubuntu-latest: src/cramFile/container/index.ts#L72
Property 'cramContainerHeader2' does not exist on type '{ getCramUnmappedSliceHeader: (buffer: Buffer, dataView: DataView, offset: number) => { value: { recordCounter: number | undefined; md5: [number, number, number, ... 12 more ..., number] | undefined; contentIds: number[]; numContentIds: number; numBlocks: number; numRecords: number; }; offset: number; maxLength: num...'.
Lint, build, and test on node 20.x and ubuntu-latest: src/cramFile/file.ts#L5
Cannot find module '@gmod/binary-parser' or its corresponding type declarations.
Lint, build, and test on node 20.x and ubuntu-latest: src/cramFile/file.ts#L14
'"./sectionParsers"' has no exported member named 'cramFileDefinition'. Did you mean 'getCramFileDefinition'?
Lint, build, and test on node 20.x and ubuntu-latest: src/cramFile/file.ts#L21
Module '"./util"' has no exported member 'parseItem'.
Lint, build, and test on node 20.x and ubuntu-latest: src/cramFile/file.ts#L173
Return type of public method from exported class has or is using name 'Value' from external module "/home/runner/work/cram-js/cram-js/src/cramFile/sectionParsers" but cannot be named.