Skip to content

Commit 5c765ec

Browse files
authored
Merge pull request #63 from kuuote/typedef-cursor-functions
👍 Add Type Definitions for cursor-functions
2 parents 8ffac33 + 7bee3ae commit 5c765ec

File tree

7 files changed

+589
-383
lines changed

7 files changed

+589
-383
lines changed

denops_std/deps.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ export * as path from "https://deno.land/std@0.100.0/path/mod.ts#^";
44
export { deferred } from "https://deno.land/std@0.100.0/async/mod.ts#^";
55

66
export * from "https://deno.land/x/denops_core@v1.0.0-beta.3/mod.ts#^";
7+
8+
export * from "https://deno.land/x/unknownutil@v1.0.0/mod.ts";

denops_std/deps_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export * from "https://deno.land/std@0.100.0/testing/asserts.ts#^";
22

3-
export * from "https://deno.land/x/denops_core@v1.0.0-beta.3/test/mod.ts#^";
3+
export * from "https://deno.land/x/denops_core@v1.0.0-beta.7/test/mod.ts#^";

0 commit comments

Comments
 (0)