Skip to content

Commit 9014dca

Browse files
committed
🐛 Re-export BatchError class instead of type
`BatchError` is a class, not a type. This commit fixes the re-export.
1 parent 6e9f50d commit 9014dca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

mod.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@
5959
*/
6060

6161
// Re-export
62-
export type {
62+
export {
6363
BatchError,
64-
Context,
65-
Denops,
66-
Dispatcher,
67-
Meta,
64+
type Context,
65+
type Denops,
66+
type Dispatcher,
67+
type Meta,
6868
} from "https://deno.land/x/denops_core@v6.0.5/mod.ts";

0 commit comments

Comments
 (0)