fix: #286 #103
Annotations
10 errors
|
lint:
src/compute-engine/boxed-expression/arithmetic-mul-div.ts#L519
Replace `⏎··op1:·Expression,⏎··op2:·Expression⏎` with `op1:·Expression,·op2:·Expression`
|
|
lint:
src/compute-engine/boxed-expression/arithmetic-add.ts#L148
Replace `⏎··args:·ReadonlyArray<Expression>⏎` with `args:·ReadonlyArray<Expression>`
|
|
lint:
src/compute-engine/boxed-expression/abstract-boxed-expression.ts#L795
Replace `⏎····_predicate:·(element:·Expression)·=>·boolean⏎··` with `_predicate:·(element:·Expression)·=>·boolean`
|
|
lint:
src/compute-engine/boxed-expression/abstract-boxed-expression.ts#L631
Replace `⏎······|·Iterable<string>⏎······|·string⏎······|·Expression⏎·····` with `·Iterable<string>·|·string·|·Expression`
|
|
|
|
lint:
src/compute-engine/assume.ts#L594
Replace `⏎··········isSymbol(a)·&&⏎··········a.symbol·===·symbol·&&⏎··········b.isNonPositive·===·true⏎········` with `isSymbol(a)·&&·a.symbol·===·symbol·&&·b.isNonPositive·===·true`
|
|
lint:
src/compute-engine/assume.ts#L586
Replace `⏎··········isSymbol(b)·&&⏎··········b.symbol·===·symbol·&&⏎··········a.isNonNegative·===·true⏎········` with `isSymbol(b)·&&·b.symbol·===·symbol·&&·a.isNonNegative·===·true`
|
|
lint:
src/compute-engine/assume.ts#L265
Delete `⏎···`
|
|
lint:
src/compute-engine/assume.ts#L33
Replace `⏎··ce:·ComputeEngine,⏎··value:·Expression⏎` with `ce:·ComputeEngine,·value:·Expression`
|
|
lint:
src/compute-engine/assume.ts#L19
Replace `⏎··isFunction,⏎··isSymbol,⏎··isNumber,⏎` with `·isFunction,·isSymbol,·isNumber·`
|