refactor & removal of legacy analyzer
#128
Annotations
10 errors and 1 warning
src/server.ts#L61
Expected 1 arguments, but got 2.
|
src/server.ts#L170
Property 'getRootNode' does not exist on type 'Analyzer'.
|
src/server.ts#L220
Property 'parseCurrentLine' does not exist on type 'Analyzer'.
|
src/server.ts#L236
Property 'getFlatDocumentSymbols' does not exist on type 'Analyzer'.
|
src/server.ts#L416
Property 'getHover' does not exist on type 'Analyzer'.
|
src/server.ts#L452
Argument of type 'import("/home/runner/work/fish-lsp/fish-lsp/src/future-analyze").Analyzer' is not assignable to parameter of type 'import("/home/runner/work/fish-lsp/fish-lsp/src/analyze").Analyzer'.
|
src/server.ts#L600
Property 'getDocumentSymbols' does not exist on type 'Analyzer'.
|
src/server.ts#L653
Argument of type 'import("/home/runner/work/fish-lsp/fish-lsp/src/future-analyze").Analyzer' is not assignable to parameter of type 'import("/home/runner/work/fish-lsp/fish-lsp/src/analyze").Analyzer'.
|
src/server.ts#L664
Property 'parseCurrentLine' does not exist on type 'Analyzer'.
|
src/server.ts#L732
Property 'getRootNode' does not exist on type 'Analyzer'.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, borales/actions-yarn@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The logs for this run have expired and are no longer available.
Loading