File tree Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 12
12
"upgrade" : " deno outdated --recursive --update"
13
13
},
14
14
"workspace" : [
15
- " ./denops/ddc"
15
+ " ./denops/ddc" ,
16
+ " ./denops/@ddu-sources/ddc"
16
17
]
17
18
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "imports" : {
3
+ "@denops/std" : " jsr:@denops/std@~8.0.0" ,
4
+ "@shougo/ddu-vim" : " jsr:@shougo/ddu-vim@~11.0.0"
5
+ }
6
+ }
Original file line number Diff line number Diff line change 1
- import type { Context , Item } from "jsr: @shougo/ddu-vim@~10.3.0 /types" ;
2
- import { BaseSource } from "jsr: @shougo/ddu-vim@~10.3.0 /source" ;
3
- import type { DdcItem } from "../ddc/types.ts" ;
1
+ import type { Context , Item } from "@shougo/ddu-vim/types" ;
2
+ import { BaseSource } from "@shougo/ddu-vim/source" ;
3
+ import type { DdcItem } from "../../ ddc/types.ts" ;
4
4
5
- import type { Denops } from "jsr: @denops/std@~7.6.0 " ;
6
- import * as vars from "jsr: @denops/std@~7.6.0 /variable" ;
5
+ import type { Denops } from "@denops/std" ;
6
+ import * as vars from "@denops/std/variable" ;
7
7
8
8
type Params = Record < string , never > ;
9
9
You can’t perform that action at this time.
0 commit comments