Files
topos/node_modules/.vite/deps/@codemirror_commands.js

206 lines
3.9 KiB
JavaScript

import {
blockComment,
blockUncomment,
copyLineDown,
copyLineUp,
cursorCharBackward,
cursorCharForward,
cursorCharLeft,
cursorCharRight,
cursorDocEnd,
cursorDocStart,
cursorGroupBackward,
cursorGroupForward,
cursorGroupLeft,
cursorGroupRight,
cursorLineBoundaryBackward,
cursorLineBoundaryForward,
cursorLineBoundaryLeft,
cursorLineBoundaryRight,
cursorLineDown,
cursorLineEnd,
cursorLineStart,
cursorLineUp,
cursorMatchingBracket,
cursorPageDown,
cursorPageUp,
cursorSubwordBackward,
cursorSubwordForward,
cursorSyntaxLeft,
cursorSyntaxRight,
defaultKeymap,
deleteCharBackward,
deleteCharForward,
deleteGroupBackward,
deleteGroupForward,
deleteLine,
deleteToLineEnd,
deleteToLineStart,
deleteTrailingWhitespace,
emacsStyleKeymap,
history,
historyField,
historyKeymap,
indentLess,
indentMore,
indentSelection,
indentWithTab,
insertBlankLine,
insertNewline,
insertNewlineAndIndent,
insertTab,
invertedEffects,
isolateHistory,
lineComment,
lineUncomment,
moveLineDown,
moveLineUp,
redo,
redoDepth,
redoSelection,
selectAll,
selectCharBackward,
selectCharForward,
selectCharLeft,
selectCharRight,
selectDocEnd,
selectDocStart,
selectGroupBackward,
selectGroupForward,
selectGroupLeft,
selectGroupRight,
selectLine,
selectLineBoundaryBackward,
selectLineBoundaryForward,
selectLineBoundaryLeft,
selectLineBoundaryRight,
selectLineDown,
selectLineEnd,
selectLineStart,
selectLineUp,
selectMatchingBracket,
selectPageDown,
selectPageUp,
selectParentSyntax,
selectSubwordBackward,
selectSubwordForward,
selectSyntaxLeft,
selectSyntaxRight,
simplifySelection,
splitLine,
standardKeymap,
toggleBlockComment,
toggleBlockCommentByLine,
toggleComment,
toggleLineComment,
transposeChars,
undo,
undoDepth,
undoSelection
} from "./chunk-TRAAS4SM.js";
import "./chunk-D63OSQ34.js";
import "./chunk-LORPBXGU.js";
import "./chunk-MKFMOIK6.js";
import "./chunk-BSVZPYOD.js";
export {
blockComment,
blockUncomment,
copyLineDown,
copyLineUp,
cursorCharBackward,
cursorCharForward,
cursorCharLeft,
cursorCharRight,
cursorDocEnd,
cursorDocStart,
cursorGroupBackward,
cursorGroupForward,
cursorGroupLeft,
cursorGroupRight,
cursorLineBoundaryBackward,
cursorLineBoundaryForward,
cursorLineBoundaryLeft,
cursorLineBoundaryRight,
cursorLineDown,
cursorLineEnd,
cursorLineStart,
cursorLineUp,
cursorMatchingBracket,
cursorPageDown,
cursorPageUp,
cursorSubwordBackward,
cursorSubwordForward,
cursorSyntaxLeft,
cursorSyntaxRight,
defaultKeymap,
deleteCharBackward,
deleteCharForward,
deleteGroupBackward,
deleteGroupForward,
deleteLine,
deleteToLineEnd,
deleteToLineStart,
deleteTrailingWhitespace,
emacsStyleKeymap,
history,
historyField,
historyKeymap,
indentLess,
indentMore,
indentSelection,
indentWithTab,
insertBlankLine,
insertNewline,
insertNewlineAndIndent,
insertTab,
invertedEffects,
isolateHistory,
lineComment,
lineUncomment,
moveLineDown,
moveLineUp,
redo,
redoDepth,
redoSelection,
selectAll,
selectCharBackward,
selectCharForward,
selectCharLeft,
selectCharRight,
selectDocEnd,
selectDocStart,
selectGroupBackward,
selectGroupForward,
selectGroupLeft,
selectGroupRight,
selectLine,
selectLineBoundaryBackward,
selectLineBoundaryForward,
selectLineBoundaryLeft,
selectLineBoundaryRight,
selectLineDown,
selectLineEnd,
selectLineStart,
selectLineUp,
selectMatchingBracket,
selectPageDown,
selectPageUp,
selectParentSyntax,
selectSubwordBackward,
selectSubwordForward,
selectSyntaxLeft,
selectSyntaxRight,
simplifySelection,
splitLine,
standardKeymap,
toggleBlockComment,
toggleBlockCommentByLine,
toggleComment,
toggleLineComment,
transposeChars,
undo,
undoDepth,
undoSelection
};
//# sourceMappingURL=@codemirror_commands.js.map