feat(typescript): consume ReferenceContext
#43
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.
|