File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -77,8 +77,8 @@ const defaultFromCompletionItemKind: NonNullable<
77
77
}
78
78
}
79
79
80
- export declare namespace createCompletionSource {
81
- interface Options extends fromMarkupContent . Options {
80
+ export namespace createCompletionSource {
81
+ export interface Options extends fromMarkupContent . Options {
82
82
/**
83
83
* Convert an LSP completion item kind to a CodeMirror completion type.
84
84
*
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ import { fromMarkupContent } from './markup-content.js'
6
6
import { getTextDocument } from './text-document.js'
7
7
import { type LSPResult } from './types.js'
8
8
9
- export declare namespace createHoverTooltipSource {
10
- interface Options extends fromMarkupContent . Options {
9
+ export namespace createHoverTooltipSource {
10
+ export interface Options extends fromMarkupContent . Options {
11
11
/**
12
12
* Provide LSP hover info.
13
13
*
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ const defaultFormatSource: NonNullable<createLintSource.Options['formatSource']>
18
18
}
19
19
}
20
20
21
- export declare namespace createLintSource {
22
- interface Options {
21
+ export namespace createLintSource {
22
+ export interface Options {
23
23
/**
24
24
* Provide LSP diagnostics.
25
25
*
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ async function processMarkdown(
33
33
}
34
34
}
35
35
36
- export declare namespace fromMarkupContent {
37
- interface Options {
36
+ export namespace fromMarkupContent {
37
+ export interface Options {
38
38
/**
39
39
* Convert a markdown string to DOM.
40
40
*
You can’t perform that action at this time.
0 commit comments