File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
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.1.0 " ;
7
+ } from "jsr:@core /errorutil@^1.2.1 " ;
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@^1.0.0/mock" ;
13
13
import { delay } from "jsr:@std/async@^1.0.1/delay" ;
14
14
import { peekPromiseState } from "jsr:@core/asyncutil@^1.1.1" ;
15
- import { unimplemented } from "jsr:@lambdalisue /errorutil@^1.1.0 " ;
15
+ import { unimplemented } from "jsr:@core /errorutil@^1.2.1 " ;
16
16
import { Client } from "jsr:@lambdalisue/messagepack-rpc@^2.4.1" ;
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@^1.0.0/mock" ;
12
12
import { delay } from "jsr:@std/async@^1.0.1/delay" ;
13
13
import { peekPromiseState } from "jsr:@core/asyncutil@^1.1.1" ;
14
- import { unimplemented } from "jsr:@lambdalisue /errorutil@^1.1.0 " ;
14
+ import { unimplemented } from "jsr:@core /errorutil@^1.2.1 " ;
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@^1.0.0/mock" ;
7
7
import { AssertError } from "jsr:@core/unknownutil@^4.0.0/assert" ;
8
- import { unimplemented } from "jsr:@lambdalisue /errorutil@^1.1.0 " ;
8
+ import { unimplemented } from "jsr:@core /errorutil@^1.2.1 " ;
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@^1.0.2/to-file-url" ;
3
- import { toErrorObject } from "jsr:@lambdalisue /errorutil@^1.1.0 " ;
3
+ import { toErrorObject } from "jsr:@core /errorutil@^1.2.1 " ;
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 @@ -21,7 +21,7 @@ import {
21
21
import { toFileUrl } from "jsr:@std/path@^1.0.2/to-file-url" ;
22
22
import type { Meta } from "jsr:@denops/core@^7.0.0" ;
23
23
import { flushPromises , peekPromiseState } from "jsr:@core/asyncutil@^1.1.1" ;
24
- import { unimplemented } from "jsr:@lambdalisue /errorutil@^1.1.0 " ;
24
+ import { unimplemented } from "jsr:@core /errorutil@^1.2.1 " ;
25
25
import { INVALID_PLUGIN_NAMES } from "/denops-testdata/invalid_plugin_names.ts" ;
26
26
import { resolveTestDataURL } from "/denops-testdata/resolve.ts" ;
27
27
import type { Host } from "./denops.ts" ;
Original file line number Diff line number Diff line change 6
6
writableStreamFromWorker ,
7
7
} from "jsr:@lambdalisue/workerio@^4.0.1" ;
8
8
import { ensure } from "jsr:@core/unknownutil@^4.0.0/ensure" ;
9
- import { pop } from "jsr:@lambdalisue/streamtools @^1.0.0" ;
9
+ import { pop } from "jsr:@core/streamutil @^1.0.0" ;
10
10
import { asyncSignal } from "jsr:@milly/async-signal@^1.0.0" ;
11
11
import type { Meta } from "jsr:@denops/core@^7.0.0" ;
12
12
import type { Host , HostConstructor } from "./host.ts" ;
Original file line number Diff line number Diff line change 1
1
import { assert } from "jsr:@std/assert@^1.0.1" ;
2
2
import { deadline } from "jsr:@std/async@^1.0.1/deadline" ;
3
3
import { resolve } from "jsr:@std/path@^1.0.2/resolve" ;
4
- import { channel , pop } from "jsr:@lambdalisue/streamtools @^1.0.0" ;
4
+ import { channel , pop } from "jsr:@core/streamutil @^1.0.0" ;
5
5
import { tap } from "jsr:@milly/streams@^1.0.0/transform/tap" ;
6
6
import { getConfig } from "./conf.ts" ;
7
7
Original file line number Diff line number Diff line change 1
- import { channel } from "jsr:@lambdalisue/streamtools @^1.0.0" ;
1
+ import { channel } from "jsr:@core/streamutil @^1.0.0" ;
2
2
import { tap } from "jsr:@milly/streams@^1.0.0/transform/tap" ;
3
3
import { ADDR_ENV_NAME } from "./cli.ts" ;
4
4
import { getConfig } from "./conf.ts" ;
You can’t perform that action at this time.
0 commit comments