RFC#562 - {{and}}, {{or}}, {{not}} as keywords #13004
ci.yml
on: pull_request
tests
/
Linting
1m 0s
tests
/
Type Checking (current version)
41s
tests
/
Basic Test
2m 25s
tests
/
package preparation test
1m 2s
tests
/
Perf script still works
3m 33s
Matrix: tests / Type Checking (other supported versions)
Matrix: tests / variant-tests
tests
/
Browserstack Tests (Safari, Edge)
0s
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
Publish alpha from default branch
Notify Discord
Annotations
4 errors
|
tests / Type Checking (current version)
Process completed with exit code 2.
|
|
tests / Type Checking (current version):
packages/@ember/helper/index.ts#L567
Conversion of type '(value: unknown) => boolean' to type 'NotHelper' 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#L550
Conversion of type '(...args: unknown[]) => unknown' to type 'OrHelper' 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#L532
Conversion of type '(...args: unknown[]) => unknown' to type 'AndHelper' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|