@llm-ui/csv #784
ci.yml
on: pull_request
format-check
27s
lint
33s
typecheck
50s
test
30s
build
2m 28s
Annotations
20 errors and 5 warnings
src/jsonBlockPrompt.test.ts > jsonBlockPrompt > custom start and end chars:
packages/json/src/jsonBlockPrompt.test.ts#L52
Error: Snapshot `jsonBlockPrompt > custom start and end chars 1` mismatched
- Expected
+ Received
- "You can respond with a complex component by wrapping JSON in zx. The schema is:
+ "You can respond with a complex component by wrapping JSON in zx.
+ The JSON schema is:
{"type":"object","properties":{"a":{"type":"array","items":{"type":"object","properties":{"a":{"type":"string"},"b":{"type":"string"}},"required":["a","b"],"additionalProperties":false}}},"required":["a"]}
Examples:
z{"a":[{"a":"a","b":"b"}]}x"
❯ src/jsonBlockPrompt.test.ts:52:7
|
test
Process completed with exit code 1.
|
typecheck
Binding element 'blockMatch' implicitly has an 'any' type.
|
typecheck
JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists.
|
typecheck
Cannot find module 'react/jsx-runtime' or its corresponding type declarations.
|
typecheck
JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists.
|
typecheck
JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists.
|
typecheck
JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists.
|
typecheck
JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists.
|
typecheck
JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists.
|
typecheck
Process completed with exit code 1.
|
build
Binding element 'blockMatch' implicitly has an 'any' type.
|
build
JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists.
|
build
Cannot find module 'react/jsx-runtime' or its corresponding type declarations.
|
build
JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists.
|
build
JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists.
|
build
JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists.
|
build
JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists.
|
build
JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists.
|
build
Process completed with exit code 1.
|
format-check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
typecheck
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|