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";
1717import { isDenoCacheIssueError } from "./utils.ts" ;
1818import { createCallbackContext } from "./callback.ts" ;
1919import { 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" ;
2323
2424import type { Denops , Entrypoint } from "jsr:@denops/std@~7.4.0" ;
2525import * as vars from "jsr:@denops/std@~7.4.0/variable" ;
You can’t perform that action at this time.
0 commit comments