Skip to content

Allow for using queries and expressions in models #118

Allow for using queries and expressions in models

Allow for using queries and expressions in models #118

Triggered via pull request February 10, 2025 09:53
@leoleo
synchronize #42
leo/ron-1099
Status Failure
Total duration 22s
Artifacts

publish-experimental.yml

on: pull_request
publish-experimental  /  Deploy
11s
publish-experimental / Deploy
Fit to window
Zoom out
Zoom in

Annotations

8 errors
publish-experimental / Deploy: src/queries/index.ts#L101
Element implicitly has an 'any' type because expression of type '"__RONIN_QUERY"' can't be used to index type '{ structure?: unknown; options?: Record<string, unknown> | undefined; }'.
publish-experimental / Deploy: src/queries/index.ts#L103
Element implicitly has an 'any' type because expression of type '"__RONIN_QUERY"' can't be used to index type '{ structure?: unknown; options?: Record<string, unknown> | undefined; }'.
publish-experimental / Deploy: src/queries/index.ts#L104
Element implicitly has an 'any' type because expression of type '"__RONIN_QUERY"' can't be used to index type '{ structure?: unknown; options?: Record<string, unknown> | undefined; }'.
publish-experimental / Deploy: src/queries/index.ts#L116
Type '{ structure?: unknown; options?: Record<string, unknown>; }' is not assignable to type 'SyntaxItem<unknown>'.
publish-experimental / Deploy: src/queries/index.ts#L125
Type '{ structure?: unknown; options?: Record<string, unknown> | undefined; }' has no properties in common with type 'Query'.
publish-experimental / Deploy: src/queries/index.ts#L178
Element implicitly has an 'any' type because expression of type '"__RONIN_QUERY"' can't be used to index type 'Promise<any> | SyntaxItem<Query>'.
publish-experimental / Deploy: src/queries/index.ts#L179
Property 'options' does not exist on type '{ structure: any; }'.
publish-experimental / Deploy
Process completed with exit code 1.