We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3fd1ff commit 3a7d194Copy full SHA for 3a7d194
mod.ts
@@ -1,2 +1,6 @@
1
// Re-export
2
-export type { Context, Denops, Dispatcher } from "./deps.ts";
+export type {
3
+ Context,
4
+ Denops,
5
+ Dispatcher,
6
+} from "./vendor/https/deno.land/x/denops_core/mod.ts";
0 commit comments