Skip to content

Commit

Permalink
🐛 Re-export BatchError class instead of type
Browse files Browse the repository at this point in the history
`BatchError` is a class, not a type. This commit fixes the re-export.
  • Loading branch information
lambdalisue committed Feb 4, 2024
1 parent 6e9f50d commit 9014dca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@
*/

// Re-export
export type {
export {
BatchError,
Context,
Denops,
Dispatcher,
Meta,
type Context,
type Denops,
type Dispatcher,
type Meta,
} from "https://deno.land/x/denops_core@v6.0.5/mod.ts";

0 comments on commit 9014dca

Please sign in to comment.