We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e493d70 commit 3a83605Copy full SHA for 3a83605
denops/@ddu-sources/vim-lsp.ts
@@ -4,13 +4,13 @@ import {
4
SourceOptions,
5
} from "https://deno.land/x/ddu_vim@v.1.13.0/types.ts";
6
import { Denops, fn } from "https://deno.land/x/ddu_vim@v.1.13.0/deps.ts";
7
-import { ActionData } from "https://deno.land/x/ddu_kind_file@v0.5.3/file.ts";
+import { ActionData } from "https://deno.land/x/ddu_kind_file@v0.6.0/file.ts";
8
9
-import { relative } from "https://deno.land/std@0.198.0/path/mod.ts";
+import { relative } from "https://deno.land/std@0.201.0/path/mod.ts";
10
import {
11
assert,
12
assertEquals,
13
-} from "https://deno.land/std@0.198.0/assert/mod.ts";
+} from "https://deno.land/std@0.201.0/assert/mod.ts";
14
15
type Params = {
16
method: string;
0 commit comments