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 1
- import * as unknownutil from "https://deno.land/x/unknownutil@v2.1.1/mod.ts" ;
1
+ import * as unknownutil from "https://deno.land/x/unknownutil@v2.1.1/mod.ts#^ " ;
2
2
3
3
export type FileFormat = "unix" | "dos" | "mac" ;
4
4
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { assertEquals } from "https://deno.land/std@0.188.0/testing/asserts.ts";
2
2
import {
3
3
assertArray ,
4
4
isObject ,
5
- } from "https://deno.land/x/unknownutil@v2.1.1/mod.ts" ;
5
+ } from "https://deno.land/x/unknownutil@v2.1.1/mod.ts#^ " ;
6
6
import { test } from "https://deno.land/x/denops_test@v1.3.1/mod.ts" ;
7
7
import { BufInfo } from "./types.ts" ;
8
8
import * as buffer from "./buffer.ts" ;
Original file line number Diff line number Diff line change 1
1
import { assertEquals } from "https://deno.land/std@0.188.0/testing/asserts.ts" ;
2
- import { assertNumber } from "https://deno.land/x/unknownutil@v2.1.1/mod.ts" ;
2
+ import { assertNumber } from "https://deno.land/x/unknownutil@v2.1.1/mod.ts#^ " ;
3
3
import { test } from "https://deno.land/x/denops_test@v1.3.1/mod.ts" ;
4
4
import * as cursor from "./cursor.ts" ;
5
5
import { assertPosition , assertScreenPos , isScreenPos } from "./types.ts" ;
Original file line number Diff line number Diff line change 1
1
import {
2
2
AssertError ,
3
3
isLike ,
4
- } from "https://deno.land/x/unknownutil@v2.1.1/mod.ts" ;
4
+ } from "https://deno.land/x/unknownutil@v2.1.1/mod.ts#^ " ;
5
5
6
6
/**
7
7
* Type of `screenpos()` result.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import type { Denops } from "https://deno.land/x/denops_core@v5.0.0/mod.ts";
2
2
import {
3
3
assertNumber ,
4
4
assertString ,
5
- } from "https://deno.land/x/unknownutil@v2.1.1/mod.ts" ;
5
+ } from "https://deno.land/x/unknownutil@v2.1.1/mod.ts#^ " ;
6
6
import * as fn from "../function/mod.ts" ;
7
7
import * as lambda from "../lambda/mod.ts" ;
8
8
import { execute } from "./execute.ts" ;
Original file line number Diff line number Diff line change 12
12
* import * as vars from "./variable/mod.ts";
13
13
* import * as helper from "./helper/mod.ts";
14
14
*
15
- * import * as unknownutil from "https://deno.land/x/unknownutil@v2.1.1/mod.ts";
15
+ * import * as unknownutil from "https://deno.land/x/unknownutil@v2.1.1/mod.ts#^ ";
16
16
*
17
17
* export async function main(denops: Denops): Promise<void> {
18
18
* denops.dispatcher = {
You can’t perform that action at this time.
0 commit comments