File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
isErrorObject ,
5
5
toErrorObject ,
6
6
tryOr ,
7
- } from "jsr:@lambdalisue/errorutil@1.0 .0" ;
7
+ } from "jsr:@lambdalisue/errorutil@1.1 .0" ;
8
8
9
9
export function errorSerializer ( err : unknown ) : unknown {
10
10
if ( err instanceof Error ) {
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import {
12
12
} from "jsr:@std/testing@0.224.0/mock" ;
13
13
import { delay } from "jsr:@std/async@0.224.0/delay" ;
14
14
import { promiseState } from "jsr:@lambdalisue/async@2.1.1" ;
15
- import { unimplemented } from "jsr:@lambdalisue/errorutil@1.0 .0" ;
15
+ import { unimplemented } from "jsr:@lambdalisue/errorutil@1.1 .0" ;
16
16
import { Client } from "jsr:@lambdalisue/messagepack-rpc@2.4.0" ;
17
17
import { withNeovim } from "/denops-testutil/with.ts" ;
18
18
import type { Service } from "../host.ts" ;
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import {
11
11
} from "jsr:@std/testing@0.224.0/mock" ;
12
12
import { delay } from "jsr:@std/async@0.224.0/delay" ;
13
13
import { promiseState } from "jsr:@lambdalisue/async@2.1.1" ;
14
- import { unimplemented } from "jsr:@lambdalisue/errorutil@1.0 .0" ;
14
+ import { unimplemented } from "jsr:@lambdalisue/errorutil@1.1 .0" ;
15
15
import { Client , Session } from "jsr:@denops/vim-channel-command@4.0.2" ;
16
16
import { withVim } from "/denops-testutil/with.ts" ;
17
17
import type { Service } from "../host.ts" ;
Original file line number Diff line number Diff line change 5
5
stub ,
6
6
} from "jsr:@std/testing@0.224.0/mock" ;
7
7
import { AssertError } from "jsr:@core/unknownutil@3.18.1" ;
8
- import { unimplemented } from "jsr:@lambdalisue/errorutil@1.0 .0" ;
8
+ import { unimplemented } from "jsr:@lambdalisue/errorutil@1.1 .0" ;
9
9
import { invoke , type Service } from "./host.ts" ;
10
10
11
11
Deno . test ( "invoke" , async ( t ) => {
Original file line number Diff line number Diff line change 1
1
import type { Denops , Entrypoint , Meta } from "jsr:@denops/core@7.0.0" ;
2
2
import { toFileUrl } from "jsr:@std/path@0.225.0/to-file-url" ;
3
- import { toErrorObject } from "jsr:@lambdalisue/errorutil@1.0 .0" ;
3
+ import { toErrorObject } from "jsr:@lambdalisue/errorutil@1.1 .0" ;
4
4
import { DenopsImpl , type Host } from "./denops.ts" ;
5
5
import type { CallbackId , Service as HostService } from "./host.ts" ;
6
6
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import {
19
19
} from "jsr:@std/testing@0.224.0/mock" ;
20
20
import type { Meta } from "jsr:@denops/core@7.0.0" ;
21
21
import { promiseState } from "jsr:@lambdalisue/async@2.1.1" ;
22
- import { unimplemented } from "jsr:@lambdalisue/errorutil@1.0 .0" ;
22
+ import { unimplemented } from "jsr:@lambdalisue/errorutil@1.1 .0" ;
23
23
import type { Host } from "./denops.ts" ;
24
24
import { Service } from "./service.ts" ;
25
25
import { toFileUrl } from "jsr:@std/path@0.225.0/to-file-url" ;
You can’t perform that action at this time.
0 commit comments