Skip to content

add json traversal support. #1503

add json traversal support.

add json traversal support. #1503

Triggered via pull request June 19, 2023 22:46
Status Failure
Total duration 1m 54s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test.yml

on: pull_request
Matrix: run-tests
Fit to window
Zoom out
Zoom in

Annotations

21 errors and 3 warnings
run-tests (20.x, 1.19.x): test/node/src/expression.test.ts#L41
Argument of type 'ExpressionWrapper<number>' is not assignable to parameter of type 'OperandValueExpressionOrList<Database, "person", ExpressionWrapper<Generated<number>>>'.
run-tests (20.x, 1.19.x): test/node/src/json-path.test.ts#L1
'"../../.."' has no exported member named 'BoundJSONPathBuilder'. Did you mean 'JSONPathBuilder'?
run-tests (20.x, 1.19.x): test/node/src/json-path.test.ts#L7
Expected 1 arguments, but got 0.
run-tests (20.x, 1.19.x): test/node/src/json-path.test.ts#L28
Property '$' does not exist on type 'JSONPathBuilder<{ person_metadata: { person_id: number; website: { url: string; image: { favicon: string; }; }; nicknames: string[]; roles: { title: string; }[]; scoreSets: number[][]; }; }, "person_metadata">'.
run-tests (20.x, 1.19.x): test/node/src/json-path.test.ts#L47
Property '$' does not exist on type 'JSONPathBuilder<{ person_metadata: { person_id: number; website: { url: string; image: { favicon: string; }; }; nicknames: string[]; roles: { title: string; }[]; scoreSets: number[][]; }; }, "person_metadata">'.
run-tests (20.x, 1.19.x): test/node/src/json-path.test.ts#L66
Property '$' does not exist on type 'JSONPathBuilder<{ person_metadata: { person_id: number; website: { url: string; image: { favicon: string; }; }; nicknames: string[]; roles: { title: string; }[]; scoreSets: number[][]; }; }, "person_metadata">'.
run-tests (20.x, 1.19.x): test/node/src/json-path.test.ts#L86
Property '$' does not exist on type 'JSONPathBuilder<{ person_metadata: { person_id: number; website: { url: string; image: { favicon: string; }; }; nicknames: string[]; roles: { title: string; }[]; scoreSets: number[][]; }; }, "person_metadata">'.
run-tests (20.x, 1.19.x): test/node/src/json-path.test.ts#L106
Property '$' does not exist on type 'JSONPathBuilder<{ person_metadata: { person_id: number; website: { url: string; image: { favicon: string; }; }; nicknames: string[]; roles: { title: string; }[]; scoreSets: number[][]; }; }, "person_metadata">'.
run-tests (20.x, 1.19.x): test/node/src/json-path.test.ts#L125
Property '$' does not exist on type 'JSONPathBuilder<{ person_metadata: { person_id: number; website: { url: string; image: { favicon: string; }; }; nicknames: string[]; roles: { title: string; }[]; scoreSets: number[][]; }; }, "person_metadata">'.
run-tests (20.x, 1.19.x)
Process completed with exit code 2.
run-tests (16.x, 1.19.x): test/node/src/expression.test.ts#L41
Argument of type 'ExpressionWrapper<number>' is not assignable to parameter of type 'OperandValueExpressionOrList<Database, "person", ExpressionWrapper<Generated<number>>>'.
run-tests (16.x, 1.19.x): test/node/src/json-path.test.ts#L1
'"../../.."' has no exported member named 'BoundJSONPathBuilder'. Did you mean 'JSONPathBuilder'?
run-tests (16.x, 1.19.x): test/node/src/json-path.test.ts#L7
Expected 1 arguments, but got 0.
run-tests (16.x, 1.19.x): test/node/src/json-path.test.ts#L28
Property '$' does not exist on type 'JSONPathBuilder<{ person_metadata: { person_id: number; website: { url: string; image: { favicon: string; }; }; nicknames: string[]; roles: { title: string; }[]; scoreSets: number[][]; }; }, "person_metadata">'.
run-tests (16.x, 1.19.x): test/node/src/json-path.test.ts#L47
Property '$' does not exist on type 'JSONPathBuilder<{ person_metadata: { person_id: number; website: { url: string; image: { favicon: string; }; }; nicknames: string[]; roles: { title: string; }[]; scoreSets: number[][]; }; }, "person_metadata">'.
run-tests (16.x, 1.19.x): test/node/src/json-path.test.ts#L66
Property '$' does not exist on type 'JSONPathBuilder<{ person_metadata: { person_id: number; website: { url: string; image: { favicon: string; }; }; nicknames: string[]; roles: { title: string; }[]; scoreSets: number[][]; }; }, "person_metadata">'.
run-tests (16.x, 1.19.x): test/node/src/json-path.test.ts#L86
Property '$' does not exist on type 'JSONPathBuilder<{ person_metadata: { person_id: number; website: { url: string; image: { favicon: string; }; }; nicknames: string[]; roles: { title: string; }[]; scoreSets: number[][]; }; }, "person_metadata">'.
run-tests (16.x, 1.19.x): test/node/src/json-path.test.ts#L106
Property '$' does not exist on type 'JSONPathBuilder<{ person_metadata: { person_id: number; website: { url: string; image: { favicon: string; }; }; nicknames: string[]; roles: { title: string; }[]; scoreSets: number[][]; }; }, "person_metadata">'.
run-tests (16.x, 1.19.x): test/node/src/json-path.test.ts#L125
Property '$' does not exist on type 'JSONPathBuilder<{ person_metadata: { person_id: number; website: { url: string; image: { favicon: string; }; }; nicknames: string[]; roles: { title: string; }[]; scoreSets: number[][]; }; }, "person_metadata">'.
run-tests (16.x, 1.19.x)
The operation was canceled.
run-tests (18.x, 1.19.x)
The operation was canceled.
run-tests (20.x, 1.19.x)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: denolib/setup-deno@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
run-tests (16.x, 1.19.x)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: denolib/setup-deno@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
run-tests (18.x, 1.19.x)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: denolib/setup-deno@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.