Skip to content

feat(typescript): consume ReferenceContext #43

feat(typescript): consume ReferenceContext

feat(typescript): consume ReferenceContext #43

Triggered via push December 10, 2023 18:21
Status Failure
Total duration 26s
Artifacts

ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 errors
tsc: packages/typescript/src/index.ts#L528
Type '(document: any, position: any, referenceContext: any, token: any) => Promise<Location[]> | undefined' is not assignable to type '(document: TextDocument, position: Position, token: CancellationToken) => NullableResult<Location[]>'.
tsc: packages/typescript/src/index.ts#L528
Parameter 'document' implicitly has an 'any' type.
tsc: packages/typescript/src/index.ts#L528
Parameter 'position' implicitly has an 'any' type.
tsc: packages/typescript/src/index.ts#L528
Parameter 'referenceContext' implicitly has an 'any' type.
tsc: packages/typescript/src/index.ts#L528
Parameter 'token' implicitly has an 'any' type.
tsc
Process completed with exit code 1.