Skip to content

Commit 38ddb1f

Browse files
authored
Merge pull request #250 from vim-denops/re-export-fix
💪 Re-export everything from `@denops/core`
2 parents b300def + 3fcd3a2 commit 38ddb1f

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

mod.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,4 @@
5959
*/
6060

6161
// Re-export
62-
export {
63-
BatchError,
64-
type Context,
65-
type Denops,
66-
type Dispatcher,
67-
type Entrypoint,
68-
type Meta,
69-
} from "@denops/core";
62+
export * from "@denops/core";

0 commit comments

Comments
 (0)