File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
- export * as fs from "https://deno.land/std@0.126 .0/fs/mod.ts" ;
2
- export * as hash from "https://deno.land/std@0.126 .0/hash/mod.ts" ;
3
- export * as path from "https://deno.land/std@0.126 .0/path/mod.ts" ;
4
- export { deferred } from "https://deno.land/std@0.126 .0/async/mod.ts" ;
1
+ export * as fs from "https://deno.land/std@0.127 .0/fs/mod.ts" ;
2
+ export * as hash from "https://deno.land/std@0.127 .0/hash/mod.ts" ;
3
+ export * as path from "https://deno.land/std@0.127 .0/path/mod.ts" ;
4
+ export { deferred } from "https://deno.land/std@0.127 .0/async/mod.ts" ;
5
5
6
6
export * from "https://deno.land/x/denops_core@v3.0.0/mod.ts#^" ;
7
7
8
- export * from "https://deno.land/x/unknownutil@v1.1.4 /mod.ts#^" ;
8
+ export * from "https://deno.land/x/unknownutil@v1.2.1 /mod.ts#^" ;
Original file line number Diff line number Diff line change 1
- export * from "https://deno.land/std@0.126 .0/testing/asserts.ts" ;
1
+ export * from "https://deno.land/std@0.127 .0/testing/asserts.ts" ;
2
2
3
3
export * from "https://deno.land/x/denops_core@v3.0.0/test/mod.ts#^" ;
Original file line number Diff line number Diff line change 1
1
import {
2
2
difference ,
3
3
intersection ,
4
- } from "https://deno.land/x/set_operations@v1.0.0 /mod.ts" ;
5
- import * as path from "https://deno.land/std@0.104 .0/path/mod.ts" ;
4
+ } from "https://deno.land/x/set_operations@v1.0.3 /mod.ts" ;
5
+ import * as path from "https://deno.land/std@0.127 .0/path/mod.ts" ;
6
6
import * as commonManual from "../../denops_std/function/_manual.ts" ;
7
7
import * as vimManual from "../../denops_std/function/vim/_manual.ts" ;
8
8
import * as nvimManual from "../../denops_std/function/nvim/_manual.ts" ;
Original file line number Diff line number Diff line change 1
- import * as io from "https://deno.land/std@0.104 .0/io/mod.ts" ;
1
+ import * as io from "https://deno.land/std@0.127 .0/io/mod.ts" ;
2
2
3
3
export async function downloadString ( url : string ) : Promise < string > {
4
4
const textDecoder = new TextDecoder ( ) ;
Original file line number Diff line number Diff line change 1
1
import {
2
2
difference ,
3
3
intersection ,
4
- } from "https://deno.land/x/set_operations@v1.0.0 /mod.ts" ;
5
- import * as path from "https://deno.land/std@0.104 .0/path/mod.ts" ;
4
+ } from "https://deno.land/x/set_operations@v1.0.3 /mod.ts" ;
5
+ import * as path from "https://deno.land/std@0.127 .0/path/mod.ts" ;
6
6
import * as commonManual from "../../denops_std/option/_manual.ts" ;
7
7
import * as vimManual from "../../denops_std/option/vim/_manual.ts" ;
8
8
import * as nvimManual from "../../denops_std/option/nvim/_manual.ts" ;
Original file line number Diff line number Diff line change 1
- import * as io from "https://deno.land/std@0.104 .0/io/mod.ts" ;
1
+ import * as io from "https://deno.land/std@0.127 .0/io/mod.ts" ;
2
2
3
3
export async function downloadString ( url : string ) : Promise < string > {
4
4
const textDecoder = new TextDecoder ( ) ;
You can’t perform that action at this time.
0 commit comments