fixed #288 #109
Annotations
12 errors
|
typecheck
Process completed with exit code 2.
|
|
typecheck:
src/compute-engine/numeric-value/exact-numeric-value.ts#L360
Argument of type '[number | bigint, number]' is not assignable to parameter of type 'Rational'.
|
|
typecheck:
src/compute-engine/boxed-expression/rules.ts#L702
Property 'isValid' does not exist on type 'Expression | ((...args: any[]) => Expression)'.
|
|
typecheck
Type 'Expression | RuleFunction<Expression> | RuleReplaceFunction<Expression>' is not assignable to type 'Expression | ((...args: any[]) => Expression)'.
|
|
test
Process completed with exit code 2.
|
|
test:
src/compute-engine/numeric-value/exact-numeric-value.ts#L360
Argument of type '[number | bigint, number]' is not assignable to parameter of type 'Rational'.
|
|
test:
src/compute-engine/boxed-expression/rules.ts#L702
Property 'isValid' does not exist on type 'Expression | ((...args: any[]) => Expression)'.
|
|
test
Type 'Expression | RuleFunction<Expression> | RuleReplaceFunction<Expression>' is not assignable to type 'Expression | ((...args: any[]) => Expression)'.
|
|
lint
Process completed with exit code 2.
|
|
lint:
src/compute-engine/numeric-value/exact-numeric-value.ts#L360
Argument of type '[number | bigint, number]' is not assignable to parameter of type 'Rational'.
|
|
lint:
src/compute-engine/boxed-expression/rules.ts#L702
Property 'isValid' does not exist on type 'Expression | ((...args: any[]) => Expression)'.
|
|
lint
Type 'Expression | RuleFunction<Expression> | RuleReplaceFunction<Expression>' is not assignable to type 'Expression | ((...args: any[]) => Expression)'.
|