File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ import { initStaticImportPath, Loader } from "./loader.ts";
17
17
import { isDenoCacheIssueError } from "./utils.ts" ;
18
18
import { createCallbackContext } from "./callback.ts" ;
19
19
import { getFilter , getPreviewer , onCompleteDone , onEvent } from "./ext.ts" ;
20
- import { type BaseUi } from "./base/ui.ts" ;
21
- import { type BaseSource } from "./base/source.ts" ;
22
- import { type BaseFilter } from "./base/filter.ts" ;
20
+ import type { BaseUi } from "./base/ui.ts" ;
21
+ import type { BaseSource } from "./base/source.ts" ;
22
+ import type { BaseFilter } from "./base/filter.ts" ;
23
23
24
24
import type { Denops , Entrypoint } from "jsr:@denops/std@~7.4.0" ;
25
25
import * as vars from "jsr:@denops/std@~7.4.0/variable" ;
You can’t perform that action at this time.
0 commit comments