File tree 8 files changed +11
-11
lines changed
8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 3
3
composeRenderers ,
4
4
refineCurator ,
5
5
refineSource ,
6
- } from "jsr:@vim-fall/std@^0.7.4 " ;
7
- import * as builtin from "jsr:@vim-fall/std@^0.7.4 /builtin" ;
6
+ } from "jsr:@vim-fall/std@^0.8.0 " ;
7
+ import * as builtin from "jsr:@vim-fall/std@^0.8.0 /builtin" ;
8
8
import { SEPARATOR } from "jsr:@std/path@^1.0.8/constants" ;
9
9
10
10
// NOTE:
Original file line number Diff line number Diff line change 1
1
import type { Entrypoint } from "jsr:@vim-fall/custom@^0.1.0" ;
2
- import * as builtin from "jsr:@vim-fall/std@^0.7 .0/builtin" ;
2
+ import * as builtin from "jsr:@vim-fall/std@^0.8 .0/builtin" ;
3
3
4
4
export const main : Entrypoint = ( {
5
5
definePickerFromSource,
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ import {
22
22
type PickerParams ,
23
23
} from "jsr:@vim-fall/custom@^0.1.0/picker" ;
24
24
25
- import { modern } from "jsr:@vim-fall/std@^0.7 .0/builtin/coordinator/modern" ;
26
- import { MODERN_THEME } from "jsr:@vim-fall/std@^0.7 .0/builtin/theme/modern" ;
27
- import { fzf } from "jsr:@vim-fall/std@^0.7 .0/builtin/matcher/fzf" ;
25
+ import { modern } from "jsr:@vim-fall/std@^0.8 .0/builtin/coordinator/modern" ;
26
+ import { MODERN_THEME } from "jsr:@vim-fall/std@^0.8 .0/builtin/theme/modern" ;
27
+ import { fzf } from "jsr:@vim-fall/std@^0.8 .0/builtin/matcher/fzf" ;
28
28
29
29
const defaultCustomUrl = new URL (
30
30
"./_assets/default.custom.ts" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { DenopsStub } from "jsr:@denops/test@^3.0.4";
5
5
import { Notify } from "jsr:@core/asyncutil@^1.2.0" ;
6
6
import { flushPromises } from "jsr:@core/asyncutil@^1.2.0" ;
7
7
import type { Source } from "jsr:@vim-fall/core@^0.2.1" ;
8
- import { defineSource } from "jsr:@vim-fall/std@^0.7 .0" ;
8
+ import { defineSource } from "jsr:@vim-fall/std@^0.8 .0" ;
9
9
10
10
import { dispose } from "../lib/dispose.ts" ;
11
11
import { CollectProcessor } from "./collect.ts" ;
Original file line number Diff line number Diff line change 9
9
type IdItem ,
10
10
type Matcher ,
11
11
} from "jsr:@vim-fall/core@^0.2.1" ;
12
- import { defineMatcher } from "jsr:@vim-fall/std@^0.7 .0" ;
12
+ import { defineMatcher } from "jsr:@vim-fall/std@^0.8 .0" ;
13
13
14
14
import { dispose } from "../lib/dispose.ts" ;
15
15
import { MatchProcessor } from "./match.ts" ;
Original file line number Diff line number Diff line change 9
9
type IdItem ,
10
10
type Previewer ,
11
11
} from "jsr:@vim-fall/core@^0.2.1" ;
12
- import { definePreviewer } from "jsr:@vim-fall/std@^0.7 .0" ;
12
+ import { definePreviewer } from "jsr:@vim-fall/std@^0.8 .0" ;
13
13
14
14
import { dispose } from "../lib/dispose.ts" ;
15
15
import { PreviewProcessor } from "./preview.ts" ;
Original file line number Diff line number Diff line change 9
9
type DisplayItem ,
10
10
type Renderer ,
11
11
} from "jsr:@vim-fall/core@^0.2.1" ;
12
- import { defineRenderer } from "jsr:@vim-fall/std@^0.7 .0" ;
12
+ import { defineRenderer } from "jsr:@vim-fall/std@^0.8 .0" ;
13
13
14
14
import { dispose } from "../lib/dispose.ts" ;
15
15
import { RenderProcessor } from "./render.ts" ;
Original file line number Diff line number Diff line change 9
9
type IdItem ,
10
10
type Sorter ,
11
11
} from "jsr:@vim-fall/core@^0.2.1" ;
12
- import { defineSorter } from "jsr:@vim-fall/std@^0.7 .0" ;
12
+ import { defineSorter } from "jsr:@vim-fall/std@^0.8 .0" ;
13
13
14
14
import { dispose } from "../lib/dispose.ts" ;
15
15
import { SortProcessor } from "./sort.ts" ;
You can’t perform that action at this time.
0 commit comments