RFC#561 - {{lt}}, {{lte}}, {{gt}}, {{gte}} as keywords #13003
ci.yml
on: pull_request
tests
/
Linting
1m 0s
tests
/
Type Checking (current version)
46s
tests
/
Basic Test
2m 23s
tests
/
package preparation test
1m 9s
tests
/
Perf script still works
3m 38s
Matrix: tests / Type Checking (other supported versions)
Matrix: tests / variant-tests
tests
/
Browserstack Tests (Safari, Edge)
tests
/
Browser Tests (Firefox)
0s
Matrix: tests / Smoke tests with Deprecations Removed (Full Ember Apps)
Matrix: tests / Smoke tests (Full Ember Apps)
Publish channel to s3
0s
Publish alpha from default branch
0s
Notify Discord
0s
Annotations
5 errors
|
tests / Type Checking (current version)
Process completed with exit code 2.
|
|
tests / Type Checking (current version):
packages/@ember/helper/index.ts#L486
Conversion of type '(a: unknown, b: unknown) => boolean' to type 'LteHelper' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
|
tests / Type Checking (current version):
packages/@ember/helper/index.ts#L483
Conversion of type '(a: unknown, b: unknown) => boolean' to type 'LtHelper' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
|
tests / Type Checking (current version):
packages/@ember/helper/index.ts#L480
Conversion of type '(a: unknown, b: unknown) => boolean' to type 'GteHelper' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
|
tests / Type Checking (current version):
packages/@ember/helper/index.ts#L477
Conversion of type '(a: unknown, b: unknown) => boolean' to type 'GtHelper' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|