fix(language-service): add document highlights support #7979
Annotations
8 errors
build (18, ubuntu-latest):
packages/language-service/lib/plugins/vue-document-highlights.ts#L34
Property 'fileName' does not exist on type 'DocumentHighlightsItem | DocumentHighlights'.
|
build (18, ubuntu-latest):
packages/language-service/lib/plugins/vue-document-highlights.ts#L35
Type 'HighlightSpan[] | HighlightSpan[]' is not assignable to type 'HighlightSpan | readonly HighlightSpan[]'.
|
build (18, ubuntu-latest):
packages/language-service/lib/plugins/vue-document-highlights.ts#L36
Argument of type '({ textSpan, kind }: { textSpan: any; kind: any; }) => { range: { start: Position; end: Position; }; kind: 1 | 2 | 3; }' is not assignable to parameter of type '(value: unknown, index: number, array: unknown[]) => { range: { start: Position; end: Position; }; kind: 1 | 2 | 3; }'.
|
build (18, ubuntu-latest)
Process completed with exit code 2.
|
build (18, windows-latest)
The job was canceled because "_18_ubuntu-latest" failed.
|
build (18, windows-latest)
The operation was canceled.
|
build (18, macos-latest)
The job was canceled because "_18_ubuntu-latest" failed.
|
build (18, macos-latest)
The operation was canceled.
|