Add BigInt composite #6582
Annotations
30 errors
pr (deno):
packages/types-codec/src/abstract/IntBigInt.ts#L6
Relative import paths need explicit file extensions in EcmaScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Consider adding an extension to the import path.
|
pr (deno):
packages/types-codec/src/abstract/IntBigInt.ts#L11
Relative import paths need explicit file extensions in EcmaScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean './Object.js'?
|
pr (deno):
packages/types-codec/src/abstract/IntBigInt.ts#L54
Argument of type 'AnyString' is not assignable to parameter of type 'string | number | bigint | boolean'.
|
pr (deno):
packages/types-codec/src/abstract/IntBigInt.ts#L59
Property 'toBigInt' comes from an index signature, so it must be accessed with ['toBigInt'].
|
pr (deno):
packages/types-codec/src/abstract/IntBigInt.ts#L100
Property '$' does not exist on type 'AbstractBigInt'.
|
pr (deno):
packages/types-codec/src/abstract/IntBigInt.ts#L104
Property '$' does not exist on type 'AbstractBigInt'.
|
pr (deno):
packages/types-codec/src/abstract/IntBigInt.ts#L114
This member cannot have an 'override' modifier because its containing class 'AbstractBigInt' does not extend another class.
|
pr (deno):
packages/types-codec/src/abstract/IntBigInt.ts#L122
Property '$' does not exist on type 'AbstractBigInt'.
|
pr (deno):
packages/types-codec/src/abstract/IntBigInt.ts#L135
This member cannot have an 'override' modifier because its containing class 'AbstractBigInt' does not extend another class.
|
pr (deno):
packages/types-codec/src/abstract/IntBigInt.ts#L136
Property '$' does not exist on type 'AbstractBigInt'.
|
pr (build):
packages/types-codec/src/abstract/IntBigInt.ts#L6
Relative import paths need explicit file extensions in EcmaScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Consider adding an extension to the import path.
|
pr (build):
packages/types-codec/src/abstract/IntBigInt.ts#L11
Relative import paths need explicit file extensions in EcmaScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean './Object.js'?
|
pr (build):
packages/types-codec/src/abstract/IntBigInt.ts#L54
Argument of type 'AnyString' is not assignable to parameter of type 'string | number | bigint | boolean'.
|
pr (build):
packages/types-codec/src/abstract/IntBigInt.ts#L59
Property 'toBigInt' comes from an index signature, so it must be accessed with ['toBigInt'].
|
pr (build):
packages/types-codec/src/abstract/IntBigInt.ts#L100
Property '$' does not exist on type 'AbstractBigInt'.
|
pr (build):
packages/types-codec/src/abstract/IntBigInt.ts#L104
Property '$' does not exist on type 'AbstractBigInt'.
|
pr (build):
packages/types-codec/src/abstract/IntBigInt.ts#L114
This member cannot have an 'override' modifier because its containing class 'AbstractBigInt' does not extend another class.
|
pr (build):
packages/types-codec/src/abstract/IntBigInt.ts#L122
Property '$' does not exist on type 'AbstractBigInt'.
|
pr (build):
packages/types-codec/src/abstract/IntBigInt.ts#L135
This member cannot have an 'override' modifier because its containing class 'AbstractBigInt' does not extend another class.
|
pr (build):
packages/types-codec/src/abstract/IntBigInt.ts#L136
Property '$' does not exist on type 'AbstractBigInt'.
|
pr (lint):
packages/types-codec/src/abstract/IntBigInt.ts#L28
Unsafe member access .toBigInt on an `any` value
|
pr (lint):
packages/types-codec/src/abstract/IntBigInt.ts#L36
'any' overrides all other types in this union type
|
pr (lint):
packages/types-codec/src/abstract/IntBigInt.ts#L59
Unsafe return of an `any` typed value
|
pr (lint):
packages/types-codec/src/abstract/IntBigInt.ts#L59
Unsafe call of an `any` typed value
|
pr (lint):
packages/types-codec/src/abstract/IntBigInt.ts#L90
Unsafe call of an `any` typed value
|
pr (lint):
packages/types-codec/src/abstract/IntBigInt.ts#L99
Unsafe assignment of an `any` value
|
pr (lint):
packages/types-codec/src/abstract/IntBigInt.ts#L100
Unsafe assignment of an `any` value
|
pr (lint):
packages/types-codec/src/abstract/IntBigInt.ts#L100
Unsafe member access .length on an `any` value
|
pr (lint):
packages/types-codec/src/abstract/IntBigInt.ts#L100
Unsafe member access .toString on an `any` value
|
pr (lint):
packages/types-codec/src/abstract/IntBigInt.ts#L100
Unsafe call of an `any` typed value
|