wip #3
Annotations
10 errors
build (20.x):
src/bn.ts#L19
Property 'negative' has no initializer and is not definitely assigned in the constructor.
|
build (20.x):
src/bn.ts#L20
Property 'words' has no initializer and is not definitely assigned in the constructor.
|
build (20.x):
src/bn.ts#L21
Property 'length' has no initializer and is not definitely assigned in the constructor.
|
build (20.x):
src/bn.ts#L22
Property 'red' has no initializer and is not definitely assigned in the constructor.
|
build (20.x):
src/bn.ts#L54
Property '_initNumber' does not exist on type 'BN'.
|
build (20.x):
src/bn.ts#L58
Property '_initArray' does not exist on type 'BN'.
|
build (20.x):
src/bn.ts#L61
This comparison appears to be unintentional because the types 'number' and 'string' have no overlap.
|
build (20.x):
src/bn.ts#L64
Expected 2 arguments, but got 1.
|
build (20.x):
src/bn.ts#L66
Property 'toString' does not exist on type 'never'.
|
build (20.x):
src/bn.ts#L73
Property 'length' does not exist on type 'number'.
|