No binary parser #186
push.yml
on: push
Lint, build, and test on node 20.x and ubuntu-latest
44s
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.
|