File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1
1
export type {
2
2
Candidate ,
3
3
Context ,
4
- } from "https://deno.land/x/ddc_vim@v0.12 .0/types.ts" ;
5
- export { BaseSource } from "https://deno.land/x/ddc_vim@v0.12 .0/types.ts" ;
6
- export type { Denops } from "https://deno.land/x/ddc_vim@v0.12 .0/deps.ts" ;
7
- export { fn , vars } from "https://deno.land/x/ddc_vim@v0.12 .0/deps.ts" ;
4
+ } from "https://deno.land/x/ddc_vim@v0.13 .0/types.ts" ;
5
+ export { BaseSource } from "https://deno.land/x/ddc_vim@v0.13 .0/types.ts" ;
6
+ export type { Denops } from "https://deno.land/x/ddc_vim@v0.13 .0/deps.ts" ;
7
+ export { fn , vars } from "https://deno.land/x/ddc_vim@v0.13 .0/deps.ts" ;
8
8
export type {
9
9
GatherCandidatesArguments ,
10
- } from "https://deno.land/x/ddc_vim@v0.12 .0/base/source.ts" ;
10
+ } from "https://deno.land/x/ddc_vim@v0.13 .0/base/source.ts" ;
11
11
export * as path from "https://deno.land/std@0.107.0/path/mod.ts" ;
12
12
export * as io from "https://deno.land/std@0.107.0/io/mod.ts" ;
13
13
export * as fs from "https://deno.land/std@0.107.0/fs/mod.ts" ;
Original file line number Diff line number Diff line change 1
- import "./denops/ddc-sources/file.ts" ;
1
+ import "./denops/@ ddc-sources/file.ts" ;
2
2
import "./denops/ddc-file/util.spec.ts" ;
You can’t perform that action at this time.
0 commit comments