Skip to content

Commit 002125d

Browse files
committed
fix(vnext): harden completion lifecycle and API
1 parent b1eb97a commit 002125d

11 files changed

Lines changed: 615 additions & 58 deletions

src/vnext/__tests__/relation-completion.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import type {
2727
SqlCanonicalRelationPath,
2828
SqlCatalogRelationKind,
2929
SqlCatalogReadyCoverage,
30-
SqlRelationCompletionList,
30+
SqlCompletionList,
3131
} from "../relation-completion-types.js";
3232
import type {
3333
SqlTextRange,
@@ -176,7 +176,7 @@ function usable(
176176
function compose(
177177
marked: string,
178178
catalogOutcome: SqlComposableCatalogOutcome,
179-
): SqlRelationCompletionList {
179+
): SqlCompletionList {
180180
const local = markedLocalSite(marked);
181181
return composeSqlRelationCompletion({
182182
catalogOutcome,

0 commit comments

Comments
 (0)