File tree Expand file tree Collapse file tree 7 files changed +10
-387
lines changed Expand file tree Collapse file tree 7 files changed +10
-387
lines changed Original file line number Diff line number Diff line change 1
- export * as fs from "https://deno.land/std@0.106 .0/fs/mod.ts#^" ;
2
- export * as hash from "https://deno.land/std@0.106 .0/hash/mod.ts#^" ;
3
- export * as path from "https://deno.land/std@0.106 .0/path/mod.ts#^" ;
4
- export { deferred } from "https://deno.land/std@0.106 .0/async/mod.ts#^" ;
1
+ export * as fs from "https://deno.land/std@0.107 .0/fs/mod.ts#^" ;
2
+ export * as hash from "https://deno.land/std@0.107 .0/hash/mod.ts#^" ;
3
+ export * as path from "https://deno.land/std@0.107 .0/path/mod.ts#^" ;
4
+ export { deferred } from "https://deno.land/std@0.107 .0/async/mod.ts#^" ;
5
5
6
- export * from "https://deno.land/x/denops_core@v1.9 .1/mod.ts#^" ;
6
+ export * from "https://deno.land/x/denops_core@v1.10 .1/mod.ts#^" ;
7
7
8
- export * from "https://deno.land/x/unknownutil@v1.1.0 /mod.ts" ;
8
+ export * from "https://deno.land/x/unknownutil@v1.1.1 /mod.ts" ;
Original file line number Diff line number Diff line change 1
- export * from "https://deno.land/std@0.106 .0/testing/asserts.ts#^" ;
1
+ export * from "https://deno.land/std@0.107 .0/testing/asserts.ts#^" ;
2
2
3
- export * from "https://deno.land/x/denops_core@v1.9 .1/test/mod.ts#^" ;
3
+ export * from "https://deno.land/x/denops_core@v1.10 .1/test/mod.ts#^" ;
Original file line number Diff line number Diff line change @@ -67,9 +67,7 @@ export function balloon_split(
67
67
return denops . call ( "balloon_split" , ...args ) ;
68
68
}
69
69
70
- /**
71
- *
72
- */
70
+ /**/
73
71
export function buffer_exists ( denops : Denops ) : Promise < unknown > ;
74
72
export function buffer_exists (
75
73
denops : Denops ,
@@ -100,9 +98,7 @@ export function buffer_number(
100
98
return denops . call ( "buffer_number" , ...args ) ;
101
99
}
102
100
103
- /**
104
- *
105
- */
101
+ /**/
106
102
export function last_buffer_nr ( denops : Denops ) : Promise < unknown > ;
107
103
export function last_buffer_nr (
108
104
denops : Denops ,
You can’t perform that action at this time.
0 commit comments