@ckeditor/ckeditor5-engine 48.3.0-alpha.6 → 48.3.0-alpha.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -29333,6 +29333,9 @@ var ModelWriter = class {
29333
29333
  * and applies a marker operation with the new marker range equal to the current range. Thanks to this, the marker range
29334
29334
  * can be later correctly processed during undo.
29335
29335
  *
29336
+ * Exposed so that code applying operations directly to the model can reproduce the same marker bookkeeping.
29337
+ *
29338
+ * @internal
29336
29339
  * @param type Writer action type.
29337
29340
  * @param positionOrRange Position or range where the writer action happens.
29338
29341
  */