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 11
11
"update:commit" : " deno task -q update --commit --pre-commit=fmt,lint"
12
12
},
13
13
"imports" : {
14
- "https://deno.land/x/denops_core@$MODULE_VERSION/ " : " ./"
14
+ "jsr:@denops/core " : " ./mod.ts "
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ export interface Denops {
150
150
* Use this type to ensure the `main` function is properly implemented like:
151
151
*
152
152
* ```ts
153
- * import type { Entrypoint } from "https://deno.land/x/denops_core@$MODULE_VERSION/mod.ts ";
153
+ * import type { Entrypoint } from "jsr:@denops/core ";
154
154
*
155
155
* export const main: Entrypoint = (denops) => {
156
156
* // ...
@@ -161,7 +161,7 @@ export interface Denops {
161
161
* asynchronously when the plugin is unloaded, like:
162
162
*
163
163
* ```ts
164
- * import type { Entrypoint } from "https://deno.land/x/denops_core@$MODULE_VERSION/mod.ts ";
164
+ * import type { Entrypoint } from "jsr:@denops/core ";
165
165
*
166
166
* export const main: Entrypoint = (denops) => {
167
167
* // ...
Original file line number Diff line number Diff line change 6
6
*
7
7
* [deno]: https://deno.land/
8
8
* [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
10
10
*
11
11
* @module
12
12
*/
You can’t perform that action at this time.
0 commit comments