Skip to content

Commit

Permalink
Add exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Oct 24, 2023
1 parent 6a61e85 commit 7ce2261
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions denops/dpp/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { BaseProtocol, BaseProtocolParams } from "./base/protocol.ts";
import { Denops } from "./deps.ts";

export { BaseConfig } from "./base/config.ts";
export type { ConfigArguments, ConfigReturn } from "./base/config.ts";
export { BaseExt } from "./base/ext.ts";
export type { BaseExtParams } from "./base/ext.ts";
export { BaseProtocol } from "./base/protocol.ts";
Expand Down
1 change: 1 addition & 0 deletions denops/dpp/utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { assertEquals, Denops, is } from "./deps.ts";
import { Plugin } from "./types.ts";

export async function errorException(
denops: Denops,
Expand Down

0 comments on commit 7ce2261

Please sign in to comment.