File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
- import type { Denops } from "https://deno.land/x/denops_std @v3.2.0 /mod.ts" ;
2
- import * as autocmd from "https://deno.land/x/denops_std@v3.2.0 /autocmd/mod.ts" ;
3
- import * as batch from "https://deno.land/x/denops_std@v3.2.0 /batch/mod.ts" ;
4
- import * as fn from "https://deno.land/x/denops_std@v3.2.0 /function/mod.ts" ;
5
- import * as helper from "https://deno.land/x/denops_std@v3.2.0 /helper/mod.ts" ;
1
+ import type { Denops } from "https://deno.land/x/denops_core @v3.0.1 /mod.ts" ;
2
+ import * as autocmd from ".. /autocmd/mod.ts" ;
3
+ import * as batch from ".. /batch/mod.ts" ;
4
+ import * as fn from ".. /function/mod.ts" ;
5
+ import * as helper from ".. /helper/mod.ts" ;
6
6
import * as unknownutil from "https://deno.land/x/unknownutil@v2.0.0/mod.ts" ;
7
7
import {
8
8
assertFileFormat ,
Original file line number Diff line number Diff line change 1
1
import { assertEquals } from "https://deno.land/std@0.133.0/testing/asserts.ts" ;
2
- import { test } from "https://deno.land/x/denops_std@v3.2.0 /test/mod.ts" ;
2
+ import { test } from ".. /test/mod.ts" ;
3
3
import { default as Encoding } from "https://cdn.skypack.dev/encoding-japanese@2.0.0/" ;
4
- import * as fn from "https://deno.land/x/denops_std@v3.2.0 /function/mod.ts" ;
4
+ import * as fn from ".. /function/mod.ts" ;
5
5
import {
6
6
assign ,
7
7
concrete ,
Original file line number Diff line number Diff line change 1
- import type { Denops } from "https://deno.land/x/denops_std @v3.2.0 /mod.ts" ;
2
- import * as batch from "https://deno.land/x/denops_std@v3.2.0 /batch/mod.ts" ;
3
- import * as vimFn from "https://deno.land/x/denops_std@v3.2.0 /function/vim/mod.ts" ;
4
- import * as nvimFn from "https://deno.land/x/denops_std@v3.2.0 /function/nvim/mod.ts" ;
1
+ import type { Denops } from "https://deno.land/x/denops_core @v3.0.1 /mod.ts" ;
2
+ import * as batch from ".. /batch/mod.ts" ;
3
+ import * as vimFn from ".. /function/vim/mod.ts" ;
4
+ import * as nvimFn from ".. /function/nvim/mod.ts" ;
5
5
import * as itertools from "https://deno.land/x/itertools@v1.0.2/mod.ts" ;
6
6
import { unreachable } from "https://deno.land/x/unreachable@v0.1.0/mod.ts" ;
7
7
You can’t perform that action at this time.
0 commit comments