File tree Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ fundamental pickers as default configurations.
8282
8383``` typescript
8484import { type Entrypoint } from " jsr:@vim-fall/config@^0.17.3" ;
85- import * as builtin from " jsr:@vim-fall/std@^0.5 .0/builtin" ;
85+ import * as builtin from " jsr:@vim-fall/std@^0.6 .0/builtin" ;
8686
8787export const main: Entrypoint = ({
8888 defineItemPickerFromSource ,
Original file line number Diff line number Diff line change 33 composeRenderers ,
44 refineCurator ,
55 refineSource ,
6- } from "jsr:@vim-fall/std@^0.5 .0" ;
7- import * as builtin from "jsr:@vim-fall/std@^0.5 .0/builtin" ;
6+ } from "jsr:@vim-fall/std@^0.6 .0" ;
7+ import * as builtin from "jsr:@vim-fall/std@^0.6 .0/builtin" ;
88import { SEPARATOR } from "jsr:@std/path@^1.0.8/constants" ;
99
1010const myPathActions = {
Original file line number Diff line number Diff line change 11import type { Entrypoint } from "jsr:@vim-fall/config@^0.17.3" ;
2- import * as builtin from "jsr:@vim-fall/std@^0.5 .0/builtin" ;
2+ import * as builtin from "jsr:@vim-fall/std@^0.6 .0/builtin" ;
33
44export const main : Entrypoint = ( {
55 defineItemPickerFromSource,
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ import {
2121 type ItemPickerParams ,
2222} from "jsr:@vim-fall/config@^0.17.3/item-picker" ;
2323
24- import { modern } from "jsr:@vim-fall/std@^0.5 .0/builtin/coordinator/modern" ;
25- import { MODERN_THEME } from "jsr:@vim-fall/std@^0.5 .0/builtin/theme/modern" ;
26- import { fzf } from "jsr:@vim-fall/std@^0.5 .0/builtin/matcher/fzf" ;
24+ import { modern } from "jsr:@vim-fall/std@^0.6 .0/builtin/coordinator/modern" ;
25+ import { MODERN_THEME } from "jsr:@vim-fall/std@^0.6 .0/builtin/theme/modern" ;
26+ import { fzf } from "jsr:@vim-fall/std@^0.6 .0/builtin/matcher/fzf" ;
2727
2828const defaultConfigUrl = new URL (
2929 "./_assets/default.config.ts" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { DenopsStub } from "jsr:@denops/test@^3.0.4";
55import { Notify } from "jsr:@core/asyncutil@^1.2.0" ;
66import { flushPromises } from "jsr:@core/asyncutil@^1.2.0" ;
77import type { Source } from "jsr:@vim-fall/core@^0.2.1" ;
8- import { defineSource } from "jsr:@vim-fall/std@^0.5 .0" ;
8+ import { defineSource } from "jsr:@vim-fall/std@^0.6 .0" ;
99
1010import { dispose } from "../lib/dispose.ts" ;
1111import { CollectProcessor } from "./collect.ts" ;
Original file line number Diff line number Diff line change 99 type IdItem ,
1010 type Matcher ,
1111} from "jsr:@vim-fall/core@^0.2.1" ;
12- import { defineMatcher } from "jsr:@vim-fall/std@^0.5 .0" ;
12+ import { defineMatcher } from "jsr:@vim-fall/std@^0.6 .0" ;
1313
1414import { dispose } from "../lib/dispose.ts" ;
1515import { MatchProcessor } from "./match.ts" ;
Original file line number Diff line number Diff line change 99 type IdItem ,
1010 type Previewer ,
1111} from "jsr:@vim-fall/core@^0.2.1" ;
12- import { definePreviewer } from "jsr:@vim-fall/std@^0.5 .0" ;
12+ import { definePreviewer } from "jsr:@vim-fall/std@^0.6 .0" ;
1313
1414import { dispose } from "../lib/dispose.ts" ;
1515import { PreviewProcessor } from "./preview.ts" ;
Original file line number Diff line number Diff line change 99 type DisplayItem ,
1010 type Renderer ,
1111} from "jsr:@vim-fall/core@^0.2.1" ;
12- import { defineRenderer } from "jsr:@vim-fall/std@^0.5 .0" ;
12+ import { defineRenderer } from "jsr:@vim-fall/std@^0.6 .0" ;
1313
1414import { dispose } from "../lib/dispose.ts" ;
1515import { RenderProcessor } from "./render.ts" ;
Original file line number Diff line number Diff line change 99 type IdItem ,
1010 type Sorter ,
1111} from "jsr:@vim-fall/core@^0.2.1" ;
12- import { defineSorter } from "jsr:@vim-fall/std@^0.5 .0" ;
12+ import { defineSorter } from "jsr:@vim-fall/std@^0.6 .0" ;
1313
1414import { dispose } from "../lib/dispose.ts" ;
1515import { SortProcessor } from "./sort.ts" ;
You can’t perform that action at this time.
0 commit comments