File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1+ deno.lock
Original file line number Diff line number Diff line change 1111 "update:commit" : " deno task -q update --commit --pre-commit=fmt,lint"
1212 },
1313 "imports" : {
14- "https://deno.land/x/denops_core@$MODULE_VERSION/ " : " ./"
14+ "jsr:@denops/core " : " ./mod.ts "
1515 }
1616}
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ export interface Denops {
150150 * Use this type to ensure the `main` function is properly implemented like:
151151 *
152152 * ```ts
153- * import type { Entrypoint } from "https://deno.land/x/denops_core@$MODULE_VERSION/mod.ts ";
153+ * import type { Entrypoint } from "jsr:@denops/core ";
154154 *
155155 * export const main: Entrypoint = (denops) => {
156156 * // ...
@@ -161,7 +161,7 @@ export interface Denops {
161161 * asynchronously when the plugin is unloaded, like:
162162 *
163163 * ```ts
164- * import type { Entrypoint } from "https://deno.land/x/denops_core@$MODULE_VERSION/mod.ts ";
164+ * import type { Entrypoint } from "jsr:@denops/core ";
165165 *
166166 * export const main: Entrypoint = (denops) => {
167167 * // ...
Original file line number Diff line number Diff line change 66 *
77 * [deno]: https://deno.land/
88 * [denops.vim]: https://github.com/vim-denops/denops.vim
9- * [denops_std]: https://deno.land/x/denops_std
9+ * [denops_std]: https://github.com/vim-denops/deno-denops-std
1010 *
1111 * @module
1212 */
You can’t perform that action at this time.
0 commit comments