x4js - v2.2.49
    Preparing search index...

    A command that modifies text / cursor state on a model.

    interface ICommand {
        computeCursorState(
            model: ITextModel,
            helper: ICursorStateComputerData,
        ): Selection;
        getEditOperations(model: ITextModel, builder: IEditOperationBuilder): void;
    }
    Index