ckeditor/ckeditor5-utils

View on GitHub
src/difftochanges.js

Summary

Maintainability
A
1 hr
Test Coverage

Function diffToChanges has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function diffToChanges( diff, output ) {
    const changes = [];
    let index = 0;
    let lastOperation;

Severity: Minor
Found in src/difftochanges.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status