Skip to content

Commit

Permalink
Don't export deps.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Jul 27, 2024
1 parent c3c2a32 commit 7db0f07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"./action": "./denops/ddu/base/action.ts",
"./column": "./denops/ddu/base/column.ts",
"./config": "./denops/ddu/base/config.ts",
"./deps": "./denops/ddu/deps.ts",
"./filter": "./denops/ddu/base/filter.ts",
"./kind": "./denops/ddu/base/kind.ts",
"./source": "./denops/ddu/base/source.ts",
Expand Down
3 changes: 2 additions & 1 deletion denops/ddu/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ export type { BaseColumnParams } from "./base/column.ts";

export { ContextBuilder } from "./context.ts";

export { Ddu } from "./ddu.ts";
export type { Ddu } from "./ddu.ts";
export type { Denops } from "./deps.ts";

export type DduExtType = "ui" | "source" | "filter" | "kind" | "column";

Expand Down

0 comments on commit 7db0f07

Please sign in to comment.