Fix deps
This commit is contained in:
+5
-8
@@ -1,10 +1,3 @@
|
||||
export {
|
||||
autocompletion,
|
||||
CompletionContext,
|
||||
completionKeymap,
|
||||
} from "@codemirror/autocomplete";
|
||||
export type { Completion, CompletionResult } from "@codemirror/autocomplete";
|
||||
|
||||
export {
|
||||
history,
|
||||
historyKeymap,
|
||||
@@ -12,9 +5,13 @@ export {
|
||||
standardKeymap,
|
||||
} from "@codemirror/commands";
|
||||
export {
|
||||
autocompletion,
|
||||
closeBrackets,
|
||||
closeBracketsKeymap,
|
||||
} from "https://esm.sh/@codemirror/autocomplete@6.3.0?external=@codemirror/state,@codemirror/commands,@lezer/common,@codemirror/view";
|
||||
CompletionContext,
|
||||
completionKeymap,
|
||||
} from "@codemirror/autocomplete";
|
||||
export type { Completion, CompletionResult } from "@codemirror/autocomplete";
|
||||
|
||||
export { styleTags, Tag, tagHighlighter, tags } from "@lezer/highlight";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user