Skip to content

Commit

Permalink
Update denops/std
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Jul 31, 2024
1 parent 3defc91 commit ea74600
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions denops/ddc/deps.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
export type { Denops, Entrypoint } from "jsr:@denops/std@7.0.0";
export { echo, execute } from "jsr:@denops/std@7.0.0/helper";
export { batch, collect } from "jsr:@denops/std@7.0.0/batch";
export * as op from "jsr:@denops/std@7.0.0/option";
export * as vimOp from "jsr:@denops/std@7.0.0/option/vim";
export * as fn from "jsr:@denops/std@7.0.0/function";
export * as vars from "jsr:@denops/std@7.0.0/variable";
export * as autocmd from "jsr:@denops/std@7.0.0/autocmd";
export type { Denops, Entrypoint } from "jsr:@denops/std@7.0.1";
export { echo, execute } from "jsr:@denops/std@7.0.1/helper";
export { batch, collect } from "jsr:@denops/std@7.0.1/batch";
export * as op from "jsr:@denops/std@7.0.1/option";
export * as vimOp from "jsr:@denops/std@7.0.1/option/vim";
export * as fn from "jsr:@denops/std@7.0.1/function";
export * as vars from "jsr:@denops/std@7.0.1/variable";
export * as autocmd from "jsr:@denops/std@7.0.1/autocmd";

export * from "jsr:@std/encoding@1.0.1/base64";
export { assertEquals, equal } from "jsr:@std/assert@1.0.1";
Expand Down

0 comments on commit ea74600

Please sign in to comment.