Skip to content

feat(database): support query expression #16138

feat(database): support query expression

feat(database): support query expression #16138

Triggered via pull request May 30, 2024 04:40
Status Failure
Total duration 57s
Artifacts

lint.yml

on: pull_request
Run linters
48s
Run linters
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
Run linters
Type '(selection: CodeLineSelection, name: string, node: SyntaxNode) => Complete[]' is not assignable to type '(selection: CodeLinePositionSelection, name: string, node: SyntaxNode) => Complete[]'.
Run linters
Operator '<' cannot be applied to types 'number' and '{ row: number; column: number; }'.
Run linters
Operator '>' cannot be applied to types 'number' and '{ row: number; column: number; }'.
Run linters
Expected 2 arguments, but got 3.
Run linters
Argument of type 'CodeLineSelection' is not assignable to parameter of type 'CodeLinePositionSelection'.
Run linters
Expected 2 arguments, but got 3.
Run linters
Type '{ text: string; offsetStart: number; offsetEnd: number; }[]' is not assignable to type 'Complete[]'.
Run linters
Type '{ text: string; offsetStart: number; offsetEnd: number; }[]' is not assignable to type 'Complete[]'.
Run linters
Process completed with exit code 2.
Run linters
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.