MCPcopy Create free account
hub / github.com/editablejs/editable / Batch

Interface Batch

packages/plugins/history/src/history-stack.ts:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { Editor, Operation, Range } from '@editablejs/models'
3
4interface Batch {
5 operations: Operation[]
6 selectionBefore: Range | null
7}
8
9const HISTORY_STACK = new WeakMap<Editor, HistoryStack>()
10/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…