Skip to content

Add support for base directions in literals #61

Add support for base directions in literals

Add support for base directions in literals #61

Triggered via push November 10, 2023 07:40
Status Failure
Total duration 32s
Artifacts

ci.yml

on: push
Matrix: test
coveralls
0s
coveralls
Fit to window
Zoom out
Zoom in

Annotations

16 errors and 4 warnings
test (ubuntu-latest, 16.x): lib/TermUtil.ts#L41
Property 'direction' does not exist on type 'Literal'.
test (ubuntu-latest, 16.x): lib/TermUtil.ts#L41
Property 'direction' does not exist on type 'Literal'.
test (ubuntu-latest, 16.x): lib/TermUtil.ts#L138
Argument of type 'NamedNode<string> | { language: string; direction: "" | "ltr" | "rtl"; }' is not assignable to parameter of type 'string | NamedNode<string> | undefined'.
test (ubuntu-latest, 16.x)
Process completed with exit code 2.
lint: lib/TermUtil.ts#L41
Property 'direction' does not exist on type 'Literal'.
lint: lib/TermUtil.ts#L41
Property 'direction' does not exist on type 'Literal'.
lint: lib/TermUtil.ts#L138
Argument of type 'NamedNode<string> | { language: string; direction: "" | "ltr" | "rtl"; }' is not assignable to parameter of type 'string | NamedNode<string> | undefined'.
lint
Process completed with exit code 2.
test (ubuntu-latest, 12.x): lib/TermUtil.ts#L41
Property 'direction' does not exist on type 'Literal'.
test (ubuntu-latest, 12.x): lib/TermUtil.ts#L41
Property 'direction' does not exist on type 'Literal'.
test (ubuntu-latest, 12.x): lib/TermUtil.ts#L138
Argument of type 'NamedNode<string> | { language: string; direction: "" | "ltr" | "rtl"; }' is not assignable to parameter of type 'string | NamedNode<string> | undefined'.
test (ubuntu-latest, 12.x)
Process completed with exit code 2.
test (ubuntu-latest, 14.x): lib/TermUtil.ts#L41
Property 'direction' does not exist on type 'Literal'.
test (ubuntu-latest, 14.x): lib/TermUtil.ts#L41
Property 'direction' does not exist on type 'Literal'.
test (ubuntu-latest, 14.x): lib/TermUtil.ts#L138
Argument of type 'NamedNode<string> | { language: string; direction: "" | "ltr" | "rtl"; }' is not assignable to parameter of type 'string | NamedNode<string> | undefined'.
test (ubuntu-latest, 14.x)
Process completed with exit code 2.
test (ubuntu-latest, 16.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2, actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (ubuntu-latest, 12.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2, actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (ubuntu-latest, 14.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2, actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/